SANDBOX Expression
Content
Dear Experts,
Can anyone help me to write a condition in page composer using the 'like' operator?
#{bindings.TrxType.inputValue like '%Lease%'}
I want to make Invoicing rule mandatory, if Transaction Type contains the work 'Lease'.
If I use as below, it is working fine,
#{bindings.TrxType.inputValue = = 'Office Lease Invoice'}
but I want to include almost 20+ invoice types, where the word 'Lease ' exists in the transaction type.
Any help on this is highly appreciated.
1