Asset Addition transaction DFF conditionally mandatory based on Asset Category
We are currently maintaining DFF in the asset addition page to capture certain details. Among those DFFs, we need to set one DFF (Highlighted in Red in the attached screenshot) as Required Field.
However, it should be displayed as required field only if the asset category is “Investment Property”
Using the Sandbox, we were able to make it as required field for certain Asset category IDs.
For that, following expression was used.
#{bindings.AssetCategoryId.inputValue == '300000002784286' || bindings.AssetCategoryId.inputValue == '300000003896449'}
However, it will not work when a new asset category created in the future requirements. Can we have the asset major category name as the binding parameter?
Tagged:
0