- Info(Class)->startupPost(): This method is triggered when you open AX. This method invokes the default company set when opening AX.
- Application(Class)->setDefaultCompany(): This class method is triggered when you change the company using the address bar drop down.
- SysDataAreaSelect(form)->SwitchCompany(): This method is triggered when you change the company using the form in the status bar.(on the lower right corner of AX window).
- Class "DimensionStorage" can give you the information about the Ledger Dimensions's value from any table like CustTale, VendTable, Projtable.
EX - CustTable::find(DimensionStorage::ledgerDimension2AccountNum(TableName.LedgerDimension)).AccountNum;
-ProjTable::find(DimensionStorage::ledgerDimension2AccountNum(TableName.LedgerDimension)).ProjId; - "DefaultDimensionView" is the View which hold the values of all dimensions.
- Get number sequence directly in X++ through blow code .
NumberSeq::newGetNum(BankParameters::numRefBankStatementDownloadId()).num(); - "SrsReportDataProviderPreProcess" use this in Class declaration to enable breakpoint in SSRS.
Wednesday, August 31, 2016
Extra info About AX and SSRS
Subscribe to:
Post Comments (Atom)
Conversion of Disposition code, code was not specified - Error in D365 F&O for inter company purchase order return
We crated the return order for inter company purchase order and created a Item Arrival Journal through Arrival Overview in corresponding c...
-
As we can't modify any standard method in D365 F&O , so we need to pass all of it's component in Code Of Command (COC). Below is...
-
Here is the example for datetime range in Query. We are trying to achive as on date data here based on AOT and an additional range of From ...
No comments:
Post a Comment