Search Results
14 functions found:
1. | ACHReturnDetail( returnCode ) |
Average rating: 5.0 | |
Robert D Trammel | |
Take in an ACH return code, "R01", "R02", etc, and then return a brief description. | |
2. | cfCourtStyle( plaintiffs, defendants, rightTop, rightMiddle, rightBottom ) |
Average rating: 5.0 | |
Robert D Trammel | |
Style for top of a legal document to be filed in court | |
3. | cfWordWrap( text; numberOfCharacters ) |
Average rating: 0.0 | |
Robert D Trammel | |
Recursive Word Wrap function | |
4. | ConvertTimestampToUTC( inputTS ) |
Average rating: 5.0 | |
Robert D Trammel | |
Used to convert a given FileMaker timestamp to a ISO8601 Timestamp format | |
5. | FormatTimeHHMM12( theTime ) |
Average rating: 0.0 | |
Robert D Trammel | |
Format time in HH:MM 12 hour format | |
6. | GenerateJWT( header; claim; algorithm; privatekey; password ) |
Average rating: 5.0 | |
Robert D Trammel | |
To generate a JWT using native FileMaker Functionality | |
7. | GetMaxFieldRepetitions( field ) |
Average rating: 5.0 | |
Robert D Trammel | |
A function to return the maximum field repetitions on a repeating field | |
8. | GetWebUTC |
Average rating: 5.0 | |
Robert D Trammel | |
Returns the web protocol utc based on the start date 1/1/1970 0:00:00 used for token generation, api expiration, google, etc | |
9. | JSONArray_Pop( arr ) |
Average rating: 5.0 | |
Robert D Trammel | |
Removes one value from the end of a JSON Array. | |
10. | JSONArray_Push( arr; value ) |
Average rating: 5.0 | |
Robert D Trammel | |
Meant to get the same functionality as the built in Array.push method, which adds a value onto the end of an array. | |
11. | JSONArray_Shift( arr; value ) |
Average rating: 5.0 | |
Robert D Trammel | |
This will insert a value at the beginning of a given array and shift all of the other array items down. | |
12. | JSONExplore( json ; endpoint ) |
Average rating: 5.0 | |
Robert D Trammel | |
This is a helper function that I use all the time to help me explore and navigate unfamiliar JSON objects in the data viewer such as exploring returned api results. The keys at the given endpoint are listed at the top. The formatted structure is listed next, and then the raw structure is listed last. | |
13. | JSONSyntaxHighlight( json ) |
Average rating: 5.0 | |
Robert D Trammel | |
Add some color to your JSON | |
14. | LSErrorDetail |
Average rating: 5.0 | |
Robert D Trammel | |
Error Detail for integration with Letterstream api | |