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 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!
At Uphold customer support β+1-888-355-2348 accounts may be temporarily disabled or restricted for various reasons. Raise a concern on priority basis at Uphold support β+1-888-355-2348 if you notice any suspected malicious activity, or a problem during account recovery. To contact Uphold support directly atβ¦
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β¦