FormIt Plugin API v25.0.0 (2025.0.0)
Loading...
Searching...
No Matches
WSM.AppHelper API

Description

Functions

json WSM.AppHelper.Initialize ()
 Initialize the WSMAppHelper component.
 
json WSM.AppHelper.GetHistoryID ()
 
json WSM.AppHelper.GetDisplayHistoryID ()
 Request the id of the top level history being displayed - app supplied.
 
json WSM.AppHelper.NewModel ()
 NewModel deletes the History and creates a new History with the same History ID returned from GetDisplayHistoryID.
 

Function Documentation

◆ GetDisplayHistoryID()

json WSM.AppHelper.GetDisplayHistoryID ( )

Request the id of the top level history being displayed - app supplied.

Out: Display History ID

Returns
WSM.INVALID_ID

◆ GetHistoryID()

json WSM.AppHelper.GetHistoryID ( )

◆ Initialize()

json WSM.AppHelper.Initialize ( )

Initialize the WSMAppHelper component.

Returns
JSON_UNDEFINED, i.e. {}

◆ NewModel()

json WSM.AppHelper.NewModel ( )

NewModel deletes the History and creates a new History with the same History ID returned from GetDisplayHistoryID.

Out: Display History ID

Returns
WSM.INVALID_ID