Give us your best ideas!
Our customer uses returns heavily, and want to collect some additional data on the return and return rows. There is currently not pretty way to save that data on the return.
ReturnAuthorization and ReturnAuthorizationRow entities are quite similar to Order and OrderRow and they have AdditionalInfo.If you look at the comments in code for Litium.Sales.ApprovalCode.Unkown it says:The approval code is unknown when ERP sends the unmatched value.The ERP approval code will be stored in AdditionalInfo property.So it seems like AdditionalInfo was supposed to exist, but does not?
You won't be notified about changes to this idea.
ReturnAuthorization and ReturnAuthorizationRow entities are quite similar to Order and OrderRow and they have AdditionalInfo.
If you look at the comments in code for Litium.Sales.ApprovalCode.Unkown it says:
The approval code is unknown when ERP sends the unmatched value.
The ERP approval code will be stored in AdditionalInfo property.
So it seems like AdditionalInfo was supposed to exist, but does not?