Actions Available in the PTC Document Control Domain
The following actions are available in the PTC Document Control domain:
SetState
The SetState action is used to set the state of a training record object. The action is bound to the TrainingRecord entity.
The following is an example of the SetState action:
POST /Windchill/servlet/odata/DocumentControl/TrainingRecords('OR:com.ptc.qualitymanagement.qms.trainingtracking.TrainingRecord:306394')/PTC.DocumentControl.SetState
SetStateTrainingRecords
The SetStateTrainingRecords action is used to set the state of one or more training record objects in a single call.
The following is an example of the SetStateTrainingRecords action:
POST /Windchill/servlet/odata/DocumentControl/SetStateTrainingRecords
Refer to the domain EDM for a complete list of actions.
Was this helpful?