Prices not set correctly when using Price List Line Items with different Effective Dates and multipl
Hi,
We have a business requirement to work with one and the same pricelist for different products.
Each product should be allowed to have different effective dates.
Whilst implementing the requirement, we noticed that the Effective Pricing Date was always set to Sysdate/Timestamp, instead of using the Service Start Date of the order line item.
We adjusted the step Set Pricing Date in the workflow PSP Driver Workflow Process.
{Context.Effective Pricing Date} = TimeStamp() was changed to {Context.Effective Pricing Date} = {Row.Service Start Date}
Why isn't the correct price set after CalculatePrice in the following situation?
Case 1:
The Price List itself has a Start Date (2-5-2005)