UI Action for assigned to me button

Bharath Reddy M
Tera Contributor

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.

find_real_file.png

1 ACCEPTED SOLUTION

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

Best Regards
Aman Kumar

View solution in original post

7 REPLIES 7

Aman Kumar S
Kilo Patron

Did you try anything here, what is the issue that you are facing?

you just need to add one line:

current.setValue("assignment_group",'');

Best Regards
Aman Kumar

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.

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

Best Regards
Aman Kumar

Thank you Aman. It helped me to complete my task