TrackingServicesRecordCapturedMaterials Method |
Records a list of materials against
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 RecordCapturedMaterials(
Guid sessionId,
Guid transactionId,
Nullable<Guid> itemId,
RecordedMaterial[] materials
)
Public Sub RecordCapturedMaterials (
sessionId As Guid,
transactionId As Guid,
itemId As Nullable(Of Guid),
materials As RecordedMaterial()
)
public:
virtual void RecordCapturedMaterials(
Guid sessionId,
Guid transactionId,
Nullable<Guid> itemId,
array<RecordedMaterial^>^ materials
) sealed
abstract RecordCapturedMaterials :
sessionId : Guid *
transactionId : Guid *
itemId : Nullable<Guid> *
materials : RecordedMaterial[] -> unit
override RecordCapturedMaterials :
sessionId : Guid *
transactionId : Guid *
itemId : Nullable<Guid> *
materials : RecordedMaterial[] -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - transactionId
- Type: SystemGuid
The transaction Id returned by the TransactionId property of the StartResult. - itemId
- Type: SystemNullableGuid
The optional Id of the specific parent Item (must be associated with the transaction) to
which this material should be recorded. If null, the material will be recorded against all Items related
to the transaction. - materials
- Type: FactoryLogix.xTend.DataObjectsRecordedMaterial
A list of RecordedMaterial objects representing the details of the specifiec
materials that were used and consumed by the associated transaction.
Exceptions See Also