UI Interaction modeless dialog - form
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2026 01:01 AM
Hello Community,
I am using a ui interaction with a declarative action,
When the Declarative action is clicked a modeless dialog - form opens , I want to pre-populate the additional comments in the dialog , How can I achieve this using the query?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
I see you are prepopulating values by binding a script for `query`.
Try this:
function evaluateProperty(context, helpers) {
return 'state=2^comments=This is a prefilled comment';
}
The "additional comments" field is most likely the "comments" field that the incident table inherits from the task table.
