Globals.Finmask

Globals.Finmask returns the financial statements numeric mask.

Note: Globals are not available to Grid and External scripts until 17.02. Please check the scripting tree in the script window in Deacom to make sure Globals are available.

Applies To

Globals

Properties and Methods

None

Available

The .Finmask property is available in:

  • 15.03.016
  • All newer builds

Note: The .Finmask property and all sub-classes, properties, and methods are only available in Form Layout scripts.

Type

String

Syntax

Globals.Finmask;

Parameters

None

Example

//--This example can be executed on any event on any form.

Event.Form.YesNo(`Globals.Finmask: ${Globals.Finmask}`);

 

/*

Expected Prompt response (if set)

Globals.Finmask: 999,999,999

*/