Changes between Initial Version and Version 1 of Ticket #1088, comment 1
- Timestamp:
- May 4, 2021, 11:22:42 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1088, comment 1
initial v1 1 Cannot you use an Automation script for this?1 Cannot you use an Automation script for this? 2 2 To extract the body of your document you can use this: #set( $body = $ContextTool.getBean('DocumentManager').parseDocument($document, null) ) 3 3