[Axapta-Knowledge-Village] Posting Inventory Transaction without posting to ledger accounts

2009-07-13 Thread Ferry Widjaja
All,


Is it possible to create BOM Journal without posting ledger transactions (means 
that there is only inventory managed quantity without financial transactions in 
the ledger accounts)? Many thanks.



Best Regards,


Ferry Widjaja



Re: [Axapta-Knowledge-Village] Hi

2009-07-13 Thread santosh yadav

Hi ,
just try to put the below code...it should solve your your asked query

static void addEnum2EDT(Args _args)
{
TreeNode treeNode;
;
Treenode = TreeNode::findNode(@'\Data Dictionary\Extended Data Types\Test');

treeNode.AOTsetProperty('enumtype','ABCModel');
treeNode.AOTsave();
}
 

\Santosh

--- On Tue, 30/6/09, Pooja . dyna.a...@yahoo.com wrote:

 From: Pooja . dyna.a...@yahoo.com
 Subject: [Axapta-Knowledge-Village] Hi
 To: development-axapta development-axa...@yahoogroups.com, groups 
 dynamicsg...@yahoogroups.com, groups 
 microsoft_dynamics_axa...@yahoogroups.com, groups 
 secretsofdynamicssoftwar...@yahoogroups.com, groups 
 Axapta-Knowledge-Village@yahoogroups.com, groups 
 msdynamicsaxfo...@yahoogroups.com, groups dynamics...@yahoogroups.com, 
 groups dynamic...@yahoogroups.com
 Date: Tuesday, 30 June, 2009, 6:54 PM
 
 
 
 
 
 
 
 
 
 
  
 
 
 
 
 
 
 
 
 
 
 
   
   Good Morning
 All,
 can we add enum dynamically to EDT .
 please give me piece of cide
 
 
 
 
   
 Access Yahoo!7 Mail on your mobile. Anytime. Anywhere. 
 Show me how.
  
 
   
 
 
 
   

   
   
 
 
 
 
   
 
 
 
 
   
   
 
 
   
   
   
 
 


  Love Cricket? Check out live scores, photos, video highlights and more. 
Click here http://cricket.yahoo.com



Re: [Axapta-Knowledge-Village] Dumps for Exam MB6-818.

2009-07-13 Thread santosh yadav


try for the below links

http://www.certbible.org/mb6-818/

http://www.kingdownloads.com/HomeEducation/Teaching_Tools/MB6-818_Free_Pass_Sure_Exam_95432.htm

Thanks


--- On Tue, 30/6/09, Khalil Rehman khalilrehm...@hotmail.com wrote:

 From: Khalil Rehman khalilrehm...@hotmail.com
 Subject: [Axapta-Knowledge-Village] Dumps for Exam MB6-818.
 To: axapta-consult...@yahoogroups.com, Knowlege Village 
 axapta-knowledge-village@yahoogroups.com, Development AX 
 development...@yahoogroups.com
 Date: Tuesday, 30 June, 2009, 10:47 PM
 
 
 
 
 
 
 
 
 
 
  
 
 
 
 
 
 
 
 
 
 
 
   
   
 
 
 Dear All,
 
  
 
     i want to have Dumps for Financials Exam
 MB6-818, AX 2009. some one knows the location for download.
 
  
 
 regards.
 
  
 
 
  
 
 
  
 KHALIL UR
 REHMAN  
 
 
 
 See all the ways you can stay connected to
 friends and family
 
  
 
   
 
 
 
   

   
   
 
 
 
 
   
 
 
 
 
   
   
 
 
   
   
   
 
 


  Yahoo! recommends that you upgrade to the new and safer Internet Explorer 
8. http://downloads.yahoo.com/in/internetexplorer/



[Axapta-Knowledge-Village] Nav to Ax data migration package?

2009-07-13 Thread ontariodiver
Has anyone built any tools to migrate Nav data to Ax? 

