How to set value for a field through UI Action?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2023 01:45 AM - edited 04-03-2023 02:42 AM
Task type on the Knowledge feedback task should be set to "Knowledge review task" when "New" UI Action is clicked on Related list.
This "new" button open a new knowledge feedback task record --> How do I set the value of Task type to "Knowledge review task".
..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2023 06:35 AM
Hi @Naveen Kumar ,
Navigate to System Definition >> Relationship
search for "Knowledge review task" by name
open the record
for example we will get like this form
check the Query with fields
current.addQuery('task_type','knowledge_review_task'); //mention correct field name and choice value
If my response helps you to resolve the issue close the question by Accepting solution and hit thumb icon. From Correct answers others will get benefited in future.
Regards,
Mohan.