goTab
Jumps to a specific datasheet.
Description
vcc.goTab(tabId: string): void
Parameters
tabId
The name of the datasheet to jump to.
Return values
none
Example
When receiving a call with no caller ID, you want the system to load the authentication datasheet.
$('data_page').onLoad = function() {
if (!vcc.getScriptVariable('source')) {
vcc.goTab('authentication');
}
};
Comments
Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.
There are no comments yet.