[Axapta-Knowledge-Village] Missing Overload in InventMov_Journal

2007-12-19 Thread Earl Rey Lacsina
I’m having an error when posting a inventory transfer journal. When I trace the error, it leads me to this… Class : InventMov_Journal Method: parmUpdCostAmountphysical further trace leads to… Class: Error Method: missingOverload How can I tell what overload is missing in the class

RE: [Axapta-Knowledge-Village] Weird Exception in AX3

2007-12-19 Thread Earl Rey Lacsina
ported to them and they are working with it, so there was no solution for that. We have finally opted for an alternative solution for that. Barunava ----- Original Message From: Earl Rey Lacsina mailto:elacsina%40gurango.com"[EMAIL PROTECTED]> To: Axapta-Knowledge-Village mailto:Axapta

RE: [Axapta-Knowledge-Village] Weird Exception in AX3

2007-12-19 Thread Earl Rey Lacsina
"http://daxguy.blogspot.com/2006/11/how-to-find-out-where-that-error.html"ht tp://daxguy.blogspot.com/2006/11/how-to-find-out-where-that-error.html Hope it helps. Cheers Arijit Basu HYPERLINK "http://daxguy.blogspot.com"http://daxguy.blogspot.com On Dec 19, 2007 7:36

[Axapta-Knowledge-Village] Weird Exception in AX3

2007-12-18 Thread Earl Rey Lacsina
I'm encountering an exception in AX3 but my problem is that this exception have no description in the infolog. I have put a breakpoint in ADD METHOD of the INFO CLASS but the exception doesn't pass there. I thought all exception pass in that class? try { //do something } catch {

[Axapta-Knowledge-Village] Help posting PO using X++ with packingslip

2007-12-17 Thread Earl Rey Lacsina
My problem is where I will put PackingSlip and PackingSlip Date in code if I use PurchFormLetter class. //set values in myPurchTable and myPurchLine //posting of PO purchFormLetter = PurchFormLetter::construct(DocumentStatus::PackingSlip, true); purchFormLetter.update(myPurchTable,myNum,