SetDropdownRecord method: OrgChart class

Syntax

SetDropDownRecord(Record.RecordName)

Description

Use the SetDropdownRecord method to specify the derived/working record name that contains the information about the drop-down menus/lists.

The drop-down record is an application-specific derived/work record created using a clone of the PTORGBOXLST_SBR subrecord definition.

Parameters

Parameter Description

Record_Name

Specify the name of the derived/work record that contains the data for the drop-down lists.

You must include the Record keyword.

Returns

None