- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2022 11:53 PM
Hello
Kindly help me to do this task
scenario : I have a forum button on my table ,named as assigned to me . Whenever users clicks the button the current loggedin user should get populated on the field called "assigned to" and "assignment group" should be cleared if it is filled in.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2022 12:15 AM
You already have Assign to me UI action configured for task table, you can leverage that, you just need to add one line that I have shared above.
Please go to Left navigation > type UI actions > Search by name "Assign to me"
This will give you rough idea how to create this button for your table
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2022 12:00 AM
Did you try anything here, what is the issue that you are facing?
you just need to add one line:
current.setValue("assignment_group",'');
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2022 12:10 AM
This is my question
Create a new Form button on Customer Incident form called as "Assigned to Me".
Once user clicks on it, Assigned to field should get populated with logged in user. And Assignment field should get clear if filled in.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2022 12:15 AM
You already have Assign to me UI action configured for task table, you can leverage that, you just need to add one line that I have shared above.
Please go to Left navigation > type UI actions > Search by name "Assign to me"
This will give you rough idea how to create this button for your table
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2022 12:36 AM
Thank you Aman. It helped me to complete my task