This procedure is called to retrieve all of the valid selections in a list field. The values are used in the Search window for SmartList.
The procedure must have the following parameters:
in integer IN_Object_Dict_ID; in integer IN_Object_Type; in integer IN_Field_Dict_ID; in integer IN_FieldID; inout anonymous field IO_From_DDL; inout anonymous field IO_To_DDL;
IN_Object_Dict_ID – An integer specifying the ID of the dictionary that defines the SmartList object.
IN_Object_Type – An integer specifying the type of SmartList object. For SmartLists defined in the core application, the value corresponds to one of the constants defined in SmartList objects.
IN_Field_Dict_ID – An integer specifying the ID of the dictionary that defines the field for which list values are being retrieved.
IN_FieldID – An integer specifying the resource ID of the field for which list values are being retrieved.
IO_From_DDL – An anonymous reference to a drop-down list field in to which the list items from the specified field should be added.
IO_To_DDL – An anonymous reference to a drop-down list field in to which the list items from the specified field should be added.