Question : Product aspx datasource

We are using MSCRM 4.0.  My question is related to the Products page.  When I open the Products page (and press ctrl+n), I get the following url:
 
http://localhost:5555/apollo/products/product/edit.aspx#

I can locate the edit.aspx page for Products under IIS and in the C:\Program Files\Microsoft Dynamics CRM\CRMWeb\Products\Product folder.

This aspx seems to use a filtered view (dbo.FilteredProduct) as its datasource.  Is there a way to point this edit.aspx page to a custom filtered view (e.g. dbo.CustomFilteredProduct)?

Thanks

Answer : Product aspx datasource

Hi apollo7,

Actually this is going to be bit tough but let me see what I can do... I am busy with my engagements and it is become hectic day by day so I cant promise you anything right now. But you might want to register a plugin on RetrieveMultiple  and debug the code to see whether you are getting the results or not. Once you have the result set filter that result set based on your conditions.

Regards,
Chinmay

Random Solutions  
 
programming4us programming4us