Hi,
Does anyone have experience with pulling the "State" value (text) instead of the integer value when calling an Infor API?
For example, the ReconciliationAccount business class has a field called - ReconciliationAccountType with values of 1,2,3,4,5,6; however we want to return the textual representation (state) of those integer values back i.e. 4=Receivables, 3=Payables Accural, etc.
How do you perform this in the API call? Right now, we are only seeing 4 and 3 and not text in the return. An example would be great.
Thanks.
Jeff