DimensionValueLookupHelper::lookupDimensionValues(DimensionAttribute::findByLocalizedName('<DimensionName>', false, SystemParameters::find().SystemLanguageId), <FormStringControl>);
Wednesday, January 30, 2019
Class DimensionLookupHelper for generating Dimension Data on Lookup in Dynamics 365 FO
Labels:
AX 7,
Dynamics 365
Subscribe to:
Post Comments (Atom)
Override custom dimension value on posting sales invoice in X++
Requirement: 1. Override custom dimension value on posting sales invoice 2. Ledger posting type as "Cost of goods, invoiced" ...
-
Posting Vendor invoice based on Product receipt public void postPurchaseInvoiceJournal() { VendPackingSlipJour vendP...
-
protected void executePostingDataPerOrder(str _salesId) { SalesFormLetter_PackingSlip salesFormLetter_PackingSlip...
-
BP: BPUpgradeCodeLateBoundCall : BP Rule: [BPUpgradeCodeLateBoundCall]:A late bound call callingForm.refresh is made. In source system (...
No comments:
Post a Comment