Get and set values

Display values are handled using standard getter and setters

Example

let a = getValue("NUMBER1");
let b = getValue("NUMBER2");
setValue( "RESULT", (a-b) );

For explicitly getting a value (or ID) use

Example

let recordId = getDecimal("SELECTRECORD");

For explicitly getting a datetime use

Example

const time = new Date(getFieldTime('DEADLINE'));

Revision #2
Created 25 March 2025 15:01:25 by Theis Villumsen
Updated 21 July 2025 10:24:28 by Theis Villumsen