Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Mass Product Completion transaction for lot enabled item in Process Work Order using Visual Builder

edited Sep 23, 2023 4:51PM in Manufacturing 7 comments

Summary:

Dear Experts,

We have a requirement where we need to complete more than 100 lots in a process manufacturing work order. Each lot contains 1 quantity. Thus, we need to complete 100 rows.

We are trying to use Visual Builder to complete it, but somehow visual builder excel is not working and not allowing to enter data.

We are able to perform PRODUCT_COMPLETION transaction using postman and working as expected using API /fscmRestApi/resources/latest/materialTransactions with below payload.

{

    "SourceSystemCode": "FUSION_MOBILE",

    "SourceSystemType": "EXTERNAL",

    "MaterialTransactionDetail": [ {

            "OrganizationCode": "INV_ORG_A",

            "WorkOrderNumber": "WO1001",

            "WoOperationSequenceNumber": 30,

            "TransactionTypeCode": "PRODUCT_COMPLETION",

            "InventoryItemNumber": "ITEMA",

            "TransactionQuantity": 1,

            "TransactionUnitOfMeasure": "Each",

            "TransactionLot": [ {

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!