Click or drag to resize

ProcessServices Methods

The ProcessServices type exposes the following members.

Methods
  NameDescription
Public methodExecuteApprovalItemAction
Approves or Rejects an approval item on behalf of a particular user. This method may also be used to change the current status of the from under construction to pending approval, or vice versa.
Public methodFindProductionProcesses
Retrieves a list of process definitions based on their assoicated internal part number, part revision, and process revision.
Public methodFindReceivingProcesses
Retrieves a list of receiving process definitions based on their name and process revision.
Public methodGetActivityFileContent
Retrieves the raw file content for a single activity file.
Public methodGetActivityFiles
Retrieves a list information regarding the files associated to the specified activity. The returned list does not contain the content of the files, which may be acquired subsequently using the GetActivityFileContent(Guid, Guid) method.
Public methodGetOperationSteps
Retrieves all the steps, including the activities associated to the steps, associated to the operation.
Public methodGetOperationWorkstations
Retrieves all the workstations associated to the operation. If no workstations are directly associated to the operation, retrieves all the workstations that share resource types with the specified operation. If no resource types are associated to the operation, then retrieves all workstatios in the system.
Public methodGetPendingApprovals
Retrieves a list of all approval items that are presently in a "pending approval" state. The list may optinally be filtered to return only those approval items that are relevant to a particular user.
Public methodGetProcess
Retrieves a single process definition, given its ID.
Public methodGetProcessApprovals
Retrieves a list of the approvals associated with the specified process. This includes the historical records of actions taken by individual users against these approvals.
Public methodInitiateAllProcessApprovals
Places any and all approvals associated with the specified Process into a "pending approval" state. This includes initiation of notification emails to approval process group members.
Public methodModifyOperationERPIdentity
Modifies the ERP identity of an existing Operation.
Public methodReleaseProcessForProduction
Changes the status of the specified Process to "Released to Production", thereby making production Batches associated to this process visible to factory floor operators, and executable on the factory floor.
Public methodSetProcessUnderConstruction
Changes the status of the specified Process to "Under Construction", cancelling any pending approvals, and resetting any approved approvals back to an unapproved state.
Public methodStreamActivityFileContent
Retrieves the raw file content for a single activity file and returns it as a Stream.
Top
See Also