Hello,
I hope everyone is doing well.
I have a query regarding Anaplan. I have several system modules where I have created unique IDs, each with a different length.
In the user experience (UX) part, it's the UX user who chooses the name of the file to import. Then, the ID becomes the File Name + ID. For example, if the ID is UI8293
and the file name is FILE 1
, then the resulting ID would be FILE1UI8293
.
Now, what I want to achieve is to add a condition to block the user if the name they choose, combined with the ID length, exceeds 60 characters.
How can I implement this?