Software (include version): DocStar IDC, Epicor IDC
Use Case: The have 4 companies which is being imported using the batch description (ABS,SBS,ABSR, CMT) they sometime need to change this using the OPTIONS list field in Ancora as as selectable drop down list
Customer: Sun Coast Beverage
Prerequisites:
Instructions:
Formula: add the following to the company field in this case FT_COMPANY
IF(
EQ((EVALEXPR("$(BatchDesc)")),FT_COMPANY),
(EVALEXPR("$(BatchDesc)")),
FT_COMPANY)
make sure you have autocalculate and selectable flags enabled.
Helpful Links: [Enter links to documentation or videos]