Ejemplo n.º 1
0
 /// <summary>
 /// CRM2013 Only: Use this method to display form level notifications
 /// </summary>
 /// <param name="message">The text of the message</param>
 /// <param name="level">The level of the message</param>
 /// <param name="uniqueId">A unique identifier for the message used with clearFormNotification to remove the notification</param>
 /// <returns>True if the method succeeded, otherwise false</returns>
 /// <remarks>You can display any number of notifications and they will be displayed until they are removed using clearFormNotification. The height of the notification area is limited so each new message will be added to the top. Users can scroll down to view older messages that have not yet been removed.</remarks>
 public bool SetFormNotification(string message, FormNotificationLevel level, string uniqueId)
 {
     return(false);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// CRM2013 Only: Use this method to display form level notifications
 /// </summary>
 /// <param name="message">The text of the message</param>
 /// <param name="level">The level of the message</param>
 /// <param name="uniqueId">A unique identifier for the message used with clearFormNotification to remove the notification</param>
 /// <returns>True if the method succeeded, otherwise false</returns>
 /// <remarks>You can display any number of notifications and they will be displayed until they are removed using clearFormNotification. The height of the notification area is limited so each new message will be added to the top. Users can scroll down to view older messages that have not yet been removed.</remarks>
 public bool SetFormNotification(string message, FormNotificationLevel level, string uniqueId)
 { 
     return false; 
 }