This procedure retrieves the name of the specified SmartList object. For proper display, the name should have a trailing space.
The procedure must have the following parameters:
in integer IN_Object_Dict_ID; in integer IN_Object_Type; inout string IO_Object_Name;
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.
IO_Object_Name – A string that must be set by the procedure to indicate the name of the specified SmartList object. For proper display, the name should have a trailing space.