In these blogs you will get some technical information about Dynamics 365 Finance and operation, AX 2012, Power Platform and from SQL, Azure logic apps.
Search This Blog
No posts with label X++ Finance and Operation. Show all posts
No posts with label X++ Finance and Operation. Show all posts
Subscribe to:
Posts (Atom)
-
Connect postman with Dynamics 365 finance and operation Azure application registration First we need to register application on the azure po...
-
Refresh the caller datasource of a form from class Sometime, we have requirement that after completion of the certain process we need to re...
-
Some time we get the below error during the database synchronization in AX 2012. There could be many solution for this error Check all the ...
-
Counting journal is used to modify the on hand inventory of an item with dimension wise. you can create it from Inventory management / Jour...
-
Creating a csv file using x++ in AX 2012 R3. To create a csv file as we have different - different classed can be used. CommaIO - Output wi...
-
This is how method will execute when record will be created from DIXF using data entity. It also includes the methods related to tables as w...
-
void lookup(FormStringControl _control) { SysTableLookup tableLookup = SysTableLookup::newParameters(tableNum(EntAssetObjectTa...
-
public static void main( Args _args) { CustTable custTable; MenuItemMessageAction mes...
-
How to read excel file using x++ in Dynamics 365 Finance and operation Below is the Runnable class we can use to read the excel file. inte...
-
Create the storage account on the azure as per below and copy the keys to connect to this storage account. Create a container inside this s...