Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a Process object representing the active process.
Syntax
var activeProcess = formContext.data.process.getActiveProcess();
Return Value
Type: Process | null
Description: The currently active process or null if there is no active process. See Process methods for the methods to access the properties of the process returned.