Table "Phys. Invt. Count Buffer"
ID 5888
Namespace: Microsoft.Inventory.Counting.Document
Properties
| Name |
Value |
| Caption |
Phys. Invt. Count Buffer
|
| DataClassification |
CustomerContent
|
Fields
| Name |
Type |
Description |
| "Line No." |
Integer
|
|
| "Exp. Serial No." |
Code[50]
|
|
| "Exp. Lot No." |
Code[50]
|
|
| "Exp. Qty. (Base)" |
Decimal
|
|
| "Exp. Package No." |
Code[50]
|
|
| "Rec. No." |
Integer
|
|
| "Rec. Line No." |
Integer
|
|
| "Rec. Serial No." |
Code[50]
|
|
| "Rec. Lot No." |
Code[50]
|
|
| "Rec. Qty. (Base)" |
Decimal
|
|
| "Rec. Package No." |
Code[50]
|
|
| "Track. Serial No." |
Code[50]
|
|
| "Track. Lot No." |
Code[50]
|
|
| "Track. Qty. Neg. (Base)" |
Decimal
|
|
| "Track. Qty. Pos. (Base)" |
Decimal
|
|
| "Track. Package No." |
Code[50]
|
|
| SystemId |
Guid
|
|
| SystemCreatedAt |
DateTime
|
|
| SystemCreatedBy |
Guid
|
|
| SystemModifiedAt |
DateTime
|
|
| SystemModifiedBy |
Guid
|
|
| SystemRowVersion |
BigInteger
|
|
Methods
SetTrackingFields
procedure SetTrackingFields(SerialNo: Code[50], LotNo: Code[50], QtyPosBase: Decimal, QtyNegBase: Decimal)
Parameters
| Name |
Type |
Description |
|
SerialNo
|
Code[50]
|
|
|
LotNo
|
Code[50]
|
|
|
QtyPosBase
|
Decimal
|
|
|
QtyNegBase
|
Decimal
|
|
SetTrackingFields
procedure SetTrackingFields(SerialNo: Code[50], LotNo: Code[50], PackageNo: Code[50], QtyPosBase: Decimal, QtyNegBase: Decimal)
Parameters
| Name |
Type |
Description |
|
SerialNo
|
Code[50]
|
|
|
LotNo
|
Code[50]
|
|
|
PackageNo
|
Code[50]
|
|
|
QtyPosBase
|
Decimal
|
|
|
QtyNegBase
|
Decimal
|
|
See also