Unable to create a Conditional Logic for Purchase Requisition Lines using Page Composer
Summary
We need to create a conditional logic for the 'Negotiated' checkbox for the Purchase Requisitions Lines using Page Composer, but it's not working correctly.Content
Hello guys!
We are using Page Composer in order to create a conditional logic for the 'Negotiated' checkbox, located inside the 'Enter Purchase Requisition Lines' screen, in which the checkbox will need to be required if the total value of the Purchase Requisition is less than an predefined amount, for example $1000.00.
For the total amount of the Purchase Requisition, the object is #{bindings.EditableLineAmount.inputValue} and we created the logic in the 'Required' field, inside 'Negotiated' checkbox Expression Builder, as #{bindings.EditableLineAmount.inputValue < 1000}.