You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Expression Language: Value of field is based on another field's value

edited Sep 5, 2024 8:34AM in General Ledger & Intercompany 1 comment

I have create a new text DFF.

The value of that DFF is based on the following:

  1. If Batch Date is same as Accounting Date = SAME
  2. If Batch Date is not the same as Accounting Date = DIFFERENT

The following is the expression I have made to achieve this:

#{(pageFlowScope.BatchNumber.inputValue) == (pageFlowScope.Description.inputValue) ? 'SAME' : 'DIFFERENT'}

As per my underestanding, pageFlowScope checks the current field's state (or value). However it does not work.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!