I'm writing an IPA to retrieve 'ChangedFields' from Business Class = Employee Export
The problem I'm having is 'ChangedFields' can have multiple values, separated by a ','.
Ex: "WorkType, OtherDate4".
I need to check if the retrieved value contains "WorkType", but I'm unable to get it unless it ONLY contains "WorkType"?
I retrieve the data using a LM Transaction, then push the data into an array. That's where I get stuck!
thanks in advance!
Rufus