How to store item information at line level
Business Case : on a sales order line, legacy system returns one unique key corresponding to each item quantity, how to store these.example : an order line with 200 items will have 200 unique keys returned from legacy system, is it possible storing these on line level single DFF attribute by concatenating.
each key can be a string of 15 characters and there can be more items on line no limits, whats the best way to store the returned key
0