UI Policy Actions list not visible

swethachunduri
Kilo Contributor

Hello,

I'm trying to hide a form section when a certain condition is met. I created a UI policy and saved it but the UI policy actions list is not being displayed upon saving. I'm using the latest patch of Helsinki. How can I resolve this issue?

Thank you.

Regards,

Swetha Chunduri

21 REPLIES 21

dvp
Mega Sage
Mega Sage

Inorder to hide a section you have to create a client script



g_form.setSectionDisplay(sectionName, false)



Can you see UI policy actions on other UI policies?


I tried creating a script but it did not work. It is not executing the function onLoad


Thank you for your response dvp


nayanawadhiya1
Kilo Sage

Hi Swetha,


        First you just confirm whether that related list is selected on that form.


        if dont then configure related list.


        make sure it is present for both the views.


        just like that


     



ui.PNG


Regards,


Nayan



Please like if it correct and make it as correct..