Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| a_f:a:export_document [2022/09/01 01:23] – ↷ Page moved from a_f:3100_actions:export_document to a_f:a:export_document administrator | a_f:a:export_document [2023/05/09 01:36] (current) – sean | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag>Actions | + | {{tag>Index Action |
| ====== EXPORT DOCUMENT ====== | ====== EXPORT DOCUMENT ====== | ||
| Line 8: | Line 8: | ||
| The action written in this format exports the contents of the attribute of the specified business object, provided that this attribute is of the Document or Picture type. Whatever document is stored in the attribute will be exported – no document processing is performed. For example, | The action written in this format exports the contents of the attribute of the specified business object, provided that this attribute is of the Document or Picture type. Whatever document is stored in the attribute will be exported – no document processing is performed. For example, | ||
| - | <code aim> EXPORT DOCUMENT Statement.StatementDocument TO FOLDER ' | + | <code aim> |
| * '' | * '' | ||
| Line 14: | Line 14: | ||
| where Id() or StringLiteral() is the name of the document template to be exported. Before the document template is displayed the action will calculate and fill in attribute values used inside tags in the template (see also the “[[docs: | where Id() or StringLiteral() is the name of the document template to be exported. Before the document template is displayed the action will calculate and fill in attribute values used inside tags in the template (see also the “[[docs: | ||
| - | <code aim> FIND Person WHERE Person.Name=' | + | <code aim>FIND Person WHERE Person.Name=' |
| - | | + | |
| where '' | where '' | ||
| - | < | + | < |
| it will be replaced with the line | it will be replaced with the line | ||
| - | < | + | < |
| when the template is exported. | when the template is exported. | ||