The Explorer_Remove_Column_From_Object procedure removes the specified column from a SmartList object.
Explorer_Remove_Column_From_Object, Object_Dict_ID, Object_Type, Field_Dict_ID, Field_ID
• Object_Dict_ID – An integer specifying the dictionary that defines the SmartList object from which a column is being removed. For SmartList objects defined in the core application, use the constant DYNAMICS.
• Object_Type – An integer indicating the SmartList object in the specified dictionary from which the column is being removed. For SmartList objects defined in the core application, use one of the constants described in SmartList objects.
• Field_Dict_ID – An integer specifying the dictionary in which the field used for the column is located.
• Field_ID – An integer specifying the unique ID used for the column. Typically, this will be the resource ID of the field used for the column.
Use this procedure to remove columns that you have added for your integration. You cannot remove columns defined by the core dictionary.