TrackingServicesRecordIndirectTouchTime Method |
Records "indirect" labor (touch) time against a particular
Batch (production order).
Indirect time is time spent working on the
Batch that is not directly related to work
on a particular production unit or material (
Item).
Namespace:
FactoryLogix.xTend.Production
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public void RecordIndirectTouchTime(
Guid sessionId,
Guid batchId,
string trackingCode,
DateTime startTime,
DateTime finishTime,
Nullable<Guid> workstationId,
string operatorUserName
)
Public Sub RecordIndirectTouchTime (
sessionId As Guid,
batchId As Guid,
trackingCode As String,
startTime As DateTime,
finishTime As DateTime,
workstationId As Nullable(Of Guid),
operatorUserName As String
)
public:
virtual void RecordIndirectTouchTime(
Guid sessionId,
Guid batchId,
String^ trackingCode,
DateTime startTime,
DateTime finishTime,
Nullable<Guid> workstationId,
String^ operatorUserName
) sealed
abstract RecordIndirectTouchTime :
sessionId : Guid *
batchId : Guid *
trackingCode : string *
startTime : DateTime *
finishTime : DateTime *
workstationId : Nullable<Guid> *
operatorUserName : string -> unit
override RecordIndirectTouchTime :
sessionId : Guid *
batchId : Guid *
trackingCode : string *
startTime : DateTime *
finishTime : DateTime *
workstationId : Nullable<Guid> *
operatorUserName : string -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - batchId
- Type: SystemGuid
The Id of the Batch that should be charged for the labor. - trackingCode
- Type: SystemString
The pre-configured tracking code to be associated with this record. - startTime
- Type: SystemDateTime
The date/time when the work commenced. - finishTime
- Type: SystemDateTime
The date/time when the work completed. - workstationId
- Type: SystemNullableGuid
An optional Id of the Workstation where the work was performed. - operatorUserName
- Type: SystemString
An optional user name indicating the operator User who performed the work.
Exceptions See Also