Skip to main content

Posts

How to pass method value from one form to another form in Axapta(Ax 2012)

 In This post you will learn How to pass method value from one form to another form in Axapta.  Parent form code Child Form code to call method from parent form.

X++ Code To get customer contact on Address in Axapta

  X++ Code To get customer contact on Address in Axapta

X++ code to Delete Files from Folder Ax 2012 D365 Fno

 

Sending emails To CC attachment in AX 2012 through X++ code

 Sending emails with CC and attachment in AX 2012 through X++ // Sending emails with CC and attachment in AX 2012 System administration --> Setup --> System --> E-mail parameters. to set the parameters static void FromMailAX(Args _args) {     str                                  SendFrom    = 'Test@example.com';  // mail id of theSendFrom     str                                   ToMailIds= 'test222@example.com';  //mulitple recipients can be specified     str                                   cc          = 'abc@example.com';  // mulitple cc id's can be specified     str               ...

Send Email for port 465 or 587 using Axapta

 public void email(filename ReportPath) {     System.Net.Mail.MailMessage             mailMessage;     System.Net.Mail.SmtpClient              myMail;     System.Net.Mail.MailAddressCollection   mailcoll;     System.Net.Mail.MailAddress             mailFrom;     System.Net.Mail.MailAddress             mailTo;     System.Net.Mail.Attachment              attachment;     System.Net.Mail.AttachmentCollection    attachementCollection;     str                                     ToEmail;     str                                  ...

Demanding thing in Ax market in technical area

 If you are working in Microsoft ERP then you need to know what is demand in technical area, nowadays Dynamics 365 FO is in demand but if you want to learn then you have expense money to get all those subscription . If you learned technical then 3rd party integration things is in demand you can get project on this second demanding things is reporting , Power BI is best to provide report to your client because existing erp can not full fill all reporting demand of clients. 3rd things is in demand  is database performance if you are expert in performance tuning then you are in demand. Rest will share in next post . Thanks.