How to read XA variable Map values through RowSet?
Hi,
How to read XA variable maps through RowSets. When It is reading Order Line Items i also want to read its attribute values? I want to read device price attribute value and copy that to line item Start price field? For that i have defined the step in Dynamic Pricing Procedure.
The matching condition that i follow in the step as "{Row.Unit Price} = IIF({Match.Name} = "Device Price Excluding Tax", {Row.Value}, {Row.Unit Price})".
I have gone through the log and identified is it is giving records by search specification but i didnt identify the process of assigning the Row.Value to Row.UnitPrice.