VBCS excel for item which is lot and serial enabled- Inventory Stage Transactions.
Summary:
Hi. I tried to make a VBCS excel for Mis issue or Receipt for Items which are lot and serial tracked but it is not working. The tabs serial and lot are not create enabled and hence i cannot add the same . Did any one try how to do it. the rest is working fine as is.
{
"OrganizationName": "{{OrganizationName}}",
"TransactionTypeName": "Mobily Outlet Consumption",
"ItemNumber": "{{ItemNumber}}",
"TransactionQuantity": -1,
"TransactionUnitOfMeasure": "Each",
"TransactionDate": "2024-12-30",
"SubinventoryCode": "Goods",
"UseCurrentCostFlag": "true",
"SourceCode": "Shop_Mismatch_All",
"SourceHeaderId": "01",
"DistributionAccountId":300000054838304,
"SourceLineId": "01",
"TransactionMode": "2",
"lots": [
{
"LotNumber": "{{LotNumber}}",
"TransactionQuantity": -1,
"lotSerials": [
{
"FmSerialNumber": "{{FmSerialNumber}}",
"ToSerialNumber": "{{ToSerialNumber}}"
}
]
}
]
}
it is working fine in post man or Bruno