Dynamics AX Archives - Page 4 of 4 - - Page 4

Category Archives: Dynamics AX

Restart IIS using Visual studio and Command prompt

Dynamics 365 for finance and operations is one of the best ERP solutions in the world. Clients can do a lot of complex jobs with ease when they choose to go for ERP solutions. It not only helps in improving the efficiency of the staff but will also help in improving the productivity of the … Continue reading Restart IIS using Visual studio and Command prompt

Share Story :

How to Run Jobs manually in Microsoft Dynamics 365 Retail

“Run Jobs” – as the name suggests is a process between Retail Channels and Retail essentials through which we transfer data between channels and database. Please Note: Jobs Run at a specified time which may be different for every Retail Scheduler. Be aware of what the time is set for jobs to run automatically.  Running … Continue reading How to Run Jobs manually in Microsoft Dynamics 365 Retail

Share Story :

Setting up email-based alert notifications for Integration Project in CDS

Error handling is very important part of any integration project, it is also very important to fix the issue when it is recognized, so it is very important to take action to resolve it earliest. In the Integration project of CDS we can setup email alert option in following way. First go to Admin Center … Continue reading Setting up email-based alert notifications for Integration Project in CDS

Share Story :

Using “startswith” Filter Query in MS Flow

Introduction This blog explains how to use “startswith” filter query in MS Flow. Use Case Using MS Flows to retrieve the bunch of students who’s mobile numbers begin with +91 and send them a text (using Twilio connector) regarding the Top Indian Universities. The “starts with” filter query in MS Flows allows to easily achieve … Continue reading Using “startswith” Filter Query in MS Flow

Share Story :

Environment Setup for PSA to F&O integration with CDS

Today, I will show you the Environment Setup for PSA to F&O integration with CDS. Step 1: Create the environment Open the link https://admin.powerapps.com and click to create new environment Following pop-up window will appear and enter the details and click on Create Environment, so new environment will gets created   The environment will get … Continue reading Environment Setup for PSA to F&O integration with CDS

Share Story :

Dimensions Group AX 2012 R3

Posted On June 17, 2015 by Posted in

Inventory dimension are used to determine physical characteristics of product, storage of products well as track inventory transactions for product. There are three type of inventory dimension group 1. Product Dimensions: Product dimensions are characteristics that serve to identify a product variant. The following table shows the storage dimensions that are available. > Size > … Continue reading Dimensions Group AX 2012 R3

Share Story :

How to expose a field from a table NOT present in the AOT Query for an AIF service

Posted On June 1, 2015 by Posted in

1. To create an AIF service using Wizard, we are supposed to prepare an AOT query containing the tables with proper relations. 2. Once we generate the AIF Service using Wizard, the AxBC classes gets generated for each table present in the AOT Query. 3. AxBC classes contains the parm methods for each field as … Continue reading How to expose a field from a table NOT present in the AOT Query for an AIF service

Share Story :

Global AIF Setting without which AIF Services will Not Work in AX 2012 R2

Posted On May 28, 2015 by Posted in

1. Go to AOT. 2. There is a Form called “AifGlobalSettings”. 3. Right Click & Open the form [Refer to the below snapshot of the form] 4. There is a check box called “Enable Runtime Caching”. 5. Make sure the check box is checked else the AIF services will NOT be accessible from outside.

Share Story :

Configure Inbound Port in AX 2012 to handle Bigger size XML coming inside via AIF

Posted On May 28, 2015 by Posted in

1. The maximum size of the XML message that AX can receive is 64kb. In order to accept the XML of bigger size, we have to configure the Inbound port.   2. The web.config is created from the configuration of the inbound port. So, in order to preserve the changes even if the Inbound port … Continue reading Configure Inbound Port in AX 2012 to handle Bigger size XML coming inside via AIF

Share Story :

Creating Sales Order with address in AX 2012 R2 via AIF through .Net

Posted On May 28, 2015 by Posted in

Creating Sales Order with address information in AX 2012R2CU7 via AIF through .Net Code Please see the below .net code static void Main(string[] args)         {             // Instantiate an instance of the service client class.             SalesOrderServiceClient proxy = new SalesOrderServiceClient(); … Continue reading Creating Sales Order with address in AX 2012 R2 via AIF through .Net

Share Story :

Secured By miniOrange