SmarTeam - Development Suite


General, Open & Documentation Issues

General Issues

Flow server When hooking a script on the Before Promote system operation, the target state of the current object can be retrieved from the value of the RESULT_STATE of the First Parameter of the function.
API ISmCommonDialogs.ExecuteSelectClass function

The following enumerators are available for SelectClassOptions Enumeration:

  • scoNone : Does not display any classes
  • scoShowStandardClasses : Display only Standard Classes
  • scoShowTreeLinkClasses : Display only Tree Link Classes in Link Classes Node
  • scoShowLogicalLinkClasses : Display only Link Classes in Link Classes Node
  • scoShowInternalClasses - Display only Internal classes in Link Classes Node
  • scoShowLookupClasses - Display only Lookup classes in Link Classes Node

Note: To display more than one class, use a plus sign ("+") between parameters. For example, to show Standard, Tree Link and Lookup classes, set the parameters as follows:
scoShowStandardClasses + scoShowTreeLinkClasses + scoShowLookupClasses

Open Issues

None

Documentation

None