Ideas

Give us your best ideas!

AdditionalInfo on ReturnAuthorization and ReturnAuthorizationRow

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.

  • Martin Brandt
  • Aug 31 2023
  • Reviewed
  • Attach files
  • Martin Brandt commented
    August 31, 2023 10:37

    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?