Deploy all the SSRS Reports using power shell in D365FnO. Please follow below two steps:
1) Open Windows Power Shell
Start > Run > Windows PowerShell
2) Run the below Power Shell command
K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -PackageInstallLocation "K:\AosService\PackagesLocalDirectory"
Monday, November 2, 2020
Deploy all the SSRS Report using power shell in D365FnO
Subscribe to:
Posts (Atom)
Get Enum Id and Enum Value in D365FO using SQL and X++
Below is the sql get enum id and enum value of a enum in D365 F&O using sql. SELECT enumidtable . NAME 'Enum Name' ...