I am trying to achieve a fax pilot line looking like this:
Nov 13 2015 11:15:12 UTC CIS#C6D73E1 AttentionName Page 001
where CIS#C6D73E1 is taken from the FAXHDR field of the recipient list and AttentionName is taken from the TO field of the recipient list, thus:
| ADDR | REF | TYPE | TO | FAXHDR |
| +46850741025 | 208499681 | FAX | AttenionName | CIS#C6D73E1 |
So far, I have succeeded in getting the TO field to show, but the FAXHDR field is overridden by the PilotlineText attribute, which is mandatory if PilotlineType is specified.
If I don't specify a Pilotline type I get no Pilotline at all.
Is there a value for PilotlineText that will not override the FAXHDR field value, or do I need to have the account default setting changed instead?
/MSj