Actions Available in the PTC Regulatory Master Domain
The following actions are available in the PTC Regulatory Master domain:
ProcessAcknowledgement
 
This action added to the domain version 6 in WRS 2.7.1 is only supported with the Windchill 12.1.2.9 and above releases.
The ProcessAcknowledgement action processes an acknowledgement received from a regulatory agency for a non-revisable or revisable regulatory submission. The action can deliver either a stream type or String type of the acknowledgement content to Windchill for processing. The action delivers a successful or failed stream or String type of acknowledgement.
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.
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.
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
Revise
The Revise action revises a revisable regulatory submission to the desired revision directly.
CheckIn
The CheckIn action checks in a revisable regulatory submission.
CheckOut
The CheckOut action checks out a revisable regulatory submission.
UndoCheckOut
The UndoCheckOut action performs “undo checkout" of a revisable regulatory submission.
Refer to the domain EDM for a complete list of actions.