CLSA App Build Soution initial urgency calculation
Hello,
in the App build solution there is a solution mentioned to increase the urgency based on the highest cost. For this there is a data transform FlowStartUrgencyAdjust where in pyUrgencyWorkAdjust is calculated as 30*.RatioToClaimHighestProductCost but in the requirement initial urgency should get increase by 30 only when product cost is 3000, increase by 10 only when product cost is 1000,increase by 5 only when product cost is 500.
How this calculation is considered for Product cost 1000 and 500?