Object that can be used to define a pageGuid, an appGuid and a recId that will be used to construct an URL for the loader.
pageGuid
appGuid
recId
// With recId{ guid: "<APPLICATION-GUID>", pageGuid: "<PAGE-GUID>", recId: "1" }// Without recId{ guid: "<APPLICATION-GUID>", pageGuid: "<PAGE-GUID>" } Copy
// With recId{ guid: "<APPLICATION-GUID>", pageGuid: "<PAGE-GUID>", recId: "1" }// Without recId{ guid: "<APPLICATION-GUID>", pageGuid: "<PAGE-GUID>" }
Defines an Intrexx application GUID.
Defines an Intrexx page GUID.
Optional
Defines an Intrexx record ID.
Object that can be used to define a
pageGuid
, anappGuid
and arecId
that will be used to construct an URL for the loader.Example