Hi All
How to show custom alert message in sugarcrm
Regards
Sidhu
Hi All
How to show custom alert message in sugarcrm
Regards
Sidhu
Hi sidhu sidhu
Following is the code:
App.alert.show('message-id', {
level: 'error',
title: 'error',
messages: 'Test',
autoClose: false,
});Hope this Helps..!!
Best Regards
S Ramana RAju
Hi sidhu sidhu
Following is the code:
App.alert.show('message-id', {
level: 'error',
title: 'error',
messages: 'Test',
autoClose: false,
});Hope this Helps..!!
Best Regards
S Ramana RAju