jueves, 17 de mayo de 2018

DATE TIME NULL



There is a function in D365FO that returns a data type date and time null. (UTCDateTime type)

·        utcdatetimenull() 

The value that returns this function also corresponds to executing the following expression: 

·         DateTimeUtil::minValue().

The return  value is '1900-01-01T00:00:00'. 

lunes, 8 de enero de 2018

DEPLOY REPORTS - SSRS REPORTS



·         Open windows POWERSHELL in administrator mode.

·         Set-ExecutionsPolicy Unrestricted: YES

·         Local environment:
C:\Packages\Plugins\AxReportStartVmRoleStartupTask\DeployAllReportsToSSRS.ps1

·         Azure environment:
C:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -PackageInstallLocation "C:\AosService\PackagesLocalDirectory"