iDynamicPicklist Interface (PRIM_DC.IDynamicPicklist)
Interface that allows a reusable part to control the contents of a Dynamic Picklist used in a field visualisation
Ancestors - None
The PRIM_DC.IDynamicPicklist is implemented by reusable parts acting as a Visual Host field visualization.
The Load method is executed whenever there is a need to load the picklist.
This example uses the iDynamicPicklist interface to build a list of available departments.
Function Options(*DIRECT)
Begin_Com Role(*EXTENDS #PRIM_objt *implements #Prim_dc.IDynamicPicklist)
Mthroutine Name(Load) Options(*Redefine)
#Picklist.RemoveAll
Name |
Description |
Executed when the picklist needs to load Picklist |