Clicking in the Calendar Event
4 posts
• Page 1 of 1
Posts: 13
Joined: Fri Mar 02, 2012 2:43 pm |
When I click in the calendar event, the objective is to navigate to the Event Details/List view to view the record in form view. I am however, using my own Events table - but clicking on this runs the "Click in / Drag Event" script, and opens and endless loop of windows. What is the best fix for this where I only get (1) window instead of 1 million windows?
|
Hi Robert,
It sounds like the script: Display Found Set in Separate Windows might be the culprit. This is done to show all the events that overlap from the launched cell in different windows. We are relying on the numbers appended to these windows to know when to terminate the loop, and I have seen the issue you're experiencing when the event detail windows were getting renamed (by a script trigger) and since the appended number was getting cleared the loop didn't know when to end. Other than that, it's hard to tell. If you don't think it's the above, then comparing this part of the routine to the stock copy is the best way to see what the variable is. hth, Jason |
|
Posts: 13
Joined: Fri Mar 02, 2012 2:43 pm |
Hi Jason,
Thank you for your reply. In my case, I am using my own events table, because we cannot permit creation of new events in the event details layout, and that's because in my case our contacts are linked to the events first - in a separate action. However, as I am studying this now, this does make for a great unclose view on the event data, since the calendar doesn't show all of the data content. I can permit the find operation but still disallow creation of the events. I have not added in the event details layout. My understanding is that I will need to move out the entire SeedCode script folder, save it, add in the event details layout, and re-import the scripts back in. This would eliminate the issue then. Thanks. |
Hi Robert,
I think I'm with you. The layout we use for display should be defined from the text on the corresponding "Source No" layout and isn't being hardcoded in the scripts here, so you may just need to define it there rather than bring our layout in: let me know if that helps! Jason |
|
4 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 3 guests