6/30/2025 5:29:55 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.
|
|
|
|
Dimming effect getting stuck on postback
Posted: 23 Mar 10 10:56 AM
|
Hey guys,
I'm having a headache with the screen dimming effect which the SLx client uses on postback, specifically on the Insert Note dialog. In short, I was asked to put a 'Copy to Email' link on several forms, mimicking the one in the Opportunity Snapshot form. I've had only moderate problems on the other forms for which it is now working, but for the Insert Note screen, clicking my link button fires the Copy to Email script (which works), but leaves the dialog in it's dimmed 'thinking' state, unusable until the user refreshes the page. I'm completely out of ideas, because no errors are thrown in this instance, I'm assuming it's something to do with the client-side script which VS is reluctant at least to let me see.
Has anyone encountered this before? What might be the cause for the dimming effect getting stuck like this? I can adjust other controls (like lookups) without getting this problem - it's just my link button which is causing it. Near-identical code is working on the History Details dialog, which makes this all the more infuriating that it won't work on such a similar form.
Thanks for reading,
Alec D |
|
|
|
Re: Dimming effect getting stuck on postback
Posted: 23 Mar 10 11:14 AM
|
Seems like you are having problems with Javascript. A script is failing to complete (even though it is copying to email) but because it doesn't complete executing the page gets stuck.
|
|
|
|
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!
|
|
|
|
|
|
|
|