How to restrict user to enter unique names in numbered list?

Options
bhubeshrana
bhubeshrana Member, ALL USERS, Certified Model Builder Posts: 5 Contributor

My requirement is to create numbered list and to restrict user to enter duplicate values for display name property. Please assist how can I achieve this functionality?

Tagged:

Comments

  • mohitlamba0101
    mohitlamba0101 Member, ALL USERS, Partner, Certified Model Builder Posts: 5 Occasional Contributor

    You can use Code in numbered lists to enter names, The numbered list property itself will restrict on entering duplicate values. You can also set Display name property to show Code.

     

    mohitlamba0101_1-1635119780103.png 

    Now, according to image shown above if I try to repeat "User 5", Anaplan throws an error!

     

    mohitlamba0101_2-1635119956867.png

     

    Although if you want to warn user when they enter duplicate name:

    1. Use ISFIRSTOCCURANCE to check if the entry holds unique display name or not.

    2. Make another line item to put comments like "Try different Name" by using If Then Else functionality when the name is repeated.

     

    mohitlamba0101_0-1635118466377.png

    Hope it helps!