Global Functions/Variables available in Dynamics CRM
Global Functions: There are various global functions which provide information about the client system. IsOnline: This will return if the form has been opened from an Online or Offline system. This could be helpful if you would want a particular feature to be made available in a specific mode only. Example: if (IsOnline()) { alert(“You… Read More »