Browse by Tags

Related Posts
  • Blog Post: Custom Lookup for Dimensions in AX 2012 – for User Defined Dimensions

    In this article, giving an example for defining the lookup for dimensions in simple way. This example will cover only for user Defined dimensions. For this 1)      Created a form and added two string controls. 2)      Named as Control: Name: Dimensionlist , Auto declaration – Yes Control...
  • Blog Post: Report Server WMI Provider Error

    The following article will be useful for two issues.. Error – 1: Report Server WMI Provider Error Error – 2: Windows Management Instrumentation service is not running. In my situation, suddenly report server stopped responding, after system and services are re-started. Failed in trying to connect...
  • Blog Post: Save The SRS Printer Settings in Table and Re-Use

    In this article, 1)      We can store the printer settings of a report in the table, like in parameters table as a container type field. (Section –I) 2)      While printing the reports, we will read the settings from the parameter table and we will apply the same for report printing.  (Section –...