Generate alternate rendition asynchronously - SmartPlant Foundation - IM Update 48 - Help - Hexagon

SmartPlant Foundation Help

Language
English
Product
SmartPlant Foundation
Search by Category
Help
SmartPlant Foundation / SDx Version
10
SmartPlant Markup Plus Version
10.0 (2019)
Smart Review Version
2020 (15.0)

This functionality was modified in an update. For more information, see Generate alternate rendition asynchronously (modified in an update).

This process step generates alternate renditions for files on an object asynchronously. If an alternate file is not generated within the specified timeout limit, the step fails. For example, if the PDF file is not generated in an external transmittal workflow, the step fails. The workflow proceeds to the Reject step, and the transmittal state is set to RESERVED. An acknowledgement step, AlternateRenditionFailed, is displayed in the To Do List.

SHARED Tip To append changemark notes to PDF files generated for non-Hexagon file types, set Arg1 to FileGenerateAlternateRendition and set the following parameters on the method:

  • Alternate Rendition File type to FT_PDF

  • Include markups to True

  • Include action pin details to True

The process step generates a PDF file through remote services for Hexagon file types and through a queue server for non-Hexagon file types. When the remote services are called for Hexagon file types, the timeout set on remote services is honored.

Process class name: GenerateAlternateRenditionAsyncStep,Arg1,Arg2

Where:

Arg1: Method name

Arg2: Timeout in milliseconds

Example:

GenerateAlternateRenditionAsyncStep,MTH_GenerateReportPDFAndReplace,60000