Mi contenido
Please note that on Friday, September 19, 2025, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Comentarios
-
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);