Hi All,
I created a custom store procedure which targets the table "BM10200" and inserts the fields:
(Fields) TRX_ID, BM_Trx_Status, BCHSOURC, BACHNUMB, BM_Start_Date, TRXDATE, PSTGDATE, Quantity_Shortage_Status, MODIFDT,CREATDDT
Notes:
- I grab the next "TRX_ID" from table "BM40100"
- I set status to 2(Not released)
- I assign an already existing Batch Number to it
- I have created two other separate (simple) store procedures for BOM which work just fine
- How do I activate these store procedures? I activate them through Custom XML nodes which piggyback on eConnect schemas
Questions:
1) I have noticed that once you enter the Site ID and the Batch ID and the Bill Number and change the status, there is a process that runs. Basically a small window pops up and runs a process. Could anyone advise me on how could I activate that process through a store procedure or through eConnect?
(Before setting to "NOT RELEASED)
(After setting status to "NOT RELEASED")
As noticed once the status changes, the sub-component shows up, but before a small window running a process runs.
Therefore, my question is as to how could I possibly run that process through SQL store procedure or through eConnect methods?
Thanks for your time and input,
much appreciated.
*This post is locked for comments