Skip to main content

Posts

Things to Know in Dynamics 365 architecture

To Consider in Dynamics 365 portal architecture: Consider deployment . Desktop applications must be installed upon a particular nimble system and deployed for each PC. Web applications can have less deployment or update effort for hundreds or thousands of PCs. Consider platform limitations.  The desktop is limited by its hardware, and must meet the hardware requirements to intend the application. Web applications can meet the expense of admission to rarefied applications delivered from a centralized infrastructure. A Mobile device is limited by its screen place, user-within take effect memory and data association. Consider users.   Who will be the majority of the users?  How will they be accessing Dynamics 365?  We are in a mobile driven world where most individuals surrounded by 12 to 70 years very old-fashioned own a mobile device. Of those mobile users 46% use a mobile application to urge regarding them considering shopping and a propos-the-go research. Consider security.

Online Practical to Create Security Role,Privileges,Duties in Ax 2012

If you want to learn How to Create Role ,Privileges,Duties in Ax 2012 then You can follow below . Steps are as below These are the steps How to create new role for Form display menu item in Ax 2012 1.Go to Menu item and create new menu item attach form object in properties. 2.Go to AOT security note and go to  privilege and create new privilege then drag menu item to entry point. 3.Go to duty and create new Duty drag created privilege to duty. 4. Go to role and create new role and drag duty and privilege to role. Now you can see your role for assigning to users on users form Same steps you can view on below clip on YouTube. You can subscribe video to learn more and get update for new version like dynamics 365.

Step to create simple view of multiple tables in Ax 2012

This video clip will show you how to Create Simple View In Ax 2012 using multiple tables. In this clip I shown  example of table inventtrans and Inventtransorigin . Mostly people face how to get all inventory transaction order wise like sales order,purchase order,production order etc . Then you can follow steps shown in clip to get all details.

Code for Resubmit workflow after rejection in Ax 2012

I am sharing here code Code for Resubmit workflow after rejection in Ax 2012. You need to write code in resubmit action manager class i.e. WFApprovalWFResubmitActionMgr. Code snippets is as below. At the end of the code you need to call _args.caller().updateWorkflowControls(); to update workflow control. In main method you need to call this method to work resubmitting functionality of workflow. 

How to get Reserved Quantity for Sales Line in Ax 2012

If you want to get total of reserved quantity Sales line wise then you can do the following way. First you need to create view as per below picture. Then you can try below code in job to get reserved quantity for sales line item. GOD_InventTransView GOD_InventTransView; select sum(Qty) from GOD_InventTransView where GOD_InventTransView.ReferenceId==_salesline1.SalesId && GOD_InventTransView.ItemId==_salesline1.ItemId && GOD_InventTransView.InventTransId==_salesline1.InventTransId && GOD_InventTransView.StatusIssue == StatusIssue::ReservPhysical;

Resolved :The Web Part page was not created correctly on the site

Problem : While deploying EP form getting business connector error. Error  “The Web Part page  was not created correctly on the site. No .NET Business Connector session could be found.” . No .NET Business Connector session could be found Solution : You can  try this and check. 1. Uncheck the Anonymous user of "IIS \ Directory Security \ Authentication and access control " 2. Add the BCProxy user to the local Administration group on the IIS server. 3. Then restart IIS and AX.

Steps to open AIF ports in case of major issue in Ax 2012

These are the Steps to open or enable all AIF port in case of major issue in Ax 2012 like Workflow issues, Business logic execution etc. 1) Stop all relevant AOS server(s) 2) On your relevant AOS server(s) navigate to the following folder (default) using Windows Explorer: C:\Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin\XppIL 3) Make sure you create a safe copy of the XPPIL folder content to another new local folder on the AOS computer (example: C:\XPPIL_Backup) 4) Now delete all folders and files inside the folder “C:\Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin\XppIL” but keep the folder “XPPIL” itself. 5) Start all AOS server(s) 6) Rull full dos based compilation using axutil. (axbuild.exe xppcompileall /aos=01 /altbin="C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin" /workers=4) 7) Run a full CIL creation from AOT. This will create a fresh rebuild of all files/ folders inside the XPPIL folder 8)