Posts

Showing posts from April, 2025

how to get on hand in D365 FO WHS x++

  whsInventOnHand::getWorkPhysicalInventByInventDim(ItemIdLocal, inventDim); this method inculde the blocked qty as well;

Dual Write Install App through power shell script. in D365 FO

 Install-Module AzureAD Connect-AzureAD New-AzureADServicePrincipal -AppId '6f7d0213-62b1-43a8-b7f4-ff2bb8b7b452'

Error importing License in D365 FO 10.0.43

 Error importing License in D365 FO 10.0.43 solution is run this query in SSMS  insert into dbo.SYSFLIGHTING(FLIGHTNAME, ENABLED, FLIGHTSERVICEID) values ('SysLicenseDisableV2ISVLicenseFlight', 1, 12719367) than restart the iis and import the licence again