Hi,
I am building an updateable dashboard that will allow users to change the Ship By date of either a sales order or a transfer order. In order to achieve this, I built an updateable BAQ that is an UNION of the “Sales Orders” and “Transfer Orders” table and am using the “Advanced BPM” feature. The sales order update works but I found out that the transfer order only works when the user running the dashboard has access to the receiving plant…
More specifically, I am using the UpdateExt method, which I believe is validating access.
So I am wondering is there is a way to change that date programmatically without giving access to the plants? I tried things like “TFOrdDtl.RequestDate = NewReqDate;”, “TFOrdDtl[“RequestDate”] = NewReqDate;” but nothing seems to work.
Thank you,
Daniel Cardoso