Showing posts with label SSRS Report Deployed using POWER SHELL. Show all posts
Showing posts with label SSRS Report Deployed using POWER SHELL. Show all posts

DEPLOY SSRS REPORTS USING POWER SHELL – DYNAMICS 365 FOR OPERATIONS


DEPLOY SSRS REPORTS USING POWER SHELL


Open Windows PowerShell in administrator mode.
For Local environment
C:\AOSService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1
For Azure environment
J:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -PackageInstallLocation "J:\AosService\PackagesLocalDirectory"

Virtual Fields Vs Computed Fields

  Virtual Field: A virtual field in D365FO is a field that doesn't have a direct representation in the database. It's a field that y...