Search Results
8 functions found:
| 1. | CURLError(errorCode) |
| Michael Wallace, Empowered Data Solutions | |
| Returns an object with a CURL error and description when provided with an error code. | |
| 2. | GetFieldsByType ( theFieldTypes ; theLayoutName ; theTableName ; theFileName ; omitFields ; localFieldsOnly ) |
| Michael Wallace, Empowered Data Solutions | |
| Retrieve fields from list or table and filter by field type. | |
| 3. | GetXMLNode ( XML ; XPath ) |
| Michael Wallace, Empowered Data Solutions | |
| Navigate XML tree and return results using XPath type functionality (Nonrecursive) | |
| 4. | JSON.AssignScriptParameters |
| Michael Wallace, Empowered Data Solutions | |
| Assign JSON Object passed as Script Parameter to variables automatically | |
| 5. | JSON.AssignScriptResults() |
| Michael Wallace, Empowered Data Solutions | |
| Assign script results to variables that were passed as a JSON Object | |
| 6. | JSON.AssignVariables(json) |
| Michael Wallace, Empowered Data Solutions | |
| Assign key/value pairs of a JSON object to become variables and values. | |
| 7. | JSON.FromRecord ( fields ; omitRelated ) |
| Michael Wallace, Empowered Data Solutions | |
| Create JSON representation of the current record | |
| 8. | RemoveEmptyNodes ( xml ) |
| Michael Wallace, Empowered Data Solutions | |
| This function goes through XML and returns a trimmed down version that has no empty nodes in it. | |