BatchServicesGetBatchApproval Method |
Retrieves a list of the approvals associated with the specified
Batch.
This includes the historical records of actions taken by individual users
against these approvals.
Namespace:
FactoryLogix.xTend.Production
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public ApprovalItem GetBatchApproval(
Guid sessionId,
Guid batchId
)
Public Function GetBatchApproval (
sessionId As Guid,
batchId As Guid
) As ApprovalItem
public:
virtual ApprovalItem^ GetBatchApproval(
Guid sessionId,
Guid batchId
) sealed
abstract GetBatchApproval :
sessionId : Guid *
batchId : Guid -> ApprovalItem
override GetBatchApproval :
sessionId : Guid *
batchId : Guid -> ApprovalItem
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - batchId
- Type: SystemGuid
The unique identifier (ID) of the Batch whose approvals are being requested.
Return Value
Type:
ApprovalItemAn
ApprovalItem object representing the approvals associated with the specified
Batch,
or null if there are no approvals for the
Batch.
Exceptions See Also