on 2023 Dec 24 8:40 AM
How is a Custom Field of Field Type "Amount with Currency" to handle? This field is a little special because for one field of this type 3 Field Component Names are automatically created:
YY1_..._PRI
YY1_..._PRIC
YY1_..._PRIT
How to use it in the custom logic?
Request clarification before answering.
There are no code snippets exemplifying the use of this custom field in the custom logic.
One text attribute is for the actual currency field, second being for the description and third being for the value. Depending on what you require in your code for logic, you can use the relevant fields to complete your solution. It has been observed that the YY1...PRIT field is missing in the logic as a parameter to be added.
YY1_..._PRI -> this is the value of the Amount field (e.g. 10.00)
YY1_..._PRIC -> this is the currency of the Amount field (e.g. EUR)
YY1_..._PRIT -> this is the description of the currency of the Amount field (e.g. Euro )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
95 | |
11 | |
10 | |
10 | |
6 | |
6 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.