A bunch of useful Appian custom functions
name | type |
---|---|
beautifyjsontext | function |
documentToBase64 | function |
documentToBase64SS | Smart Service |
beautifies a JSON text using jackson java lib
beautifyjsontext(uglyJson)
- uglyJson: (text) the json to be beautified
- Text: beautified JSON
encodes a document to base64 format
documentToBase64(document)
- document: (document) the document to be encoded
- Text: base64 encoding for the document
encodes a document to base64 format
- documentId: (Integer) the ID for the document to be encoded
- base64String: (text) base64 encoding for the document