Re: [Axapta-Knowledge-Village] Inventory Dimensions in PO

2006-04-20 Thread somnath jana



Hi
 
 in report BankDepositByCustomer
 
 clue:
 
 public void footer(ReportSection _footerSection, tableId _tableId, fieldId _fieldId)
{
 int Ctrl;
 ;
 if (_FooterSection  _footerSection.control(fieldnum(CustTrans,AmountCur),Tablenum(CustTrans)))
 {
 if (_tableid == tablenum(CustTrans)  _FieldId == fieldnum(CustTrans,CurrencyCode))
 _footerSection.control(fieldnum(CustTrans,AmountCur),Tablenum(CustTrans)).show();
 else
 _footerSection.control(fieldnum(CustTrans,AmountCur),Tablenum(CustTrans)).hide();
 }
 super(_footerSection, _tableId, _fieldId);
}

 Yes u can hide the column
 Snj
 
Akshay [EMAIL PROTECTED] wrote:
 Hi,
I wanted to know , whether there is some setting in Axapta with the help of
which i can hide or unhide the Item dimensions showing up in the Purchase
Order Report. The reason why i ask, is that we get 2 different kinds of
report outputs in 2 different machines with the same settings for AP and for
Inventory. In one of them i get the dimension columns irrespective of the
fact that whether dimensions are assigned or not, while in the other one the
dimension columns just dont appear.
Could someone throw some light on this.
Thanks
Akshay