The current toolset for Scala does not have any SSIS packages for NAV and I was 
wondering if a developer or company has built them for their own project.



[Axapta-Knowledge-Village] Re: Calling EXE file form Ax Menu

2009-07-13 Thread dgreatone123
Hi Morris,

Thanks for your reply. I'll try to do as you told me and see if it works.

regards,
D' great


--- In Axapta-Knowledge-Village@yahoogroups.com, Varden Morris vard...@... 
wrote:

 That method is designated to run on the client. As a matter of fact the 
 WinAPI class is designated to run on the client. If you are using 4.0 or 
 higher there is a WinAPIServer class that runs on the server but it does not 
 have all the methods that the WinAPI class has. Try copying the shellExecute 
 method to a new class and change the client modifier to server. This will 
 enable the method to run on the server. With that said I don’t think it is 
 best practice to execute DLL on the server.
 
 
 Varden Morris
 Varalth Solutions Inc.  
 693 Abbottsfield Road NW
 Edmonton, Alberta T5W 4R4
 Canada 
 (780) 752-0406 
 (780) 716-8604 (c)
 www.varalth.com 
  
 
 CONFIDENTIALITY NOTICE 
  
 This message and any attachments are confidential.  If you have received 
 this transmission in error, please be advised that any disclosure, copying, 
 distribution or action taken in reliance upon this communication is strictly 
 prohibited.  If you have received this communication in error, please 
 contact the sender immediately. Please note that any views or opinions 
 presented in this email are solely those of the author and do not necessarily 
 represent those of the company.  Finally, the recipient should check this 
 email and any attachments for the presence of viruses. The company accepts no 
 liability for any damage caused by any virus transmitted by this email.
 
 --- On Sun, 7/12/09, dgreatone123 dgreatone...@... wrote:
 
 
 From: dgreatone123 dgreatone...@...
 Subject: [Axapta-Knowledge-Village] Re: Calling EXE file form Ax Menu
 To: Axapta-Knowledge-Village@yahoogroups.com
 Date: Sunday, July 12, 2009, 7:32 PM
 
 
 
 
 
 
 
 
 I want to convert the client side batch to server side.
 the batch call a bat file. In client mode it work fine, I used the
 winapi:shellexecute method. But in server mode, this winapi:shellexecute is 
 not
 available.
 
 The bat contain the ftp I.P. while the config file contain the user/password 
 to
 the ftp and the directory where I want to move the file from my local drive to
 ftp folder.
 any idea how to convert this batch to server mode?
 
 thanks
 
 --- In Axapta-Knowledge- vill...@yahoogro ups.com, Arijit Basu 
 arijit.basu@ ... wrote:
 
  Hi Kapil,
  use WinAPI::shellExecut e();
  
  Cheers
  
  Arijit Basu
  
  On Thu, May 1, 2008 at 6:47 PM, anuprkl anuprkl@  wrote:
  
   Hi!
   Is it possible to call any EXE file from menu item in Axapta 3.0.
   For example I want to call xyz.exe form ARReportCall XYZ.
  
   If I click on this Menu then the xyz.exe file should run.
   Thanks
   Kapil
  
   
  
  
  
  
  -- 
  
  
  Arijit Basu
 





Re: [Axapta-Knowledge-Village] Re: Calling EXE file form Ax Menu

2009-07-13 Thread Varden Morris
You are most welcome.
 
Varden Morris
Varalth Solutions Inc.  
693 Abbottsfield Road NW
Edmonton, Alberta T5W 4R4
Canada 
(780) 752-0406 
(780) 716-8604 (c)
www.varalth.com 

CONFIDENTIALITY NOTICE 
 
This message and any attachments are confidential.  If you have received this 
transmission in error, please be advised that any disclosure, copying, 
distribution or action taken in reliance upon this communication is strictly 
prohibited.  If you have received this communication in error, please contact 
the sender immediately. Please note that any views or opinions presented in 
this email are solely those of the author and do not necessarily represent 
those of the company.  Finally, the recipient should check this email and any 
attachments for the presence of viruses. The company accepts no liability for 
any damage caused by any virus transmitted by this email.





