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!
|
|
Args is undefined
Posted: 04 Nov 09 6:56 AM
|
I have added page under the Sage Saleslogix portal with one smartpart for the detail and no tabs. I am launching the page from menu item ( it is a page to manage data for a dependancy lookup). I have removed the groupviewermodule from modules and unchecked the GroupContextModule from Global Modules for the page.
When I browse the page I am greeted by a javascript popup that states 'Args is undefined'. I have solved this in the past by adding a group to the newly created mainview. In this case I am trying to disable the group functionality. Has anyone else run into this? The page functions fine otherwise. Thanks |
|
|
|
Re: Args is undefined
Posted: 04 Nov 09 11:20 AM
|
What Page Type did you use? Entity Page, Portal Page or Main View?
If you just create a Portal Page, that would not include the Group Modules on it and you wouldn't have to deal with trying to disable the components afterwards.
|
|
|
|
Re: Args is undefined
Posted: 05 Nov 09 2:44 PM
|
Thanks Raul. That got rid of the Ars is Undefined error BUT now I am getting this when trying to activate my quickform addedit screen from a grid edit column or add button on the form:
The Controls collection connot be modified because the control contains code blocks (i.e. <% ... %>)
I have a C# Snippet Action Item on Load Actions and on the save button.. Any thoughts? I don't get this error when using the entity page.. |
|
|
|
Re: Args is undefined
Posted: 10 Nov 09 2:16 PM
|
I had this same problem. I had to delete my page and re-create it as an entity page (I tried creating the page as a portal page; but that gave other errors like you discovered). I don't mind creating the page as an entity page; but, i can seem to get rid of the 'filters' in the task pane... any suggestions ? |
|
|
|
Re: Args is undefined
Posted: 10 Nov 09 2:18 PM
|
I haven't gotten rid of the errors, but a coworker today told me he thinks this is addressed in SP2 (Args is Undefined). Not sure if it will cover this or not. We have a dev sp2 system on the way. I'll post results when available. |
|
|
|
Re: Args is undefined
Posted: 11 Nov 09 7:51 AM
|
I'm still having the Args is undefined error.
How did you resolve it? |
|
|
|
Re: Args is undefined
Posted: 11 Nov 09 12:08 PM
|
I re-created my page from a portal page to an entity page and additionally i didn't remove any modules. This is not my desired result... i want to remove the Filter task from the task pane; but, i think that is what caused the issue for me prior. |
|
|
| |
|