ESSActivitySite::checkExist Method
Validates that the specified ESSActivitySite record exists by using the specified WebModule, SubModule and ShortcutName values; if not, an error message is displayed.
Syntax
client server public static boolean checkExist(
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
A WebMenuItemName data type of a shortcut.
Return Value
Type: boolean
true if the specified record in the ESSActivitySite is found; otherwise, false.