Grooper 21.00.0082 is available as of 12-12-2023! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 23.00.0044 is available as of 06-20-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 23.1.0026 is available as of 09-16-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 24.0.0012 is available as of 10-10-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Replacing an entire ApplicationXtender document from within a Grooper script
Tony
Posts: 23 ✭
I am at a point in my script where based on a set of conditions I will want to replace an entire document (PDF) in ApplicationXtender with a newer version. Is there a convenient way to add, access, delete the documents in ApplicationXtender already built into the Grooper API?
Any help is appreciated.
0
Best Answer
-
Bradley Posts: 94 ✭✭✭If you are in script, you can add a "should submit" task to the document or batch folder.
5
Answers
Currently the only way (that I'm aware) to manipulate documents that already exist in ApplicationXtender is through a link to that actual document. From there, manipulation is done through Grooper's Link Action activity.
To create a link from a Grooper document to one in ApplicationXtender, the Grooper batch would have to be made using a New From > CMIS Import..., going to a batch process step for Link Action where the Command property is set to Load Content.
When all is said and done, you can use the Link Action activity to delete the document in AX before uploading a new one.
New From > CMIS Import...
Telling Grooper where to start the batch once you specify which documents to import
Link Action properties of the starting step (specified above)
Good information. Thank you.
Save Content:
Save Index Fields(Save Properties):
(Ensure your Scope and Folder Level properties match the batch structure.)