web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (1)
created date time old date time insert in AX 2012

public class AWE_BillingTransaction{} public static void main(Args _args){ AWE_BillingTransaction AWTrans; AWTrans = new AWE_BillingTransaction(); AWE_BillingTransaction::Run();} Static server void Run(){ AweBillingTransactions awTrans; container...

I AM AX PANKAJ 419
Like (0)
PO cancel in AX 2012 x++

[embed:dc8ab71f-3b98-42d9-b0f6-e21e02a0f8e2:214904a0-05ae-456e-be19-040780d720e2:type=text&text=class%20AWE_PurchCancel%20extends%20RunBase%0D%0A%7B%0D%0APurchTable%20purchTable%3B%0D%0A%0D%0A%23define.CurrentVersion%281%29%0D%0A%23LOCALMACRO.Curr...

I AM AX PANKAJ 419
Like (0)
PurchaseOrderCancel X++ AX 2012

static void Del_PurchaseOrderCancel(Args _args){ #File IO iO; PurchId PurchId; FilenameOpen filename; Container record; str one; boolean first = true; str Delimiter = ","; int totalRecords; Dialog dialog; DialogField dialogFilename; Purc...

I AM AX PANKAJ 419
Like (0)
Log Off Another User in Windows

To Log Off Another User in Windows 10, Open the Task Manager app. If it looks as follows, switch it to the full view using the "More details" link in the bottom right corner. Click on the Users tab. Right-click on a ...

I AM AX PANKAJ 419
Like (0)
The Total Invoice Value of the PO is greater than $45,000,000.00 workflow ax 2012

The Total Invoice Value of the PO is greater than $45,000,000.00 We need to update the Purchase order approval limit of the Employee “Sis” This Employee has the Position “000011” and Job “ML3”   Proposed...

I AM AX PANKAJ 419
Like (0)
=CONCATENATE("'",A1,"'",",")

axbuild.exe xppcompileall /s=01 /altbin="C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin" ? C:\Program Files\Microsoft Dynamics AX\60\Server\DAX\bin =VLOOKUP(B2,'AX Customer Stagging Table'!A:A,1,0)=VLOOKUP(B2,'AX...

I AM AX PANKAJ 419
Like (0)
strRTrim(conpeek(c,1)); enrollmentId = subStr(conpeek(c,1),0,strLen(conPeek(c,1))-...

static void AWEREProcessCancelAgreements(Args _args){ fileIOpermission permission; TextIo textiO; FilenameOpen sfileName = "D:\\Enrollment\\Cancelled Enrollments.csv"; container c; int i=1; SalesAgreementId enrollmentId; AgreementConfirm...

I AM AX PANKAJ 419
Like (0)
DS_ExportAllUsersandSecurityRoles AX 2012 Security roles export to Excel

void DS_ExportAllUsersandSecurityRoles(){UserId usrid,prevusrid;str 5000 rolename;container c;CompanyInfo companyInfo;SecurityUserRole SecurityUserRole;SecurityRole SecurityRole;OMUserRoleOrganization oMUserRoleOrganization;SysUserInfo sysuserinfo...

I AM AX PANKAJ 419