Thursday, 9 January 2025

DefaultDimension in d365 FO X++

 Navigate to PurchTable methods you can find with DefaultDimension


this.DefaultDimension = this.mergeDimension(this.getDefaultDimension(),this.DefaultDimension);

this.DefaultDimension = this.mergeDimension(_purchAgreementHeader.DefaultDimension, this.DefaultDimension);

!DimensionDefaultFacade::areEqual(this.DefaultDimension, _purchTableOrig.DefaultDimension))

this.DefaultDimension       = this.copyDimension(_purchTableHistory.DefaultDimension);

No comments:

Post a Comment

Setting VendInvoiceInfoTable default values for custom fields - D365 FO

  When creating a vendor invoice and you are trying to populate custom fields on table VendInvoiceInfoTable you may find that the following ...