Requirement has come to change the codes of existing lists in the Production model without losing data. Please suggest.
HI @Vamsi_Kaki In that case we need to do the following steps
Create a system module.1.First store old Code and Old Name in the system Module by running an import to have a backup for future reference.2. Then get a mapping with Old Code to New Code and New Name from the stakeholders.3.Then load New Code and New Name to the system module using Old Code Mapping4.Create a property such as New Code and New name in the list and5.Next Run an import from system module to List to import New Code and New name to the Property Created by mapping with old Code.6.Then run an import from Sys module to list by mapping new code to code and use combination of properties for mapping.7.At the end delete the extra properties created Let me know if this works out. Thanks Pujitha
Hi @Vamsi_Kaki Is the list code used for Unique ID mapping
Yes @PujithaB, Code is the unique identifier in the mappings of the import action.
Existing List Codes:
Create a new line item (New Code) in system module
Create an import action that updates the code based on the name.
Saved View:
Import Action:
Run it once you populate the mapping
And boom - Code updated!
Let me know if you see any challenges with this approach. Let's discuss!
Hi, I have a worksheet for end users to enter new hires into, for which the list item which persist across versions. I am having an issue where the end user can delete a list item using the grid functionality because the Current Version value is blank, but I want to prevent them deleting them (as data will be lost from…
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, 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…