Hi everyone,
I’ve been facing some challenges when working with business rules in Freedom UI and wanted to share a specific case to see if anyone has found a solution.
In the Products In Orders page, I need to block certain fields (e.g., Field A, B, C) based on the status of the related Order. For example, if the Order.Status = “Approved”, those fields should become non-editable.
However, in Freedom UI business rules, it seems that we cannot reference fields from related objects (like Order.Status) directly in the IF condition. This was previously possible in Classic UI, where we could create conditions based on fields from related objects.
Has anyone found a workaround for this in Freedom UI that doesn't require custom code?
Thanks in advance for your help!