7/1/2025 12:32:10 PM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
|
|
|
|
EntityPortalPage and Filters
Posted: 30 Nov 09 10:34 AM
|
I have created a Entity portal page that is shown upon a button press from the Nav bar. The taskpane is visible, which is good, but I get a javascript error, everytime I show the my page. the error is 'type is not an object' in the file 'webresource.axd'. I assume this is coming from the 'filters' on the taskpane. All the filters are quickly shown then removed (somehow) so what I am left with is the Filters tasklet with the 'clear all' link active but no filters.
Is there a way to just remove the filter tasklet from my page only? |
|
|
|
Re: EntityPortalPage and Filters
Posted: 01 Dec 09 12:21 AM
|
Have you added any custom SmartParts to the taskpane? I've seen that before when I had a custom SmartPart added there that started with an HTML comment <!-- comment --> (which was completely odd). Once I removed the comment from my SmartPart the error went away.
However, to test if it is the Filters tasklet that is doing it, you can open the portal and explicitly define which Entities the Filters tasklet is for, then it won't appear on any others. At least that would let you check having the page load without the Filters. Open the portal, go to the Tasklets tab, and select some entities for the Filters tasklet (any other than your custom entity).
-Ryan |
|
|
|
Re: EntityPortalPage and Filters
Posted: 01 Dec 09 8:07 AM
|
Ryan
I do have a custom SmarPart in the taskpane; but, I do not have any HTML comments in it. As per your suggestion about selecting some entity for the Filters... what does that really mean? I do not want to affect other portal pages but setting something there... is that what happens? I don't see an obvious way of disabling filters on a entity portal page... |
|
|
|
Re: EntityPortalPage and Filters
Posted: 03 Dec 09 12:49 PM
|
With the Filters thing I mentioned, I was really just suggesting that as a way to have the filters tasklet *temporarily* not load on your custom page, just so you could possibly rule that out as the cause of the problem, not to leave it like that permanently.
If you remove your custom tasklet from the page does the problem go away? |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|