[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 



 SPONSORED LINKS 
 Business finance course Business to business finance Small business finance Business finance consultant Business finance magazine Business finance schools 
 
-
 YAHOO! GROUPS LINKS 

 
 Visit your group Axapta-Knowledge-Village on the web.
 
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 

 
-
 



   
-
Celebrate Earth Day everyday! Discover 10 things you can do to help slow climate change. Yahoo! Earth Day

[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  












RE: [Axapta-Knowledge-Village] Production and MRP

2006-04-20 Thread Harry Deshpande



Hi Myrl

Scenario is

a production order was created which in turn created requirements on bom
lines. To satisfy the requirements a planned order was created for the
BOM line item. When the complete master plan is run the planned order
that was created above goes away.

Now after the complete run, what is the BOM line requirement pegged
against?

Regards

harry

-Original Message-
From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Myrl
Stadnick
Sent: 19 April 2006 16:33
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: RE: [Axapta-Knowledge-Village] Production and MRP

Yes,
Is this normal? Seems to me it is...
Myrl

-Original Message-
From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Harry
Deshpande
Sent: Wednesday, April 19, 2006 9:21 AM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: RE: [Axapta-Knowledge-Village] Production and MRP


hi
 
So basically what you are saying is
 
a production order was created which in turn created a planned order for
an
item on BOM line.
 
However, when you ran full master scheduling the planned order
disappeared.
Is that what you are saying?
 
regards
 
harry



From: Axapta-Knowledge-Village@yahoogroups.com on behalf of Myrl
Stadnick
Sent: Wed 4/19/2006 3:20 PM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: [Axapta-Knowledge-Village] Production and MRP




We have an bom item that is on a purchase order for a Production order
for a
top level assembly.

The production order was cut for the top level assembly which then
Created
demand in the Planned order form for this bom item.

We run Master planning on this item then the demand goes away..

Why was demand placed for this item when the production order was cut?

Why wouldn't Master planning be updated at the time of the production
order
creation?

Thanks in advance..

Myrl


[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.
Yahoo! Groups Links










[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
Yahoo! Groups Links



 






Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
Yahoo! Groups Links



 








Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  












Re: [Axapta-Knowledge-Village] Document Handling - Create Excel worksheet via COM

2006-04-20 Thread somnath jana



Dear Koh,
 
 I don't think, Axapta does not support u from document management for your specific purpose, as u have not any option to select the sales order for sales line(s). Here the purpose is different in document management.
 
 I don't know what is your actual purpose. I am confident, that from document management, u can't fullfil your requirement, what i understood is.
 I think its better to use export/import. That's your choise.
 
 Thanks and regards
 Somnath Jana
 
Koh Meng Chiat [EMAIL PROTECTED] wrote:
 Dear Somnath,
 
 Actually i'm now making use of the Document Handling function under Basic module  Setup  Document Management  Document Type whereby i can define the attachment type. After i've define the document type and i open the Sales Order and click on document handling button and select the document type i've defined earlier, the sales header is able to transferred to the Excel, however, only one salesline can be transferred even though there are multiple saleslines in my order.
 
 Any feedback is much appreciated.
 
 Best Regards,
 
Jack Koh 

somnath jana [EMAIL PROTECTED] wrote:
 Hi !
 Assume that u may select only sales line table on data definition group and 
 have type standard.
 
 Use crioterion on table setup form
 from criteria button give the sales order no.
 save it 
 and export it.
 
 Thanks...
 Snj

Koh Meng Chiat [EMAIL PROTECTED] wrote:
 Dear all,
 
 I've set up the a document type which make use of the job Create Excel worksheet via COM which is able to transfer data from SalesTable and Salesline to the Excel template.
 
 My query is, now my Salesline has multiple lines and when i use the document handling function the system is only able to transfer the last line of the Salesline table ( ONE line only) to the Excel template, not all the Saleslines. 
 
 Can anyone shed some lights on it? Could someone also explain to me the hard return in the Document Type setup means? What is that index used for? 
 
 Thank you.
 
 Best Regards,
 
 Jack Koh

 
-
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.

[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 


 
-
 YAHOO! GROUPS LINKS 

 
 Visit your group Axapta-Knowledge-Village on the web.
 
 To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
 
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 

 
-
 



 
-
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.

[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 


 
-
 YAHOO! GROUPS LINKS 

 
 Visit your group Axapta-Knowledge-Village on the web.
 
 To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
 
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 

 
-
 



 
-
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.

[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 


 
-
 YAHOO! GROUPS LINKS 

 
 Visit your group Axapta-Knowledge-Village on the web.
 
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 

 
-
 



  
-
How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates.

[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











Re: [Axapta-Knowledge-Village] Document Handling - Create Excel worksheet via COM

2006-04-20 Thread Koh Meng Chiat



Dear Somnath,
 
 In fact the purpose i'm using the document handling function in this way is to copy certain information from salestable and salesline, for instance to copy SalesId, CustName and the ordered items for a particular order, to another FORMATTED document template in Excel form.
 
 The user is only able to do so when they're accessing the Sales Order form and select which particular order to be transferred to a template. The problem now is i am not able to transfer all the saleslines for a particular order to the template, only one line can be transferred. 

somnath jana [EMAIL PROTECTED] wrote:
 Dear Koh,
 
 I don't think, Axapta does not support u from document management for your specific purpose, as u have not any option to select the sales order for sales line(s). Here the purpose is different in document management.
 
 I don't know what is your actual purpose. I am confident, that from document management, u can't fullfil your requirement, what i understood is.
 I think its better to use export/import. That's your choise.
 
 Thanks and regards
 Somnath Jana
 
Koh Meng Chiat [EMAIL PROTECTED] wrote:
 Dear Somnath,
 
 Actually i'm now making use of the Document Handling function under Basic module  Setup  Document Management  Document Type whereby i can define the attachment type. After i've define the document type and i open the Sales Order and click on document handling button and select the document type i've defined earlier, the sales header is able to transferred to the Excel, however, only one salesline can be transferred even though there are multiple saleslines in my order.
 
 Any feedback is much appreciated.
 
 Best Regards,
 
Jack Koh 

somnath jana [EMAIL PROTECTED] wrote:
 Hi !
 Assume that u may select only sales line table on data definition group and 
 have type standard.
 
 Use crioterion on table setup form
 from criteria button give the sales order no.
 save it 
 and export it.
 
 Thanks...
 Snj

Koh Meng Chiat [EMAIL PROTECTED] wrote:
 Dear all,
 
 I've set up the a document type which make use of the job Create Excel worksheet via COM which is able to transfer data from SalesTable and Salesline to the Excel template.
 
 My query is, now my Salesline has multiple lines and when i use the document handling function the system is only able to transfer the last line of the Salesline table ( ONE line only) to the Excel template, not all the Saleslines. 
 
 Can anyone shed some lights on it? Could someone also explain to me the hard return in the Document Type setup means? What is that index used for? 
 
 Thank you.
 
 Best Regards,
 
 Jack Koh

 
-
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.

[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 


 
-
 YAHOO! GROUPS LINKS 

 
 Visit your group Axapta-Knowledge-Village on the web.
 
 To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
 
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 

 
-
 



 
-
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.

[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 


 
-
 YAHOO! GROUPS LINKS 

 
 Visit your group Axapta-Knowledge-Village on the web.
 
 To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
 
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 

 
-
 



 
-
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.

[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 


 
-
 YAHOO! GROUPS LINKS 

 
 Visit your group Axapta-Knowledge-Village on the web.
 
 To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
 
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 

 
-
 



 
-
How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates.

[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 


 
-
 YAHOO! GROUPS LINKS 

 
 Visit your group Axapta-Knowledge-Village on the web.
 
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 

 
-
 



   
-
Celebrate Earth Day everyday! Discover 10 things you can do to help slow 

SV: [Axapta-Knowledge-Village] Document Handling - Create Excel worksheet via COM

2006-04-20 Thread Thomas Jensen



Hi Jack

You have to make your own DocuAction class to transfer the multiple saleslines to Excel. Take a look at the smmDocuActionCOM_Word_Quotation class which adds the quotation lines to a table in a word document. 

Regards
Thomas

-Oprindelig meddelelse-
Fra: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af Koh Meng Chiat
Sendt: 20. april 2006 03:49
Til: Axapta-Knowledge-Village@yahoogroups.com
Emne: Re: [Axapta-Knowledge-Village] Document Handling - Create Excel worksheet via COM

Dear Somnath,
 
 Actually i'm now making use of the Document Handling function under Basic module  Setup  Document Management  Document Type whereby i can define the attachment type. After i've define the document type and i open the Sales Order and click on document handling button and select the document type i've defined earlier, the sales header is able to transferred to the Excel, however, only one salesline can be transferred even though there are multiple saleslines in my order.
 
 Any feedback is much appreciated.
 
 Best Regards,
 
Jack Koh 

somnath jana [EMAIL PROTECTED] wrote:
 Hi !
 Assume that u may select only sales line table on data definition group and 
 have type standard.
 
 Use crioterion on table setup form
 from criteria button give the sales order no.
 save it 
 and export it.
 
 Thanks...
 Snj

Koh Meng Chiat [EMAIL PROTECTED] wrote:
 Dear all,
 
 I've set up the a document type which make use of the job Create Excel worksheet via COM which is able to transfer data from SalesTable and Salesline to the Excel template.
 
 My query is, now my Salesline has multiple lines and when i use the document handling function the system is only able to transfer the last line of the Salesline table ( ONE line only) to the Excel template, not all the Saleslines. 
 
 Can anyone shed some lights on it? Could someone also explain to me the hard return in the Document Type setup means? What is that index used for? 
 
 Thank you.
 
 Best Regards,
 
 Jack Koh

 
-
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.

[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 


 
-
 YAHOO! GROUPS LINKS 

 
 Visit your group Axapta-Knowledge-Village on the web.
 
 To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
 
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 

 
-
 



 
-
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.

[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 


 
-
 YAHOO! GROUPS LINKS 

 
 Visit your group Axapta-Knowledge-Village on the web.
 
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 

 
-
 



  
-
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.

[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
Yahoo! Groups Links



 









Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











[Axapta-Knowledge-Village] Axapta Production Certification

2006-04-20 Thread samuel pramod



 hi all,
 
 I am planning to appear for Axapta 3.0 production, it will be a great help for me if any one provides exam contents and breakdown of the topics. 
 
 Best Regards
 Pramod
 

 

 thank's

 

 sam


  
-
Blab-away for as little as 1¢/min. Make PC-to-Phone Calls using Yahoo! Messenger with Voice.

[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  












[Axapta-Knowledge-Village] get the values of selected row in the grod

2006-04-20 Thread gopala krishna



hi,
 in the sales line grid when i click on any column i have to capture the itemid value .
 How can i do it.
 
 Thanks and regards,
 Gopal.


-
 Jiyo cricket on Yahoo! India cricket
Yahoo! Messenger Mobile Stay in touch with your buddies all the time.

[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [Axapta-Knowledge-Village] Axapta Production Certification

2006-04-20 Thread Asrar Shaik



It is available on MBS Partners site.
Good luck

Asrar

-Original Message-
From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of samuel pramod
Sent: Thursday, April 20, 2006 1:22 PM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: [Axapta-Knowledge-Village] Axapta Production Certification

 hi all,
 
 I am planning to appear for Axapta 3.0 production, it will be a great help for me if any one provides exam contents and breakdown of the topics. 
 
 Best Regards
 Pramod
 

 

 thank's

 

 sam


  
-
Blab-away for as little as 1¢/min. Make PC-to-Phone Calls using Yahoo! Messenger with Voice.

[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
Yahoo! Groups Links



 









Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  












[Axapta-Knowledge-Village] Enterprise Portal

2006-04-20 Thread hany_abodoma



dear All 

I have form contain string edit1 have value A,B
and string edit 2 have value A1.A2,B1,B2
if i choose from string edit 1 (A) then the string Edit 2 view A1,A2
and if i choose B the the value is B1,B2
i try to deploy this form in Enterprise Portal but i have no 
filteration how i can make the filteration in Enterprise Portal
please help me by the way that i can use or if there is simmilar form 
in Enterprise portal please give me idea 

Thanks and best Regards
Hany Abodoma









Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  












RE: [Axapta-Knowledge-Village] Axapta Production Certification

2006-04-20 Thread samuel pramod



Hi Asrar,
 
 I am not from MBS partner company
 
 regards
 pramod

Asrar Shaik [EMAIL PROTECTED] wrote:
 It is available on MBS Partners site.
Good luck

Asrar

-Original Message-
From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of samuel pramod
Sent: Thursday, April 20, 2006 1:22 PM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: [Axapta-Knowledge-Village] Axapta Production Certification

 hi all,
 
 I am planning to appear for Axapta 3.0 production, it will be a great help for me if any one provides exam contents and breakdown of the topics. 
 
 Best Regards
 Pramod
 

 

 thank's

 

 sam


 
-
Blab-away for as little as 1¢/min. Make PC-to-Phone Calls using Yahoo! Messenger with Voice.

[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
Yahoo! Groups Links









Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 


 
-
 YAHOO! GROUPS LINKS 

 
 Visit your group Axapta-Knowledge-Village on the web.
 
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 

 
-
 



  
-
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.

[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











Re: [Axapta-Knowledge-Village] Axapta Production Certification

2006-04-20 Thread Ashish Singh
Don't worry man,

Here it goes...

Microsoft Business Solutions Certified Professional–Axapta 3.0 Production
Exam (VUE Exam # AX 30-205, Prometric Exam # MB6-205) Preparation Guide Last
Modified 4/18/2006
Posted 9/27/2004

This preparation guide includes information and tools to assist you in
preparation for the exam.

 --

*On this page:*

   - Target 
Audiencehttps://mbs.microsoft.com/partnersource/communities/training/Certifications/exampreparation/MBS_Axapta_Prod_prep.htm#Target
   - Exam 
Specificshttps://mbs.microsoft.com/partnersource/communities/training/Certifications/exampreparation/MBS_Axapta_Prod_prep.htm#Specs
   - Exam Preparation
Toolshttps://mbs.microsoft.com/partnersource/communities/training/Certifications/exampreparation/MBS_Axapta_Prod_prep.htm#PrepTools
   - Exam 
Topicshttps://mbs.microsoft.com/partnersource/communities/training/Certifications/exampreparation/MBS_Axapta_Prod_prep.htm#Topics




Target Audience

Microsoft Business Solutions partners wishing to become a Microsoft Business
Solutions Certified Professional–Axapta Production should take this exam.
Partners authorized for Microsoft Axapta Production I, II, III and Master
Planning should take this exam.

Before taking an exam, review and follow the six things you should do to
receive credit for a certification
examhttps://mbs.microsoft.com/partnersource/communities/training/Certifications/news/sixthings.htm.
This document outlines how you can ensure that you and your partner
organization are recognized for certification exam credit after passing an
exam.




Exam Specifics



*Skills Being Measured:*

This certification exam measures your ability to understand and articulate
how to set up and use the Microsoft Axapta Production Series and Master
Planning Modules.



*Time Requirements  Questions:*

   - 95 minutes to complete the exam
   - 60 questions with a passing rate of 70%

*Registration:*

   - Register for VUE Exam # AX 30-205, Microsoft Business Solutions
   Certified Professional––Axapta 3.0 Production Exam at Pearson
VUEhttp://www.pearsonvue.com/mbs
   - Register for Prometric Exam # MB6-205, Microsoft Business Solutions
   Certified Professional––Axapta 3.0 Production Exam at Thompson
   Prometric http://www.prometric.com/microsoft/mbs




Exam Preparation Tools

In addition to your hands-on experience working with the product, we highly
recommend using the following tools and training to help you prepare for
this exam:

*Classroom Training (Please check with your partner to verify instructor-led
training availability):*

8329: Microsoft Business Solutions - Axapta 3.0
Introductionhttp://www.microsoft.com/learning/syllabi/8329afinal.asp

8337: Microsoft Business Solutions - Axapta 3.0 Production
Ihttp://www.microsoft.com/learning/syllabi/en-us/8337Afinal.mspx

8338: Microsoft Business Solutions - Axapta 3.0 Production
IIhttp://www.microsoft.com/learning/syllabi/en-us/8338Afinal.mspx

8398: Microsoft Business Solutions - Axapta 3.0 Master
Planninghttp://www.microsoft.com/learning/syllabi/en-us/8398afinal.mspx






*Online Training:*

Microsoft Business Solutions Axapta 3.0-Introduction
eCoursehttps://mbs.microsoft.com/eventregext/default.aspx?target=Class/Details.asp?hidClassID=24073

Microsoft Business Solutions Axapta 3.0-Production Series I
eCoursehttps://mbs.microsoft.com/eventregext/default.aspx?target=Class/Details.asp?hidClassID=25528

Microsoft Business Solutions Axapta 3.0-Production Series II
eCoursehttps://mbs.microsoft.com/eventregext/default.aspx?target=Class/Details.asp?hidClassID=25587

*Courseware:*

Microsoft Business Solutions - Axapta 3.0 Introduction
Coursewarehttps://mbs.microsoft.com/partnersource/communities/training/trainingmaterials/
Microsoft Business Solutions - Axapta 3.0 Production I
Coursewarehttps://mbs.microsoft.com/partnersource/communities/training/trainingmaterials/
Microsoft Business Solutions - Axapta 3.0 Production II
Coursewarehttps://mbs.microsoft.com/partnersource/communities/training/trainingmaterials/
Microsoft Business Solutions - Axapta 3.0 Master Planning
Coursewarehttps://mbs.microsoft.com/partnersource/communities/training/trainingmaterials/



*Supplemental Learning Resources:*

General Ledger, Accounts Receivable, Accounts Payable, Inventory Management,
Master Planning, Production and Basic Online Help within the Microsoft
Axapta product.

*Additional Skills Recommended:*

General working knowledge of General Ledger and Trade and Logistics
functionality of Microsoft Axapta.




Exam Topics



*Production Integration – 20%*

   - General Ledger Setups and Postings
   - Cost Categories
   - Setups of Items and Item Groups
   - BOMs and BOM Line Types
   - BOM Calculations
   - Inventory Dimensions
   - Integration with Master Planning
   - Global Types and Number sequences

*Work Centers – 13%*

   - Basic setups for Work Center Groups and Work Centers
   - Scheduling and Efficiency setups
   - Ledger Accounts
   - Cost Categories
   - 

[Axapta-Knowledge-Village] Enterprise Portal

2006-04-20 Thread hany_abodoma



Dear All 

I have make form in Axapta this form behave as 

i have two String Edit 

the first fill by A,Bif i choose A then the second string edit fill by 
A1,A2
and if i choose B then the second string edit fill by B1,B2
 is any one have any idea about how i can make this form work inside 
Enterprise portal 
i try but dosn't work or have no filteration
please give me the steps or the way that i must use
or any simmilar form that can fit this need
Thanks and best regards 
Hany Abodoma









Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RES: [Axapta-Knowledge-Village] Responsibility conflict

2006-04-20 Thread Rodrigo Matiazo



Very good ideia, i'm following your site for about a couple of months, very
good information for axapta programmers.

Well done!

Regards,

Rodrigo Matiazo

-Mensagem original-
De: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] Em nome de Harry Deshpande
Enviada em: quarta-feira, 19 de abril de 2006 11:16
Para: Axapta-Knowledge-Village@yahoogroups.com
Assunto: [Axapta-Knowledge-Village] Responsibility conflict

hi
 
I have uploaded a Responsibility conflict prototype on www.systomatics.biz
 
You are welcome to download and use in demo's
 
regards
 
harry
 


[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
Yahoo! Groups Links



 











Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











Re: RE : [Axapta-Knowledge-Village] Views in Axapta

2006-04-20 Thread Ho Adelyn



Hi All,

Can any one advice me in Axapta SQL administration,
how to issue a select statement with condition. It is
different from issue the command in SQL query.

Thanks.
 

--- DIEGO MARIANO GAGLIANO [EMAIL PROTECTED]
wrote:

 hi Andres
 
 Why you not try to use SQL Statment directly, and
 resolve the issue more quick and have better
 performance.
 This is an example:
 
 str mysql;
 Connection Con = New Connection();
 Statement Stmt = Con.createStatement();
 ResultSet R;
 ;
 mysql = SELECT COUNT(ISOST) AS IsOst,
 ISESTADOREPARACION, ISDPTO, ISENGARANTIA,
 ISENMANTENIMIENTO;
 mysql +=  FROM dbo.ISREPAR_MANT A;
 mysql +=  WHERE dataareaid = 'inl' GROUP BY
 ISDPTO, ISESTADOREPARACION, ISENGARANTIA,
 ISENMANTENIMIENTO;
 R = Stmt.executeQuery(mysql);
 while (R.next() )
 {
 print r.getstring(1)+ +r.getstring(2)+
 +r.getstring(3)+ +r.getstring(4)+
 +r.getstring(5);
 }
 
 I hope this is you are asking for.
 
 My best
 
 Diego
 
 Steeve Gilbert [EMAIL PROTECTED] wrote:
 Hi Andreas,
 
 Try using the TreeNode object instead. Use
 Appl.dbSynchronize(...) to sync you new view.
 
 Regards,
 
 Steeve... 
 
 
 -Message d'origine-
 De : Axapta-Knowledge-Village@yahoogroups.com
 [mailto:[EMAIL PROTECTED] De
 la part de Andreas Rudischhauser
 Envoyé : 20 février 2006 10:02
 À : Axapta-Knowledge-Village@yahoogroups.com
 Objet : [Axapta-Knowledge-Village] Views in Axapta
 
 I need to add a View programmatically and tried the
 DictView class, but
 I don't get it to work.
 
 Has anyone an example on how to add a View with
 Datasources to the AOT?
 
 
 
 
 
 
 
 
 
 [Non-text portions of this message have been
 removed]
 
 
 
 Sharing the knowledge on Axapta.
 Visit www.frappr.com/axapta for axapta friends. 
 Yahoo! Groups Links
 
 
 
 
 
 
 
 
 
 
 
 Sharing the knowledge on Axapta.
 Visit www.frappr.com/axapta for axapta friends. 
 
 
 
 SPONSORED LINKS 
 Business finance course Business to
 business finance Small business finance 
 Business finance consultant Business finance
 magazine Business finance schools 
 
 -
 YAHOO! GROUPS LINKS 
 
 
 Visit your group Axapta-Knowledge-Village on
 the web.
 
 To unsubscribe from this group, send an email
 to:
 
 [EMAIL PROTECTED]
 
 Your use of Yahoo! Groups is subject to the
 Yahoo! Terms of Service. 
 
 
 -
 
 
 
 
 
 
 Best regards,
 
 Diego Gagliano
 
 
 
 
 
 
 
   
 -
 Yahoo! Messenger NEW - crystal clear PC to PC
 calling worldwide with voicemail 
 
 [Non-text portions of this message have been
 removed]
 
 


__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 






Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











[Axapta-Knowledge-Village] Acc.Rec. Parameters Use delivery address as ship to address

2006-04-20 Thread Bekir KATRANCI



Hi All,

There's a tickbox in Account Receiveable parameters in General Tab, 
Customers portion: Use delivery address as ship to address. I 
couldn't figure the significance of it. I couldn't find any 
comprehensive information on this. What is the difference 
between delivery address and ship to address

Thanks in advance.

Bekir












Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











[Axapta-Knowledge-Village] Dynamic Form according to ledgertrans

2006-04-20 Thread Gokhan Can



Hello

I want to create a form from ledgertrans table.

First I read Ledgertrans and group it by accountnum and date then the Form
will be like 

Account Num I 01.01.2006 02.01.2006 03.01.2006 04.01.2006 05.01.2006

100 100 $
150 250 $ 300 $
151
152
153
600
601
621
700


But can I do a form like this in axapta???
As I know if I want to show a table in a grid I need to add this table on
datasource.But in my form I do not have real number of days and I do not
have real number of how many account will be shown.Because these numbers
will change according to ledgertrans data.

GOKHAN CAN







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.