Hi
Can I know how to update existing master data with approved values at end of approval cycle without overriding the existing data set ?
Thanks
Tejaswini
@tejaswini
Can you please furnish more details. What data set are we talking about here?
@Misbah
I have a customer-product list wrt that i have product price,product volume as my master data.So customer will raise a request to change product price or product volume if needed then approver will approve the changed product price and volume . How can I update master data based on approved values without changing master data.
For Example:
XYZ product has 90 as product price(master data)
ABC customer changed product price of XYZ product to 100 then suppose if Approver approved that 100 then how can I update master data ie 90 with approved value 100 without override that 90
Why don't you create another line item in your Data module and store the new Information in new line item. Assuming all approvals happen outside Anaplan - Bring the values and store into new line item and write IF else statement based on the logic
.
Even if the price change and approval happens within Anaplan you still need to store this updated values in new line item and write if else statements about which price should be considered for calculations.
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…