Posted 3/28/2007 1:40:54 PM | | | | I used c360 to create a grid view to show summary totals at the end(the grid view will have details). when user double clicks on any of the details in the grid other than Sumamry total, the crm edit page will be shown for the user to edit. I have to use a double click event handler so a proper message is sent to user when they click on Summary totals. That forced me to have the javascript open up the edit page of the crm programmtically using the object type and object id. Now the problem is on save of the crm page, the c360 grid view is not refreshed unless I click on the refresh. Any way you can refresh from the javascript or on the on save of the crm page? Thanks |
| Posted 3/28/2007 2:51:54 PM | | | | Able to solve it by using the document.location.search. Please ignore the previous post. thanks |
| |
|