Changes in 2021 vs 2020 4 added 4 changed
Flip API Versions →Added in 2021 (new since 2020)
Changed members
Entity.Get``1(String, DisplayUnitType)
No longer obsolete in 2020 (was obsolete in 2021)
| fieldName | String | The name of the field to retrieve. |
| displayUnits | DisplayUnitType | The units to which the value will be converted before returning. Must match the UnitType specified when creating the Schema. |
| → returns | FieldType |
Entity.Get``1(Field, DisplayUnitType)
No longer obsolete in 2020 (was obsolete in 2021)
| field | Field | The field to retrieve. |
| displayUnits | DisplayUnitType | The units to which the value will be converted before returning. Must match the UnitType specified when creating the Schema. |
| → returns | FieldType |
Entity.Set``1(Field, FieldType, DisplayUnitType)
No longer obsolete in 2020 (was obsolete in 2021)
| field | Field | The field to update. |
| value | FieldType | |
| displayUnits | DisplayUnitType | The units from which the value will be converted before storing. Must match the UnitType specified when creating the Schema. |
| → returns | Set |
Entity.Set``1(String, FieldType, DisplayUnitType)
No longer obsolete in 2020 (was obsolete in 2021)
| fieldName | String | The name of the field to update. |
| value | FieldType | |
| displayUnits | DisplayUnitType | The units from which the value will be converted before storing. Must match the UnitType specified when creating the Schema. |
| → returns | Set |