Posts

Showing posts from December, 2024

computed column to get dimension display values

   [Hookable(false)]     public static str dimensionValuesJsonSQL()     {         return DimensionSQLValuesJsonFunction::getDimensionCombinationValuesJsonSQL(             dataentityviewstr(FCGeneralJournalEntryEntity),             dataEntityDataSourceStr(FCGeneralJournalEntryEntity, CFGeneralJournalEntryCustomView),             fieldStr(FCGeneralJournalEntryEntity, LedgerDimension));     } Regard  Muhammad Farraz farazjaved01@gmail.com

default inventory and inventory related API in D365 FO

  To get onhand <EnvirmoentURL>/data/WarehousesOnHandV2 To get Locations <EnvirmoentURL>/data/InventoryWarehousesForAI To get Item Barcodes <EnvirmoentURL>/data/RetailInventItemBarcode Regards  Muhammad Farraz farazjaved01@gmail.com

To Get VM Name in D365 FO

  Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Virtual Machine\Guest\Parameters' | Select-Object -ExpandProperty VirtualMachineName   run this command in powershell