$FieldgroupId

From m204wiki
Revision as of 18:53, 5 August 2013 by ELowell (talk | contribs) (Created page with "Available as of Model 204 version 7.5. The $FIELDGROUPID function call returns the ID of the current field group. For example: <p class="code"> BEGIN IN POLICIES FR WHERE POL...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Available as of Model 204 version 7.5.

The $FIELDGROUPID function call returns the ID of the current field group. For example:

BEGIN IN POLICIES FR WHERE POLICY_NUMBER = 100095 FEO FIELDGROUP DRIVER IF DRIVER_MARITAL_STATUS = 'MARRIED' THEN %FGID = $FIELDGROUPID LOOP END END IF END FOR FOR FIELDGROUP DRIVER = %FGID PRINT 'A MARRIED DRIVER' AND DRIVER_ID END FOR END FOR END The $FIELDGROUPID returns 0 if the current field group has been deleted.