Kinetic on UBaq on ReceiptFromMfg

Hi All,
Kindly please advice the proper way of perform the ReciptFromMfg through UBaq, and my following sample that its does not return any error after fill the ds but the MFG-STK does not appear in my parttran, is there something I has missed?

after Method 6 where is your Update?.. Also are you passing RowMod = U

Hi @aarong thanks for your response, that’s mean i has missing on another BO Invoke for UpdateExt or? I did set the RowMod = U and then I remove it and found there’s no different where still not able to create me a row in PartTran.
I’m interested to know your advise what should I insert after Method 6.
Thanks

Does “changed row” include “added” rows? Asking for a friend… lol

Yes… Changed row is Added & Updated rows

You need to update the dataset after your final call.

Did you follow a trace? A trace will let you know the steps you need to take.

I’ll see if I can find the code… Might have it somewhere!

hi @aarong , from the trace route as what I have as follow which try the simple UBaq

Erp.Proxy.BO.ReceiptsFromMfgImpl GetNewReceiptsFromMfgJobAsm

Set PartTrantablesets on Qty = 1

Erp.Proxy.BO.ReceiptsFromMfgImpl
OnChangeActTranQty
Erp.Proxy.BO.ReceiptsFromMfgImpl
PreUpdate
Erp.Proxy.BO.ReceiptsFromMfgImpl
ReceiveMfgPartToInventory

I think i has miss out something and I do set the RowMod to U or A after change qty but still nothing happen in my PartTran, Sorry I has try on this simple UBaq just hope to get the update in my PartTran, some how I has able to create UBaq on Material Issue which without any error and successfully create the transaction in Epicor, just my bad I have confuse the terms of ReceiptsFromMfg how to get this work?

The reason why I use UBaq is for my MES external app hope to connect through API in our coming migration to Kinetic, previously we using VS on C# for all the production transaction though session connect by Ice.Core with mass coding, now I have to turn all this into UBaq method through API since we are going to migrate to the latest version.
we have no choice which culture need to change… lol