Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a dialog box for the SysOperationDataMemberInfo object that is of the collection type.
Syntax
protected DialogField addCollectionDialogField(SysOperationDataMemberInfo _memberInfo)
Run On
Called
Parameters
- _memberInfo
Type: SysOperationDataMemberInfo Class
The SysOperationDataMemberInfo object that is of the collection type.
Return Value
Type: DialogField Class
The dialog box control that is added.
Remarks
For collection and multi-value, first add a string control. Then in the postRun method, add the multi-value control by using the SysLookupMultiSelectCtrl class.