Click or drag to resize

ProcessServicesModifyOperationERPIdentity Method

Modifies the ERP identity of an existing Operation.

Namespace:  FactoryLogix.xTend.ProcessDefinition
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public void ModifyOperationERPIdentity(
	Guid sessionId,
	Guid operationId,
	string newIdentity,
	string newIdentityValue
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
operationId
Type: SystemGuid
The Id property of the Operation to be modified.
newIdentity
Type: SystemString
The new identity for the operation.
newIdentityValue
Type: SystemString
The new identity supplemental information for the operation.
See Also