Category: computer programming
using display method on datasource form
- Oct 25, 2017
I got a project form that calculate fields on the grid on fly, we can use a display method for this solution so this is how I do it on the datasource ds, we create a method, and we passed the method on the grid
Read Moredisplay hourglass on cursor while progresssing
- Oct 16, 2017
void clicked() { super(); startLengthyOperation(); sysDatabaseLog_ds.research(); endLengthyOperation(); } thanks to msdn, let me copy paste the links and the article here How to: Create Progress Indicators Dynamics AX 2009 Other Versions Use a progress indicator during operations that take more than 2 seconds. Use an hourglass mouse pointer if the process takes 2-7 seconds. Use […]
Read MoreReference Category Group Fields
- Sep 27, 2017
Tips Reference Category Group Fields We need to add information about salesman according each address on these customers This is how we did it Go to AOT, open form LogisticsPostalAddress open table LogisticsPostalAddress fill the property like the picture below while you type extended data type, please aware, there will be warning box “to add […]
Read Moreselect statement in x++
- Sep 04, 2017
Im copy paste the manual from msdn about select statement in x++, I hope it usefull for ax programmer Select Statement Syntax [AX 2012] Updated: February 3, 2012 Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012 SelectStatement = select Parameters Parameters [ [ FindOptions ] [ FieldList from ] […]
Read MoreHi Guys, case is, I have visual studio 2013 ultimate for deploying and modifying AX SSRS report, suddenly i have an error while I was deploying the reports the error is: Error 1 An error occurred : Access is denied.Error 1 An error occurred : Access is denied. If User Account Control (UAC) is […]
Read Moreas default, di ax 2012 customer master page there are no “search name” column shows, the question is how to show this column solution: open AOT Goto Form CustTableListPage Look at Datasources->DirPartyTable->Fields->Name Alias Drag this field into the grid Compile and reopen ax and the result is :
Read Moreax enterprise license is tough, we should beware about licensing ax, there is huge price difference between ax license, this source below is jobs to get ax license enterprise list static void Gabungan5_ronnytes(Args _args) { //created by ronny, 2013-01-04 //fungsi table lisensi aktif SysUserLicenseCount uc; container con; int i; SysSecRoleEntryPointsTmp srepTbl; SysUserLicenseMetadataTmp slsaTmp; SecurityRole securityRole; […]
Read Moreax2012-upload yearly budget
- Apr 07, 2017
every year, ax user finance must upload the budget, this code below is how to upload budget to ax, this is the steps: fiscal calendar, check is the new year calendar is already created remember to check budg_3 number sequences, do not check the “continue”, reset every year create budget model 2017 at budget->setup->budget models […]
Read Moreax2012-error while posting purchase invoice
- Mar 31, 2017
while we have error like this picture below: insufficient inventory transactions with status purchased compare purchase order and invoice values it happen because inventtrans, to check it, go to inventtrans table: we have 2 records from this reference po number, first without location and physical date, on reality, we already received, so we want […]
Read Moreax2012-how to recalculate inventsum
- Mar 17, 2017
while the ax programmer using x++ to creating customization that connect to inventtrans, sometimes they have a forget code that invent trans effect to inventsum or sometimes when the proses working, aos hang etc so the solution is we must recalculate the inventsum so the sum of inventtrans = inventsum this is my source code […]
Read More