7/1/2025 5:34:33 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.
|
|
|
|
Args is undefined in Main View for an entity.
Posted: 11 Nov 09 8:33 AM
|
I have SalesLogix 7.5.1.1742. I am trying to make a simple list view and details view for an entity, but get the "Args is undefined" error.
Here are the steps:
Under "Portal Manager -> Sage SalesLogix -> Pages" I created a Main View page using the Wizard, for the ExchangeRate entity. I set the new page's PageAlias = "ExchangeRate333".
Under "Portal Manager -> Sage SalesLogix -> Navigation" - I created a new TestGroup node, then under it a new "ExchangeRate333" node with Navigation URL set to "ExchangeRate333.aspx". Built Web Platform, Deployed to IIS.
In the web interface, went to new navigation group TestGroup -> ExchangeRate333. The page shows up with a popup Message Box with "args is undefined", and shows an empty grid.
How do I solve this "args is undefined"? Is there a way to debug the web interface exceptions? Is there a log?
Thanks, Dmitry.
|
|
|
| |
|
Re: Args is undefined in Main View for an entity.
Posted: 25 Nov 09 5:36 AM
|
I think this just means there are no Groups defined for this entity... I get this all the time when I make a new entity/main view. Try making one and see if you still get the error.
Also regarding your other questions, the nearest you'll get to debugging tools for the interface is something like the Firebug plugin for Mozilla Firefox which lets you track client-side code, class, DOM and markup etc.
For server-side script there's Visual Studio of course, and for any SQL errors you've got SQL Profiler for direct tracing or SalesLogix Profiler for tracing the SLx Provider. |
|
|
|
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!
|
|
|
|
|
|
|
|