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
Extend the functionality of "Depends on" to allow retrieving properties of a previously mentioned property to further refine the options available.
The entity SalesOrderItem has a property Product that is an ID referencing the Product entity. The Product entity has a property BaseUnit. If the UoM (Unit of Measurement) property in SalesOrderItem depends on the Product property, we want to ensure that the UoM dropdown only displays options that match the BaseUnit of the selected Product.
Extend the functionality of "Depends on" to allow retrieving properties of a previously mentioned property to further refine the options available.
The entity
SalesOrderItem
has a propertyProduct
that is an ID referencing theProduct
entity. TheProduct
entity has a propertyBaseUnit
. If theUoM
(Unit of Measurement) property inSalesOrderItem
depends on theProduct
property, we want to ensure that theUoM
dropdown only displays options that match theBaseUnit
of the selectedProduct
.References
The text was updated successfully, but these errors were encountered: