Connect Settings
|
Object
|
Details
|
Additional Information
|
Connection
|
Select from the list of existing connections. If you do not see the connection you need, you may need to click the Refresh button or exit the App Designer and create the new connection from the PerfectApps Connections Dashboard.
|
Creating PerfectApps Connections
|
Action
|
Select from the list of existing connection actions associated with the selected connection. If you do not see the action you need, you may need to click the Refresh button or exit the App Designer and create the new connection action from the PerfectApps Dashboard.
|
Defining Connection Actions
|
Custom URL
|
In a Web Service connect command it is possible to specify a dynamic URL for the Web Service.
This feature is designed for making connections to Salesforce, and other applications API’s, where it is necessary to login to obtain a server URL before making any subsequent API calls.
Check the Custom URL box to initiate this option and specify in the box below the field on the app where the URL is stored.
|
|
The Salesforce Web Service Connection feature is offered for an additional charge.
|
|
Show Error
|
Select this check box to have PerfectApps show all errors. If you clear this check box, then you will need to manage your own error handling.
You can inspect the error code after the command has run. Check for problems with the connection using a Branch command and inspecting the Special Value Last Command Was Successful and last command's error code.
•No error (Error Code 0) •Generates a general connection error (Error Code 200) •Returns no data although the connection worked fine (Error Code 201)
|
Connection Error Handling
|
Maximum Number of Rows
|
Specify the maximum number of rows that can be returned (the system limit is 1000).
|
|
Send Parameters
|
Name
|
Displays the name of the field as defined in the action (available from the PerfectApps Connections Dashboard).
|
Defining Connection Actions
|
Source
|
The value in this column represents the app field to pass via the send parameter. Click a cell in this column to select the field.
|
|
Data passed cannot exceed 250 characters.
|
|
Formula
|
Select this check box to enable formula editing for the selected parameter. Once selected, you can click in the Source column to launch the Formula and Conditions Editor.
This option should be used if the data to pass from the app is not a simple field but an expression.
|
Using the Formula and Condition Editor
|
Return Parameters
|
Name
|
Displays the connection action field that holds returned data (available from the PerfectApps Connections Dashboard).
|
Defining Connection Actions
|
Target
|
The value in this column represents the app field that will accept the returned value. Click a cell in this column to select the field.
|
|
Items
|
When specifying a list or drop-down object as the object to return the data to, there are three check boxes available for selection. The options are as follows:
•Select the first check box to populate the caption. •Select the second check box to populate the value. •Select the third check box to tell the system that for the drop-down object, none of the items in the list should be selected by default. This check box is only enabled after either the first or second check box in the Items column is selected. |
|