My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Comments
-
I would think you could accomplish this by setting that "buyer" field to be "- Mine -" if you want the user to see only their own or '- My Team -' If you want them to see their subordinates as well.
-
One option to consider is to make this an 'inline html' field and then set the 'Default Value' using a formula. Something like CASE WHEN {item.field_to_consider} = T THEN '<p>Yes</p>' ELSE '<p>No</p> END You could also get fancy and have it put a checkmark or some other icon like this.
-
It looks like you need to update your code to var lineErrorMessage = { title: "error", message: "error", }; dialog.alert(lineErrorMessage);