How Can We Help?

Glued – Script Functions – Update a Flexible Asset

You are here:
← All Topics
This script function can be used to update a flexible asset field or even multiple fields at one time. Enter the following:
  • Asset ID – this can be retrieved via the Get Flexible Asset Information function (https://squattingdog.net/glued-script-functions-get-flexible-asset-information/)
  • Fields – one or more fields to update. The script will only update the specified fields and any other fields will remain unchanged. To update multiple fields, separate each field name with the Tilde (~). All specified fields must already exist.
  • Values – one or more values for the specified fields. The script will only update the specified fields and any other fields will remain unchanged. To update multiple fields, separate each field name with the Tilde (~). The number of values entered MUST match the number of fields or the script will return an error. Any standard variables can be used.
The script function will return success or error to %pluginresults%.
Previous Glued – Script Functions – Update a Config
Next Glued – Script Functions – Upload a File to a Flexible Asset
Table of Contents