UI Action Dialog Box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2023 06:04 PM
Can Anyone help me out?
I have created a UI Action Dialog Box for which, assignment group value is selected it should display only the users Who is part of that group, once it submitted the values should be auto populated. in form...
For Example, in an incident form, there is a popup dialog box in UI Action list button "auto populate " with two field values "Assignment group" and "assigned to".
Assignment group is selected as "ABC GROUP" and the assigned to field should show only users who are part of "ABC Group" and once it is submitted the changes should be populated in the form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2023 07:39 PM
The incident table‘s [assigned to] field only shows the users in the [Assignment group] (if Assignment group is filled with some group) by default.
You want the same function with your custom table? find and copy the logic of incident table may be a fast way。。。。
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2023 11:40 PM
the above mentioned. Functionality will work in the record level by using the on-change client script.
but my question is how this can be done in list level in Dialog box UI action button
How can I custom the UI script to achieve this functionality?
Can you any one help me here with the script?
Please find the screenshot below.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2023 11:42 PM
the above mentioned. Functionality will work in the record level by using the on-change client script.
but my question is how this can be done in list level in Dialog box UI action button
How can I custom the UI script to achieve this functionality?
Can you any one help me here with the script?
Please find the screenshot below.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2023 11:47 PM
the above mentioned. Functionality will work in the record level by using the on-change client script.
but my question is how this can be done in list level in Dialog box UI action button.
How can I custom the UI script to achieve this functionality?
can someone help me with script.