on 2025 May 26 4:08 PM
Let's assume we have defined a determination on modify that triggers when two fields are modified.
An example would be:
determination calculateTotalPrice on modify { update; field BookingFee, CurrencyCode; }The method FOR DETERMINE ON MODIFY that implements the determination has only the keys of the entities linked to the determination as input.
How can I determine whether the modification was triggered by changes to the BookingFee field or the CurrencyCode field?
Request clarification before answering.
| User | Count |
|---|---|
| 18 | |
| 6 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.