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.245.0.0 (8.245.0.0)
Syntax public void ModifyOperationERPIdentity(
Guid sessionId,
Guid operationId,
string newIdentity,
string newIdentityValue
)
Public Sub ModifyOperationERPIdentity (
sessionId As Guid,
operationId As Guid,
newIdentity As String,
newIdentityValue As String
)
public:
virtual void ModifyOperationERPIdentity(
Guid sessionId,
Guid operationId,
String^ newIdentity,
String^ newIdentityValue
) sealed
abstract ModifyOperationERPIdentity :
sessionId : Guid *
operationId : Guid *
newIdentity : string *
newIdentityValue : string -> unit
override ModifyOperationERPIdentity :
sessionId : Guid *
operationId : Guid *
newIdentity : string *
newIdentityValue : string -> unit
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