The CreatorCon Call for Content is officially open! Get started here.

How to set value for a field through UI Action?

Naveen Kumar
Tera Contributor

Task type on the Knowledge feedback task should be set to "Knowledge review task" when "New" UI Action is clicked on Related list.

 

NaveenKumar_1-1680511470510.png

 

This "new" button open a new knowledge feedback task record --> How do I set the value of Task type to "Knowledge review task".

NaveenKumar_0-1680511442820.png

..

1 REPLY 1

Mohan raj
Mega Sage

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

Mohanraj_0-1680528933991.png

 

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.