Skip to main content
Skip table of contents

store

Store command is used during asynchronous compose to store results temporarily for one hour. Store command takes two attributes, file or JSON string to be stored and an ID for identifying the resource. When downloadable result is available it appears in the status API response.

Store command is typically used in scenarios where resource can’t be stored directly to integrated system like Salesforce.

value

File, JSON string

File like compose result or JSON string.

resultID

String

An ID to identify resource and it’s download URL.

CODE
<createPDF var="documentPDF" body="<html>...</html>">
<store value="${documentPDF}" resultID="documentPDF">
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.