Search Results
11 functions found:
| 1. | buttonbar.getActiveSegmentContent ( buttonBarObjectName ; optional_listButtonBarSegments ) |
| Cristos Lianides-Chin, Codence | |
| Returns the text label (i.e., `content`) of the Button Bar Segment that is active. Useful for determining which button a user clicked. | |
| 2. | buttonbar.getActiveSegmentName ( buttonBarObjectName ; optional_listButtonBarSegments ) |
| Cristos Lianides-Chin, Codence | |
| Returns the layout object name of the Button Bar Segment that is active. Useful for determining which button a user clicked. | |
| 3. | CountWorkingDays ( DateStart; DateEnd ) |
| Cristos Lianides-Chin, Codence | |
| Returns the number of working days between two dates. | |
| 4. | GetNthCdataContents ( xmlToSearch ; n ) |
| Cristos Lianides-Chin, Codence | |
| Gets the contents of the nth CDATA instance within an XML blob. | |
| 5. | GetQueryStringValue ( keyName ; sourceUrl ) |
| Cristos Lianides-Chin, Codence | |
| Given a full URL and name of a key, returns the given key's value out of the entire URL. | |
| 6. | GetReduxList ( text ; isBreakOnWords ; minSearchChars ; maxSearchChars ) |
| Cristos Lianides-Chin, Codence | |
| Explodes a piece of text into its constituent strings, for use in a partial-string match portal search feature. | |
| 7. | json.unformat ( jsonEntity ) |
| Cristos Lianides-Chin, Codence | |
| Undoes `JSONFormat()` function by re-interpreting the JSON entity from the root node. Useful for building JSONL (https://jsonlines.org) formatted docs. | |
| 8. | sql.getField ( fullyQualifiedFieldObject ) |
| Cristos Lianides-Chin, Codence | |
| Returns the plain text FIELD NAME in a format suitable for an SQL query | |
| 9. | sql.getTable ( fullyQualifiedFieldObject ) |
| Cristos Lianides-Chin, Codence | |
| Returns the plain text TABLE NAME in a format suitable for an SQL query | |
| 10. | sql.whereInList.asList ( fqFieldToReturn ; fqFieldToMatch ; listOfValuesToMatch ) |
| Cristos Lianides-Chin, Codence | |
| Syntactic sugar for performing a basic SQL query of the structure `SELECT < |
|
| 11. | value.toJsonKeyName ( value ) |
| Cristos Lianides-Chin, Codence | |
| Given a value, makes it safe for use as a JSON key name by removing invalid characters, and spaces, and replacing them with underscores. Also, if the key name is a reserved word, it will be prefixed with an underscore. | |