From: dgreatone123 dgreatone...@yahoo.com.sg
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Monday, July 13, 2009 10:25:23 AM
Subject: [Axapta-Knowledge-Village] Re: Calling EXE file form Ax Menu





Hi Morris,

Thanks for your reply. I'll try to do as you told me and see if it works.

regards,
D' great

--- In Axapta-Knowledge- vill...@yahoogro ups.com, Varden Morris vard...@...  
wrote:

 That method is designated to run on the client. As a matter of fact the 
 WinAPI class is designated to run on the client. If you are using 4.0 or 
 higher there is a WinAPIServer class that runs on the server but it does not 
 have all the methods that the WinAPI class has. Try copying the shellExecute 
 method to a new class and change the client modifier to server. This will 
 enable the method to run on the server. With that said I don’t think it is 
 best practice to execute DLL on the server.
 
 
 Varden Morris
 Varalth Solutions Inc.  
 693 Abbottsfield Road NW
 Edmonton, Alberta T5W 4R4
 Canada 
 (780) 752-0406 
 (780) 716-8604 (c)
 www.varalth. com 
  
 
 CONFIDENTIALITY NOTICE 
  
 This message and any attachments are confidential.  If you have received 
 this transmission in error, please be advised that any disclosure, copying, 
 distribution or action taken in reliance upon this communication is strictly 
 prohibited.  If you have received this communication in error, please 
 contact the sender immediately. Please note that any views or opinions 
 presented in this email are solely those of the author and do not necessarily 
 represent those of the company.  Finally, the recipient should check this 
 email and any attachments for the presence of viruses. The company accepts no 
 liability for any damage caused by any virus transmitted by this email.
 
 --- On Sun, 7/12/09, dgreatone123 dgreatone123@ ... wrote:
 
 
 From: dgreatone123 dgreatone123@ ...
 Subject: [Axapta-Knowledge- Village] Re: Calling EXE file form Ax Menu
 To: Axapta-Knowledge- vill...@yahoogro ups.com
 Date: Sunday, July 12, 2009, 7:32 PM
 
 
 
 
 
 
 
 
 I want to convert the client side batch to server side.
 the batch call a bat file. In client mode it work fine, I used the
 winapi:shellexecute method. But in server mode, this winapi:shellexecute is 
 not
 available.
 
 The bat contain the ftp I.P. while the config file contain the user/password 
 to
 the ftp and the directory where I want to move the file from my local drive to
 ftp folder.
 any idea how to convert this batch to server mode?
 
 thanks
 
 --- In Axapta-Knowledge- vill...@yahoogro ups.com, Arijit Basu 
 arijit.basu@ ... wrote:
 
  Hi Kapil,
  use WinAPI::shellExecut e();
  
  Cheers
  
  Arijit Basu
  
  On Thu, May 1, 2008 at 6:47 PM, anuprkl anuprkl@  wrote:
  
   Hi!
   Is it possible to call any EXE file from menu item in Axapta 3.0.
   For example I want to call xyz.exe form ARReportCall XYZ.
  
   If I click on this Menu then the xyz.exe file should run.
   Thanks
   Kapil
  
   
  
  
  
  
  -- 
  
  
  Arijit Basu
 






  

[Axapta-Knowledge-Village] Re:Posting Inventory Transaction without posting to ledger accounts

2009-07-13 Thread George Burrell
Cutting this operation out of the Inventory to General Ledger Interface
may be near impossible - Bills of Material Journals are regarded as
another Inventory feature along with Counting, Profit and Loss, Movement
Journals.

 

I would normally set up the Posting Profiles (Production Tab) so that
issues and receipts netted out.   There  need be no financial impact
overall.

 

A complete dissociation of Inventory Transactions and General Ledger
impact would seem to carry risks for GL = Inventory reconciliation.


George