PmfReleaseUpdateDB31_Pds.upgradePdsCustSellableDays Method [AX 2012]

Updates the PdsCustSellableDays table with the customer reference and the related del_PdsSellableDays field value.

public void upgradePdsCustSellableDays()

Run On

Server

The method will look for any CustTable records that currently have a del_PdsSellableDays field value.

For each record, an entry will be created in the new PdsCustSellableDays table of type 'All' and the value of the PdsSellableDays field from the CustTable table will be entered as the PdsSellableDays value in the new table. Then a validation will conducted that the correct value was entered for the customer and the customer record PdsSellableDays field value will be set to zero(0) and the CustTable record updated.

Community Additions

ADD
Show: