SAVE2CAT ​
Used in a JUSTAFTER to save a text message to a catalog record.
Reporting Area(s) ​
General
Required Parameters ​
- Field Name/Variable Name containing text (i.e. getdata) in quotes
- Code to assign to catalog record (i.e. "RECTLB", pyrecnum, pyinvnum)
Optional Parameters ​
- Description to assign to catalog record (i.e. "Receipt Number Letter Body")
Example(s) ​
JUSTAFTER('=SAVE2CAT("getdata",pyrecnum)') saves value of GETDATA field to catalog code record with the Catalog Code value of the record's receipt number
JUSTAFTER('=SAVE2CAT("getdata",pyrecnum,"Receipt Number Letter Body")') saves value of GETDATA field to catalog code record with the Catalog Code value of the record's receipt number, and enters 'Receipt Number Letter Body' as the Catalog Code description