You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nowadays there's only support to static configuration. For example, configuring some rule to Enum validation it's necessary set this Enum value statically.
I had on problem using defined const values in my source code in validation rule, follow the code example below:
Nowadays there's only support to static configuration. For example, configuring some rule to Enum validation it's necessary set this Enum value statically.
I had on problem using defined const values in my source code in validation rule, follow the code example below:
With the previous example we have a problem of duplicity and my suggestion for the static config problem is likely this source code below:
The text was updated successfully, but these errors were encountered: