BatchOverrides
The
BatchOverrides
item returns the number of parameter expression overrides currently in effect for each batch on the batch list.This table shows the input and output formats for this item.
Input Format | Request: BatchOverrides | ||
Output Format | The BatchOverrides item returns in this format: | ||
<Statistics> | is | <NullList> | <OverridesList> | |
<OverridesList> | is | <OverrideRecord> | <OverrideRecord> <OverridesList> | |
<OverrideRecord> | is | <CreateID> \t <NumOverrides> \crlf | |
Field Name | Format | Description | |
<CreateID> | ASCII – String | Integer, INTERNAL identifier assigned by the FactoryTalk Batch Server to a batch when created. Obtained from the BatchList item. | |
<NumOverrides> | ASCII - String | Number of overrides in effect for the batch with this CreateID |
This table shows an example of the return on this request.
TIP:
A request on
object.GetItem(BatchOverrides)
could return:14 \t 3 \crlf
15 \t 0 \crlf
16 \t 5 \crlf
Provide Feedback