var notification =
{
type: 2,
level: 4, // information. 1. success, 2. error, 3. warning
message: "Doc is being generating for the selected records."
};
Xrm.App.addGlobalNotification(notification)
Below line is used to make field readonly in power app portal through js $( "#bdo_relationshiprole_name" ).parent().css( "po...
No comments:
Post a Comment