I know this idea is a year old now but it's still a good idea.
I have cases where I need to change the max length of a field based on another field.
An example: I have an ID/Passport field, its length changes based on the Country of the user. I can do this check server side but it would be better to just limit the user on the client side in the first place.
Has there been any movement on this? I have a use case where a client can input values using a pre defined mask including the length. For instance, if they are using a general ledger config for the Account where their chart of accounts has 6 characters (ie 101011) the mask is XXXXXX. So I would want to restrict the users from entering more than 6 characters. Another client may have a chart of accounts where they only use 4 characters (ie 1101) so in that case the mask would be XXXX with a length of 4. Any help here would be great!!
Thanks
Chris
Chris,
Check https://www.outsystems.com/forge/component/647/custommasks/