Note: Nintex Apps data centers are located in West US and Australia (AUS). In-region processing of Nintex Apps data is only available in these regions.
All code samples below refer to the skuid object.
In the v2 API, this object is not directly accessible when working within a browser console—or when referring to another Nintex Apps page runtime.
If you are experiencing issues, use the skuid.runtime API to target the appropriate page context.
skuid.page
Good news, everyone!
We are currently writing more material for our Javascript API. All of the objects and functions you see below are part of Nintex Apps's public API, even if they aren't fully documented yet. Feel free to experiment while we write about them—and check back later for updates.
Properties
Property | Type | Required | Description |
---|---|---|---|
skuid.page.currentSiteUrl | String | No |
This value will vary depending on your platform of choice. Nintex Apps for Salesforce The URL of the Force.com site or Salesforce community in which the Nintex Apps page is running, up to and including the prefix—but not the information following it. E.g. https://exampleorg.na30.force.com/partners/apex/skuidCommunity would return https://exampleorg.na30.force.com/partners/. Nintex Apps The URL of Nintex Apps tenant in which the Nintex Apps page is running, without including any app or route information. E.g. https://example.nintex.app/marketing/calendar would return https://example.nintex.app. Used to calculate to the $Site.Prefix global merge variable. Related to the $Site.Prefix Visualforce API. |
skuid.page.editable | Boolean | No |
Indicates whether the current user can edit this page. |
skuid.page.id | String | No |
The Salesforce Record ID for this page. |
skuid.page.name | String | No |
The name of the current page. |
skuid.page.sitePrefix | String | No |
The prefix for the Force.com site or community in which the Nintex Apps page is running. E.g. https://exampleorg.na30.force.com/partners/apex/skuidCommunity would return /partners. Used to calculate to the $Site.Prefix global merge variable. Related to the $Site.Prefix Visualforce API. Note: This property will not return a value if the Nintex Apps page isn't running on a Force.com site or community—even when previewing the page from the Page Designer. |