Retrieves value stored in a database, displayed value, label, and system name of given Sugar record’s fields. Use it to perform any Math operations or to get Displayed Values instead of stored in the database one e.g. for composing Notification texts.
inputs:
entity – input record which field values is needed to receive
- Required: yes
in the following dropdown select the field which value or name is needed. In a dropdown each field displays as its Label, following with its system name. If there is no label, only the system name is displayed.
outputs:
value – value from the Database of the given field
text – value of the field that is displayed in the Sugar Interface
label – display label of selected field. Labels returns on the language of user, who fired the flowchart
name – system name of the selected field.
Example:
Label (what is seen in the Interface) | Name | Value | Text (what user see in a Record) |
Priority | priority | P2 | Medium |
Likely | amount | 12340.760000 | 12,340.76 |
MultiSelect Field | multiselect_field | ^C2^,^C3^ | Red, Blue |
Date Created | date_entered | 17/11/2021 16:49 | 2021-11-17 14:49:27 |