Wednesday, February 22, 2012

How to check filter is enabled on a form

Query:

How can i check if the filter is enabled on an AX Form.

Answer:

The actions user perform an an ax form are processed in a method called task. You can override that method to see task id 2855. If it is the value then filter is enabled.


Wednesday, February 15, 2012

Enable remote errors on SSRS



Query:


I am getting some errors when viewing SSRS reports on client machines but i can not see the full error because it is asking me to enable remote errors on ssrs. How can i do that on ssrs 2005.

Answer:
The setting is stored in the table named 'ConfigurationInfo ' on the report server. Just open the table and set Enable Remote Errors to true.