DZComponentConfig method: DZComponentConfig class
Syntax
DZComponentConfig(COMPONENT_NAME, MENU_NAME, MKT)
Description
Use the DZComponentConfig constructor method to instantiate a DZComponentConfig object that is used to add, update, or remove drop zone configurations for the specified component.
Parameters
| Parameter | Description |
|---|---|
|
COMPONENT_NAME |
Specifies the name of the component containing drop zones as a string value. |
|
MENU_NAME |
Specifies the name of the menu to which the component is registered as a string value. |
|
MKT |
Specifies the name of the market to which the component is registered as a three-character string value. |
Returns
A DZComponentConfig object.
Example
import PTCS_DROPZONE:*;
Local PTCS_DROPZONE:DZComponentConfig &dzCompConfig = create PTCS_DROPZONE:DZComponentConfig("EX_EXP_SHEET_FL", "EX_ADMIN_EXPENSE_FL", "GBL");