Page composer if statements in field requirement logic
Summary: Trying to make a field required based on the source of an invoice. I feel like I'm close, but I don't have the syntax quite right. If you can check the below syntax examples and tell me what I'm missing it would be greatly appreciated. Trying to get the values to return true if that source matches.
Content (please ensure you mask any confidential information): Invoicing
Version (include the version you are using, if applicable): 24A
Code Snippet (add any code snippets that support your topic, if applicable):
IF #{bindings.Source.inputValue} = 'Spreadsheet'
OR #{bindings.Source.inputValue} = 'Manual invoice entry'
Tagged:
0