Skip to main content

Conditional Formatting

Written by Denisa Arjoca
Updated over a month ago

Fields can be printed on documents based on conditions set in the Build field.

Fields can be conditionally printed based on the Coins ERP+ Company you are printing from.


For example:

The following build would print the field when printing the document from Coins ERP+ companies 001, 005 & 011. It would ignore the field if the document was printed in any other Coins ERP+ company.

sys003.buildVarValid^kco|1,5,11

Fields can be conditionally printed based on the information contained within the record you are printing.


For example:

The following build would print the field when the record being selected to print is coded to General Ledger Sector 01. It would ignore the field if the record being printed related to any other Sector.

sys003.build^EQ||{gan_code}||01

Did this answer your question?