Explorer procedures

Your integration will call several procedures defined in the SmartList dictionary. These procedures perform actions like creating new SmartList objects, adding or removing columns from a SmartList object, and so on. All of these procedures beginwith the word Explorer, which is the internal name used for SmartList.

Since these procedures are defined in another third-party dictionary, you must call them using the call with name statement. When using this statement, the procedure names are passed in as strings, and there is no compile-time checking. Be sure to type them carefully and watch for runtime errors.


Documentation Feedback