Looking for a way to locate the proper attribute in an output record where the appropriate data could end up on different attributes depending on conte
Example, I 1st need to differentiate the type of record, which can be done with something like :
IF INDEX(@ID,"WoJournal",1) THEN <acttion1> else if INDEX(@ID,"PoJournal",1) THEN <action2> ELSE <action3>
2nd, each action will need to find the proper attribute where the "STATUS" is logged.
Then it will need to extract the STATUS itself from the line which can use FIELD statements.
Looking for the best way to find the attribute # (2nd step)
------------------------------
Nelson Schroth
president
C3CompleteShop LLC
Harrison OH US
------------------------------



