Hi,
Do you know if it is possible to create ARIS reports to generate multiple word documents. We have a need of runing a report on a model and generates one word document per function on the model.
Thank you,
Sam
Hi,
Do you know if it is possible to create ARIS reports to generate multiple word documents. We have a need of runing a report on a model and generates one word document per function on the model.
Thank you,
Sam
Hi Sam,
Please have a look at the function below:
addOutputFileName ( String p_sFileID, int p_nLocation )
Adds an output file that is transferred to the client in addition to the selected output file ("getSelectedFile()").
Used to add files that are centrally stored on the server (e.g. files installed by the setup program) to the output.
Rgs,
Francois