Hello,
Can a parent and child in a list have the same code?
No, a Child and Parent cannot have the same code. It will throw an error.
Suppose we have a list named Check,
One of its member names is A and its Code is 20. Now, I insert a child named B and Try to put the same code it will throw an error
" Setting the code of 'B' to '20' is not permitted '20' clashes with the code of List Member 'A'
Hi @sagarkpr ,
It is not recommended to have similar codes for both parent and child lists. Though you can technically go to the backend and type/modify codes of parent or child lists to have similar codes, it will fail when you load list through imports or while adding items to the list.
Cheers!
No a parent and child in a list cannot have the same code. A code is being used as unique identifier for list so it doesn't make any sense to have same code for 2 different list items, the system will automatically throw an error.
Hope this helps !
Hi Community, I’m encountering an issue where an export created in Anaplan is missing column headers when retrieved via the API. However, when I manually run the same export from the Actions tab, the downloaded file includes the headers. Has anyone experienced this behavior before? I’d appreciate any insights into the root…
When importing data from a Data Hub to another model, I'm seeing values in the target model that don't exist in the source. For example, seller assignments are being tagged with subregions that aren't present in the source data - some assignments are missing expected tags, while others are mapped to seemingly random…
Hi all, I, as an Anaplan workspace administrator, am working together with a Fabric team to export data from Anaplan to Fabric via Anaplan API and Postman. We have a problem where all Anaplan exports are visible in Postman but when trying to connect to SOME of them, we get message "404, Not found". Below screenshot showing…