Hi All,
I am using the below code to display text notification on load of a form which works well.
but i what to show some text in bold like "Important Note"
Can some one please help
function warning()
{
xp.ui.setFormNotification("Important Note about the order in which you enter data.", "INFORMATION")
}
Thanks,
*This post is locked for comments