Configure bookmarks for the PDF generated from the data books - HxGN SDx - Update 64 - Administration & Configuration

Administration and Configuration of HxGN SDx

Language
English
Product
HxGN SDx
Search by Category
Administration & Configuration
SmartPlant Foundation / SDx Version
10

You can configure the display of bookmarks based on which the PDF generated from the data books will specify the bookmarks. To do this, you must complete the following steps:

In the Desktop Client,

  1. Click Find > Administration > Method.

  2. Find the GenerateDatabookMergedRendition method, right-click it, and click Update.

  3. In the Update – Generate Merged Rendition dialog box, type an expression in the Specify dynamic expression for bookmark box to display the PDF bookmarks in your preferred format.

    For example, to display only document names in the PDF bookmarks, the expression to be specified is &Obj->EDG_FileVersionMaster.Name&

    What are the list of expressions that can be used to customize the bookmark display?

    Expression

    To display

    &Obj->EDG_FileVersionMaster->SDADataChapterMaster_21->SDADatabookChapterComposition_12.Name&

    Dynamic chapters parent

    &Obj->EDG_FileToRevision->SDADataChapterCompositionRevision_21->SDADatabookChapterComposition_12.Name&

    Static chapters parent

    &Obj->EDG_FileVersionMaster->SDADataChapterMaster_21.Name&

    Dynamic chapter

    &Obj->EDG_FileToRevision->SDADataChapterCompositionRevision_21.Name&

    Static chapter

    &Obj->EDG_FileVersionMaster.Name&

    Document names

SHARED Tip You can also use the Web Client to update the method, by doing the following:

  • Find the method GenerateDatabookMergedRendition

  • In the Arg3 box, type an appropriate dynamic expression for bookmark display.

  • Click UPDATE to update the method.