VBS Validation Rule using Category Name or Code
Summary:
Need to write validation rules using Category Code or Name
Content
The example for extensibility for validation rules for Category uses Category ID. This is not a feasible solution for wide scale adoption for a few reasons, namely
-ID values will be different in production and other pods, making it impossible to migrate configurations from development to production
-Categories may be named or coded in a logical method, such as including "Capital" to indicate categories associated to capital. A rule based on name could use the includes capital logic, but a rule based on ID values requires all ID values to be listed out manually, which is not realistic
Tagged:
0