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++. Show all posts
No posts with label X++. Show all posts
Subscribe to:
Posts (Atom)
-
Refresh the caller datasource of a form from class Sometime, we have requirement that after completion of the certain process we need to re...
-
Connect postman with Dynamics 365 finance and operation Azure application registration First we need to register application on the azure po...
-
Counting journal is used to modify the on hand inventory of an item with dimension wise. you can create it from Inventory management / Jour...
-
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 ...
-
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...
-
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...
-
public static void main( Args _args) { CustTable custTable; MenuItemMessageAction mes...
-
This is quite common requirement we receive that we need to import the data using data entity with the x++. so to Import the data using dat...
-
void lookup(FormStringControl _control) { SysTableLookup tableLookup = SysTableLookup::newParameters(tableNum(EntAssetObjectTa...