Has anyone built an updatable BAQ that will allow closing of open PO’s. The UpdateEXT BO will not allow the change of the OpenOrder field. I guess there is a closeorder directive but I can’t see how to get at it.
Thanks
Keith
Has anyone built an updatable BAQ that will allow closing of open PO’s. The UpdateEXT BO will not allow the change of the OpenOrder field. I guess there is a closeorder directive but I can’t see how to get at it.
Thanks
Keith
Just a brief blurb - I’d probably approach it by writing a custom BPM directive. Then inside that code, you can call the BO methods required.
With that said, I am surprised UpdateExt cant handle that.