Actions Available in the PTC Regulatory Master Domain
The following actions are available in the PTC Regulatory Master domain:
CreateFollowup
The CreateFollowup action creates a new iteration of the non-revisable regulatory submission. You can create follow-ups for a completed or expired regulatory submission. After creating a follow-up task, the new iteration of the regulatory submission undergoes the same lifecycle to be submitted to the agency.
UploadStage1Action
The UploadStage1Action action is the first stage for uploading attachments to a non-revisable or revisable regulatory submission. The action enables you to specify the number of files to attach for uploading them to the regulatory submission.
UploadStage3Action
The UploadStage3Action action is the final stage for uploading attachments to a non-revisable or revisable regulatory submission. The action enables you to specify the attributes for each file attachment specified in the UploadStage1Action request, for uploading them to the regulatory submission.
SetState
The SetState action is used to set the state of a regulatory submission. The action is bound to the RegulatorySubmission and RegSubmission2 entities.
The following are the two examples of the SetState action for the non-revisable and revisable regulatory submissions, respectively:
POST /Windchill/servlet/odata/RegMstr/RegulatorySubmissions('OR:com.ptc.qualitymanagement.regmstr.RegulatorySubmission:237897')/PTC.RegMstr.SetState
POST /Windchill/servlet/odata/RegMstr/RegSubmission2('OR:com.ptc.qualitymanagement.regmstr.RegSubmission2:237897')/PTC.RegMstr.SetState
Reserve
The Reserve action is used to reserve a non-revisable or revisable regulatory submission before you perform an operation on the regulatory submission.
UndoReservation
The UndoReservation action removes the reservation of a reserved non-revisable or revisable regulatory submission.
Refer to the domain EDM for a complete list of actions.