Add AUTO to Endorsement Line
When exporting a Presorted database, if you want to add the word "AUTO" to the endorsement line for Automation pieces, place the following line in the Expression column of the ENDORSE field in the Export Setup Screen:
IIF("V" $ status_,PADL("AUTO**"+ALLT(Endorse),40,"*"),PADL(ALLT(Endorse),40,"*")) |