Example 1:

1 個value: 

lionlionchopper 發表在 痞客邦 留言(0) 人氣()

1. 整4個新FILE:

> Data Entities : Entity

lionlionchopper 發表在 痞客邦 留言(0) 人氣()

CustTable custTable;
    boolean   a = false; //this boolean a might be changed to true
    Query query;
    QueryRun queryRun;
    Querybuilddatasource qbds;
    QuerybuildRange qbr;

    Query = new Query();
    qbds = query.addDatasource(tablenum(CustTable));
    qbr = SysQuery::findOrCreateRange(qbds, (fieldnum(CustTable, AccountNum)));

    if (a == true)
    {
        qbr.value(queryvalue("DEMO-0001"));
    }
    else
    {
        qbr.value(queryvalue("DEMO-0002"));
    }
 
    QueryRun = new QueryRun(query);

    while (queryRun.next())
    {
        custTable = queryRun.get(tablenum(CustTable));
        info(strfmt("AccountNum %1", custtable.AccountNum));
    } 

文章標籤

lionlionchopper 發表在 痞客邦 留言(0) 人氣()

   // Get email template from URL
        URLUtility urlUtility = new URLUtility();

lionlionchopper 發表在 痞客邦 留言(0) 人氣()

1. 加新work user:

image

lionlionchopper 發表在 痞客邦 留言(0) 人氣()

根據UserInfo的Locale 來計算datetime format sequence 

Settings> User Option:

文章標籤

lionlionchopper 發表在 痞客邦 留言(0) 人氣()

        SysInfoLogEnumerator            infoLogEnum;
        SysInfologMessageStruct         infoMessageStruct;

lionlionchopper 發表在 痞客邦 留言(0) 人氣()

     //procurement attribute
                    // find or create brand value

lionlionchopper 發表在 痞客邦 留言(0) 人氣()

 

通過X ++創建產品並發布產品 (AX 2012):

lionlionchopper 發表在 痞客邦 留言(0) 人氣()

The Excel integration is one of the powerful tools in Microsoft Dynamics 365 for Finance and Operations. This is helpful tool for accountants to push journal entries through Excel to Microsoft Dynamics 365 for Finance and Operations. The out of the box Excel integration does not have the financial dimensions values, but it could be exposed to the Excel integrations. Of course, the importance of financial dimensions specially the entry will be validated based on the account structure setup.

This blog post will illustrate step by step how to Expose the Financial dimensions on Excel integration. This will need to follow certain steps on Dynamics 365 for Finance and Operations client, Visual Studio, and Excel.

文章標籤

lionlionchopper 發表在 痞客邦 留言(0) 人氣()