ESSActivitySite::exist Method
Indicates whether the specified record in the ESSActivitySite table exists by using the specified WebModule, SubModule and ShortcutName values.
Syntax
client server public static boolean exist(
Name _webModule,
Name _subModule,
WebMenuItemName _shortcutName)
Run On
Called
Parameters
- _webModule
Type: Name Extended Data Type
The Name data type of a Web module.
- _subModule
Type: Name Extended Data Type
The Name data type of a submodule.
- _shortcutName
Type: WebMenuItemName Extended Data Type
The WebMenuItemName data type of a shortcut.
Return Value
Type: boolean
true if the specified record in the ESSActivitySite table exists; otherwise, false.