Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Caiasoft Remote Storage Integration

Version

1.1.34

Author

Atlas Systems, Inc.

Description

Sends requests to CaiaSoft for offsite requests.

...

View file
nameCaiasoftRemoteStorageAddon_v1.1.34.zip

Configuration

If you have any questions about installing and configuring the addon or any workflow questions, please contact Katie Gillespie via support@atlas-sys.com

...

The TableField tag allows for replacing a value from another Aeon table. The addon can support retrieving values from the User, Transaction, or LocalInfo tables. The tag syntax uses pipes to denote a tag and must start with TableField: followed by the Aeon table, then a period, and finally the field name. Example: |{TableField:User.FirstName|}. User and Transaction custom fields are also supported. Example: {TableField:User.CustomFields.FavoriteColor}.

An optional ,EscapeQuotes|, may be added to ensure the tag replacement has all quotes escaped so that it does not alter the JSON structure. E.g. If the tag "|{TableField:Transaction.ItemTitle,EscapeQuotes|}" is used, a title of “The Lost Library” will be replaced as “\”The Lost Library\“”

...