Automic Workload Automation

  • 1.  Documentation Tabs

    Posted Mar 13, 2017 07:49 AM
    In which database-table could I select the information of the documentation tab?

    1 - If you are referring to the list of versions (Documentation > Version Management):

    bzepck301gnk.pnghttps://us.v-cdn.net/5019921/uploads/editor/ak/bzepck301gnk.png" width="362">

    These are contained in the OH table. Objects listed there have theOH_Deleteflagfield set to '2', so an easy way to get the list is to search objects that have this value.


    2 - If you are thinking of the 'Documentation > Docu' tab:

    vjunfhgwj2m4.pnghttps://us.v-cdn.net/5019921/uploads/editor/8z/vjunfhgwj2m4.png" width="237">

    Then the information is contained in theODOC table. However the 'ODOC_content' field is in binary type and will need to be converted to 'VARCHAR' in order to be understandable.

    However the preferred approach to retrieve this information is to use script function 'PREP_PROCESS_DOCU'.

    Best regards,
    Antoine


  • 2.  Documentation Tabs

    Posted Mar 13, 2017 05:02 PM
    For #2, your post from back in January also went into details about ODOC for both Oracle and MS SQL.