I actually do have the directive setup on the "Update" method and not the "ChangeDetailOurCalcQty."
________________________________
From: "advantage@..." <advantage@...>
To: melissa hietala <kevmel822@...>; vantage@yahoogroups.com
Sent: Fri, November 13, 2009 11:55:10 AM
Subject: Re: [Vantage] BPM Code on PO Business Object (8.03.408B)
I'm just wondering why did you do it on that method
ChangeDetailOurCalcQty
instead of Update(save)
Its almost saying that no change happened thus the error message
Sent from my Verizon Wireless BlackBerry
________________________________
From: melissa hietala <kevmel822@...>
Date: Fri, 13 Nov 2009 08:23:00 -0800 (PST)
To: <vantage@yahoogroups.com>
Subject: [Vantage] BPM Code on PO Business Object (8.03.408B)
Â
Hello all,
Â
I have the following 4GL code written for a BPM. The info messages and assign statements seem to be working as expected. However, after initially saving a record, seeing the info messages launch, and attempting make a change, I am randomly getting this error message shown below. Any thoughts on what may be causing this or how I can adjust my code to eliminate this? Thank you.
Dustin Biniek
Â
Â
•Find First ttPODetailwhere ttPODetail.RowMod= "A" no-error.
•If available ttPODetailthen do:
•find first part where part.company= ttPODetail.Companya nd Part.partnum= ttPODetail.PartNumn o-lock no-error.
•If not available part then do:
•{lib/PublishInfoMsg .i&InfoMsg= "'Is this a taxable part?'"}.
•end.
•If available Part then do:
•If ttpodetail.taxable= True then return.
•end.
•If ttpodetail.taxable= false then do:
•If part.checkbox10 = False then do:
•{lib/PublishInfoMsg .i&InfoMsg= "'Is this a taxable part?'"}.
•end.
•If part.checkbox10 = True then do:
•assign ttpodetail.taxable= part.checkbox10.
•{lib/PublishInfoMsg .i&InfoMsg= "'Taxable status has been updated.'"}.
•end.
•end.
•end.
Â
Exception caught in: Epicor.Mfg.BO. PO
Error Detail
============
Message: No adjustments made
Type: Error
Program: Server/bo/PO. p
Method: ChangeDetailCalcOur Qty
Table:
Row:
Field:
Â
Â
Stack Trace
===========
at Epicor.Mfg.Proxy. POImpl.ChangeDet ailCalcOurQty( Decimal newCalcOurQty, PODataSet ds)
at Epicor.Mfg.UI. Adapters. POAdapter. ChangeDetailCalc OurQty(Decimal newCalcOurQty)
Â
------------ --------- --------
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
________________________________
From: "advantage@..." <advantage@...>
To: melissa hietala <kevmel822@...>; vantage@yahoogroups.com
Sent: Fri, November 13, 2009 11:55:10 AM
Subject: Re: [Vantage] BPM Code on PO Business Object (8.03.408B)
I'm just wondering why did you do it on that method
ChangeDetailOurCalcQty
instead of Update(save)
Its almost saying that no change happened thus the error message
Sent from my Verizon Wireless BlackBerry
________________________________
From: melissa hietala <kevmel822@...>
Date: Fri, 13 Nov 2009 08:23:00 -0800 (PST)
To: <vantage@yahoogroups.com>
Subject: [Vantage] BPM Code on PO Business Object (8.03.408B)
Â
Hello all,
Â
I have the following 4GL code written for a BPM. The info messages and assign statements seem to be working as expected. However, after initially saving a record, seeing the info messages launch, and attempting make a change, I am randomly getting this error message shown below. Any thoughts on what may be causing this or how I can adjust my code to eliminate this? Thank you.
Dustin Biniek
Â
Â
•Find First ttPODetailwhere ttPODetail.RowMod= "A" no-error.
•If available ttPODetailthen do:
•find first part where part.company= ttPODetail.Companya nd Part.partnum= ttPODetail.PartNumn o-lock no-error.
•If not available part then do:
•{lib/PublishInfoMsg .i&InfoMsg= "'Is this a taxable part?'"}.
•end.
•If available Part then do:
•If ttpodetail.taxable= True then return.
•end.
•If ttpodetail.taxable= false then do:
•If part.checkbox10 = False then do:
•{lib/PublishInfoMsg .i&InfoMsg= "'Is this a taxable part?'"}.
•end.
•If part.checkbox10 = True then do:
•assign ttpodetail.taxable= part.checkbox10.
•{lib/PublishInfoMsg .i&InfoMsg= "'Taxable status has been updated.'"}.
•end.
•end.
•end.
Â
Exception caught in: Epicor.Mfg.BO. PO
Error Detail
============
Message: No adjustments made
Type: Error
Program: Server/bo/PO. p
Method: ChangeDetailCalcOur Qty
Table:
Row:
Field:
Â
Â
Stack Trace
===========
at Epicor.Mfg.Proxy. POImpl.ChangeDet ailCalcOurQty( Decimal newCalcOurQty, PODataSet ds)
at Epicor.Mfg.UI. Adapters. POAdapter. ChangeDetailCalc OurQty(Decimal newCalcOurQty)
Â
------------ --------- --------
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]