PDFtoServiceCatalog: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
2. Added variable that stores the location of the file | 2. Added variable that stores the location of the file | ||
<br> | <br> | ||
- name: Report local filename | |||
<br> | |||
- value: D:\Temp\Maturity Review-#REPLACE-STEP-PROCESS-DateStarted-yyyyMMdd#-#REPLACE-FORMFIELD-serviceguid#.pdf | |||
3. added a step of the type 'save file', before the step where you add the document to the SC | 3. added a step of the type 'save file', before the step where you add the document to the SC | ||
<br> | <br> | ||
Line 13: | Line 16: | ||
<br> | <br> | ||
5. Finally, a step to remove the local file form the server | 5. Finally, a step to remove the local file form the server | ||
Sample proces: |
Revision as of 07:30, 8 June 2022
So, you made a PDF in the process, but now it needs to go to the ServiceCatalog. Just using the created link will not get it over there :(
what you need to do :
1. Create folder on the server : “D:\Temp”
2. Added variable that stores the location of the file
- name: Report local filename
- value: D:\Temp\Maturity Review-#REPLACE-STEP-PROCESS-DateStarted-yyyyMMdd#-#REPLACE-FORMFIELD-serviceguid#.pdf
3. added a step of the type 'save file', before the step where you add the document to the SC
4. in the step 'add report to SC', use the variable from step 2 as documentpath
5. Finally, a step to remove the local file form the server
Sample proces: