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.
Hey everyone, I wanted to share the Anaplan Python SDK with you. It's a Python Library that wraps all Anaplan APIs and makes it easier to interact with Anaplan programmatically. It is mostly designed with Data Integration Scenarios in mind, but it does support all APIs including ALM, SCIM, Audit, and Cloud Works. Please…
Hello team, I am logging into Anaplan through SSO. I would like to create a batch script to import a file into Anaplan. For the Spoke model, I would like to run an process via a batch script to import data from the Data Hub. Can anyone provide me script for both the condition.
Hello, I am receiving an 'Anaplan Upload Failed' Status Description when testing my integration with a Big Query dataset. The integration imports data from BQ to our Anaplan model. No other details given in the error log. I suspect that Cloudworks is not even picking up the file but am not sure what we did wrong on the set…