Is there a script function to write in DOCU tab?
search cancel

Is there a script function to write in DOCU tab?

book

Article ID: 241244

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

With PREP_PROCESS_DOCU we can get all defined Fields from UC_OBJECT_DOCU and from the documentation tab.  Is it possible to write into the DOCU tab?

Environment

Release : 21.02

Component : AWA

Resolution

This is not possible to do. Looking into the script functions that write:

Put_var puts info into variables.
Write_process writes to file.
Save_process saves it for other tasks to use.
As per the design , we can only retrieve the content of a documentation page from an object using PREP_PROCESS_DOCU.
Its not possible to use PUT_PROCESS_LINE for writing to DOCU, because this is just a memory or temp table process.