Hi,
I have a user who would like to display the text of a note within the Page Notification. Anyone know if that's possible. Here is what I've been working with:
*This post is locked for comments
Hi,
I have a user who would like to display the text of a note within the Page Notification. Anyone know if that's possible. Here is what I've been working with:
*This post is locked for comments
I appreciate your assistance. It worked! Thanks!
OnLoad form event, you can get the value and concatenate to the message, so that the notification would be displayed.
var noteString = Xrm.Page.getAttribute("new_notecontenthidden").getValue();
I have a workflow that copies recent notes from the Note entity. The contents are placed in a hidden text field on the account. The workflow overwrites the note in the hidden field each time it executes. There would only be one string of text in that hidden field at any given time.
How would you choose the (one) Note from the list of notes for the record?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156