Skip to main content

Posts

Showing posts from April, 2017

What are the standard Cubes in Microsoft Dynamics Ax 2012 R3

Following Cubes are available as standard Cube in Microsoft Dynamics Ax 2012 R3 1 Accounts payable cube (VendCube) 2 Accounts receivable cube (CustCube) 3 Budget control cube (BudgetControlCube) 4 Budget plan cube (BudgetPlanCube) 5 Demand forecast accuracy cube (ReqDemPlanAccuracyCube) 6 Demand forecast cube (ReqDemandPlanningCube) 7 Environmental sustainability cube (EMSCube) 8 Expense management cube (TrvCube) 9 General ledger cube (LedgerCube) 10 Human resources cube (HumanResourceCube) 11 Inventory value cube (InventValueCube) 12 Payroll cube (PayrollCube) 13 Production cube (ProdCube) 14 Profit tax totals cube (RTax25Registers) 15 Project accounting cube (ProjCube) 16 Purchase cube (PurchCube) 17 Retail cube (RetailCube) 18 Sales and marketing cube (smmSalesMarketingCube) 19 Sales cube (SalesCube) 20 Workflow cube (WorkflowCube)

What are the Tools to analyse dumps Crash of Ax ,LCS

Top Ideas for Things to Develop in Axapta

Top Ideas for Things if You will  Develop in Axapta. Single user License You can try single instance access to Ax .As per this task user should not able to open more than on ax instance or client except admin user so all user restricted to open multiple session of ax. Screen user login and password Required login credential to open ax instance . Each user has own credential. In standard way user able to open ax without login screen. Workflow Pending Aging You can Show user details on which workflow is pending to approve. How much time its pending is treated as aging. This task done on form. Workflow actions email alerts All Pending Workflow with user need to send email to particular user as per provided template  format every day and Cancelled, Stopped, Unrecoverable workflow status should be send to email to admin user. Image in email header and signature includ

Advance Warehouse management (Mobile) Ax 2012

Design user control,Add lookup, Selected Index change code in Ax 2012

Design user control To design user control you need to open visual studio then you can create new user control on form designer you can do below steps. add data source- add formid-add axsection=add grid or group Then Add lookup.   Add dataset add control for lookup and set dataset and fields in  Add range on init method or any other method to get range value filter Autopostback to true property on field to save data immediately. selectedindexchangeevent code this.AxDataSource1.GetDataSet().DataSetRun.AxaptaObjectAdapter.Call("datasourceRefresh",DropDownList1.SelectedItem.Text);

Steps to Restore EP Website menus in AX 2012

How to restore Enterprise Price menu if its missing or  In case of database restore and you are not abe to see your EP Page. Then you need to Go to Home page on web menu ->Refresh data and dictionary If  menu is not visible then check label on menu item put label if missing on going to AOT Web node. Second step is Deploy user control if its customized one to particular module like sales or purchase etc or place where you want. Third step is you can deploy page definition Four step you need to check Manage content deploy for Web node in AOT You also  need to import url page.

AX 2012 R3 Error for New Installation

Getting below error even Initialization Checklist    is completed and success. " Enter the unique sequence number in the System parameters form that is opened from the Checklist " Solution . Go to SystemParameters table Go to method validateThaiSoftwareSeqNo where you can find the field value should not be empty.  \Data Dictionary\Tables\SystemParameters\Methods\validateThaiSoftwareSeqNo I hope you have the solution for that error.