The Explorer_Remove_GoTo_Item procedure removes the specified Go To item from a SmartList object.
Explorer_Remove_GoTo_Item, Object_Dict_ID, Object_Type, GoTo_Dict_ID, GoTo_Item, Error
• Object_Dict_ID – An integer specifying the dictionary that defines the SmartList object from which a Go To item 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 Go To item is being removed. For SmartList objects defined in the core application, use one of the constants described in SmartList objects.
• GoTo_Dict_ID – An integer specifying the dictionary that contains the code to process the Go To item.
• GoTo_Item – An integer that uniquely identifies the Go To item. Often, the resource ID of the form used to process the Go To item will be used.
• Error – A returned integer containing the database error that was returned by SmartList when the Go To item was removed. The following table lists the typical values returned:
Constant |
Value |
Error type |
---|---|---|
OKAY |
0 |
No Error |
MISSING |
18 |
Missing record |
Use this procedure to remove Go To items that you have added for your integration. You cannot remove Go To items defined by the core dictionary.