Skip to main content

Posts

Showing posts from October, 2012

How to Update Field in Grid through Button Click Dynamics AX 2009

Sometimes user forget to enter the fields which will be required when the process move forward just like salestaxinvoice In this Article I am showing you to how to Update Field in Grid through Button Click and our Scenario is to add  REMITTANCE  NUMBER ID in Vendor Details -Go to Vendor Detail and then click Transaction then go to Setup and Open VendTrans in AOT -Add Button through Designer  -And then add Click method -And paste this code in Click Method void clicked() {     VendTrans   _ppt;     str             inv;     int             rec;     dialog          dlg;     dialogField     fldRemitanceNumber;     dialogButton    db;     super();     dlg = new dialog("Update Remitance Number");     fldRemitanceNumber = dlg.addField( TypeID(BankRemittanceFileId), "Update Remitance Number :");     if (dlg.run())     {         db = box::yesNo("Do you really want to update?",DialogButton::No,"Remitanc

How to Convert VHD to VDI or VDI to VHD file

 Step1  : Open Command Prompt Step2 : paste this command according to requirement C:\>"c:\Program Files\Oracle\VirtualBox\VBoxManage.exe" clonehd C:\AXVM\CRM.vhd C:\AXVM\New.vdi --format VDI   BE a part of My Network : Thanks & Regards, Rizwan Ahmed Software Engineer And Microsoft Dynamics Technical Consultant Cell Phone:+92 332 3588699 GTalk | LinkedIn | Twitter | Facebook | Blog | Skype