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' ...
-
class RoundUpto2decimalPoints { public static void main(Args _args) { real cost = 0.057139; info(st...
-
While doing customization I came across a scenario where the datatype of a column was of string type and value was stored as "1111.9379...
-
Recent below questions were asked to fresher during technical interview. His answers were noted down. My intention here is to help freshe...