I have a client that DOES NOT have a test machine with the CRM Laptop client
installed, therefore, I cannot test this situation...
I have a rather involved set of Sales Process that utilizes a lot of JScript
on the Opportunity.
One of these lets the user choose a Sales Process from a Picklist when a new
Opportunity is created. Based on the value selected from this Picklist an
OnChange event code runs a Confirmation Alert msg:
"You Have Selected [NAME] as your sales process. Click OK to confirm or
Cancel to select a different Sales Process"
If they click "OK", the Opportunity is saved. This triggers an On Create
workflow rule then assigns the Sales Process to the Opportunity based on the
Value in the "Sales Process" field. Great stuff.
However, if the client is offline, will this JScript work as expected?
Moreover, I also have code in the OnLoad event that removes the "Change
Stage..." menu item from the Opportunity's "Actions" menu.
Will this code work offline too?
Any advice would be great!
--MD