getApplicationName()
Obtains the name of the application that the user is currently logged into.
Returns
The name of the application as a string.
Parameters
This API does not have parameters.
Usage example
In this example, the API obtains the name of the application that the user is currently logged into.
const applicationName = PCore().getEnvironmentInfo().getApplicationName();
Previous topic getApplicationLabel() Next topic getCaseInstanceListDP()