Need to make descriptiv flexfield visible only if the destinatation type is Expense
Summary:
Hello Oracle Experts!,
I need to create a sandbox and make two descriptive flexfields on the "Enter requisition line" visible only if the destination type is expense.
For this I need you to please indicate what the correct expression would be.
I was trying the following but it doesn't work:
#{bindings.DestinationTypeCode3.inputValue == 'EXPENSE'}
#{bindings.DestinationTypeCode.inputValue == 'EXPENSE'}
Please, your help.
Thanks.
Version (include the version you are using, if applicable):
24C (11.13.24.07.0)
UPDATE - 25/10/24:
I tested again and validated that this expression does work:
#{bindings.DestinationTypeCode.attributeValue == 'EXPENSE'}
Tagged:
0