Is there any custom PX sample code available, to checkout/checkin the file from Attachments tab?

Is there any custom PX sample available, to checkout/checkin the file from Attachments tab?

Add Comment
1 Answer(s)

There’s some examples of the main bits over in the Agile 9.3.X SDK Developer Guide – Building APIs about how to do that.  Are you referring to a specific row or through a specific event?

Basically, the script would:
1. Add import statements
2. Add try block
3.  Get Change Order number
4.  Get Attachments tab table
5.  Check in files

Unless someone here has a specific script they have to share, take bits and chucks of code from 9.3.6.’s guide for building APIs from Examples 14-18, 7-3, 7-4, 14-10, and even 14-9.

Agile Angel Answered on June 19, 2017.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.