Show-RuntimeFunctions
Shows the runtime functions for Forms. A runtime function is a JavaScript function that can be used to perform a calculation based on a set of dynamic values.
Syntax
Show-RuntimeFunctions [[-UserDefined]] [-AssignmentCollection
<SPAssignmentCollection>] [<CommonParameters>]
Note: SharePoint Subscription Edition does not support the standard Nintex Workflow cmdlets. You may see the error The term 'X' is not recognized as the name of a cmdlet, function, script file, or operable program. If you want to use these cmdlets in SharePoint Subscription Edition, see Invoke cmdlets in SharePoint Subscription Edition.
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
UserDefined | Optional | System.String | Lorem ipsum dolor sit amet consectetuer Phasellus Nam eros wisi Mauris. |
AssignmentCollection | Optional |
SPAssignmentCollection CommonParameters |
Lorem ipsum dolor sit amet consectetuer Phasellus Nam eros wisi Mauris. |
Detailed Description
Shows a list of inline functions for each function it shows the following attributes.
Name | Description |
---|---|
Function | The ID of the function. |
Function alias | The alias of the function used to call the function when a composite function is constructed. The plain text alias that appears in insert reference. |
Javascript File name | The URL to the js file that contains this function. (If the file under SharePoint’s layouts folder then it could be something like: "/_layouts/NintexForms/ TotalExpenseExceededLimit.js”.) |
Method Name | The JavaScript function that will be called to execute this function. |
Useage | The usage that will appear in insert reference or expression. |
Description | The usage that will appear in insert reference or expression. |
IsAsync | The usage that will appear in insert reference/expression. |
Hidden | Boolean. True if hidden, and false if not hidden. If hidden it will not show up in the list of functions in the Forms designer. |
For example:
Function 45
Function alias: userProfilAdd
youts/15/NintexForms/RuntimeFunctions.js
Method name: NWF.RuntimeFunctions.SPUserProfileLookup
Usage: userProfileLookup("domain\login", "InternalPropertyName")
Description: Lookup user profile data from SharePoint.
IsAsync: True
Type name:
Hidden: False
Examples
Show-RuntimeFunctions