π Client Side APIS and Methods Flashcards
What API is used to show qualified embedded help in the right sidebar?
& Is it ServerSide or ClientSide
The CustomEvent API
It is client side.
βββββββββββββββββββββββ
π Client Side APIs and Methods Developer Documentation
What does the CustomEvent API do?
Shows qualified embedded help in the right sidebar.
βββββββββββββββββββββββ
π Client Side APIs and Methods Developer Documentation
What API is the fireAll() method associated with?
The CustomEvent API
βββββββββββββββββββββββ
π Client Side APIs and Methods Developer Documentation
What needs to be done before using the fireAll() method?
Embedded Help qualifiers need to have been created before using the fireAll() method.
βββββββββββββββββββββββ
π Client Side APIs and Methods Developer Documentation
What API is used to provide methods that translate text, in real time, into multiple languages using translation service providers?
& Is it Server Side or Client Side?
The DynamicTranslation API.
Client Side.
βββββββββββββββββββββββ
π Client Side APIs and Methods Developer Documentation
What does the DynamicTranslation API do?
Provides methods that translate text, in real time, into multiple languages using translation service providers.
βββββββββββββββββββββββ
π Client Side APIs and Methods Developer Documentation
What are the translation service providers supported by the DynamicTranslation API as of the Vancouver release?
- Microsoft Azure Translator Service
- IBM Watson Translator Service
- Google Cloud Translator Service
βββββββββββββββββββββββ
π Client Side APIs and Methods Developer Documentation
Who / what environment(s) is the DynamicTranslation API available for?
- Standard Clients
- Angular-based Service Portal clients
βββββββββββββββββββββββ
π Client Side APIs and Methods Developer Documentation
While interacting with the DynamicTranslation API, when should you use the dynamicTranslation class and when should you use the DynamicTranslation class?
dynamicTranslation - Used for Service Portal clients
DynamicTranslation - Used for standard clients
βββββββββββββββββββββββ
π Client Side APIs and Methods Developer Documentation
How can you use the DynamicTranslation API in a Service Portal widget?
You must inject the dynamicTranslation service into the widget client script function.
βββββββββββββββββββββββ
π Client Side APIs and Methods Developer Documentation
What class is the getDetectedLanguage() method associated with
DynamicTranslation
βββββββββββββββββββββββ
π Client Side APIs and Methods Developer Documentation
What are the parameters passed for the getDetectedLanguage() method?
getDetectedLanguage(text, parms)
where text = string passed and evaluated to detect language
& parms = optional JSON object that contains additional translation parameters.
βββββββββββββββββββββββ
π Client Side APIs and Methods Developer Documentation
What API is used to access data in a multi-row variable set (MRVS) when a model is open?
& is it Server side or Client side?
g_service_catalog
Client side.
βββββββββββββββββββββββ
π Client Side APIs and Methods Developer Documentation
What environments is the g_service_catalog API available in?
All environments
Such as Service Portal, Now Platform, Workspace, and Now Mobile.
βββββββββββββββββββββββ
π Client Side APIs and Methods Developer Documentation
What does the g_service_catalog API do?
Enables you to access data in a multi-row variable set (MRVS) when a model is open.
βββββββββββββββββββββββ
π Client Side APIs and Methods Developer Documentation
What class is the getValue method associated with?
g_service_catalog
βββββββββββββββββββββββ
π Client Side APIs and Methods Developer Documentation
What does MRVS stand for and what does it mean?
Multi-Row Variable Set
a handy way to enter multiple rows as part of a Service Catalog request.
βββββββββββββββββββββββ
π Client Side APIs and Methods Developer Documentation
What does the getValue() method do?
Returns the value of the specified field on the catalog item form when used in a client script on multi-row variable sets (MRVS).
βββββββββββββββββββββββ
π Client Side APIs and Methods Developer Documentation
What API is used to enable a UI Action or client script to open a specified record in an Agent Workspace tab?
The GlideAgentWorkspace (g_aw) API.
βββββββββββββββββββββββ
π Client Side APIs and Methods Developer Documentation
What does the GlideAgentWorkspace (g_aw) API do?
Enables a UI Action or client script to open a specified record in an Agent Workspace tab.
βββββββββββββββββββββββ
π Client Side APIs and Methods Developer Documentation
What class is the closeRecord() method associate with?
the g_aw (GlideAgentWorkspace) class
βββββββββββββββββββββββ
π Client Side APIs and Methods Developer Documentation
What does the closeRecord() method do?
Closes the currently open record, such as a form, in a subtab within Agent Workspace.
βββββββββββββββββββββββ
π Client Side APIs and Methods Developer Documentation
What class is the openRecord() method associated with?
the g_aw (GlideAgentWorkspace) class
βββββββββββββββββββββββ
π Client Side APIs and Methods Developer Documentation
What does the openRecord() method do?
Opens a specific record, such as a form, in a subtub within Agent Workspace.
βββββββββββββββββββββββ
π Client Side APIs and Methods Developer Documentation