Just created the base process with a comment in the 4GL code on our test server & the base method is not triggering at all. I have to add the disclaimer that this is Very dangerous & could cause all sorts of data issues, but it will work for what we need as long as the method only validated the lot number & nothing else.
--- In vantage@yahoogroups.com, "dansirow" <dansirow@...> wrote:
>
> Yes Base Processing BPM run in place of the standard BO.<br><br>I have used it to bypass a BO. In E9 there is a new feature for internal cross reference numbers. I do not want these used in Sales Order Entry, so I made a base BPM that just contains progress code with a comment.<br><br>This can be very dangerous, I would only use with extreme caution.<br><br>Dan Sirow<br>Independent Components Corp.<br><br>--- In vantage@yahoogroups.com, "Michael McWilliams" mmcwilliams22@ wrote:<br>><br>> During the Webex there was not any talk about base processing. From what I know this actually completly overrides the Method called by the BO. I am pretty sure this can be dangerous if you do not know exactly what you are doing. I would like to find out more about this portion of BPMs though. For example, during receipt entry every time a new lot is created it asks. Would you like to create a new lot. In our environment every receipt line is a new lot & most receipts have 20 or more lines.<br>> <br>> Epicor.Mfg.Proxy.ReceiptImpl.CheckDtlLotInfo is the method being called & from the source it says:<br>> This method returns an error or question if the LotNum field does not exist depending upon the security of the user.(by the way, It would be great if there was a place that describes every BO method like the source code does)<br>> <br>> In theory using base processing could I ignore this method?<br>> <br>> Do we have anybody on the group who has created or bypassed a base method using a BPM?<br>><br>
>