UiI Action will show particular values changes only in the form

Gillerla Rajesh
Tera Contributor

Hi There,

 

i ahve ui action its working fine but here i  need to show particlur values only.

 

now it will showing after saving the form then it will showing, but i need to show when filed chages to particular values else hide, how can i achive.

 

GillerlaRajesh_0-1718368452978.png

any one help me here

 

3 REPLIES 3

Mark Manders
Mega Patron

What does this button need to do on click? The condition of showing isn't client side, but server side, so it will only evaluate if the data is on the server (so after save). 

Check if you can have this functionality work in a different way, if you really need it before saving. Let it run, based on a tick box that shows up on the condition (ui policy) or something like that.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

@Mark Manders , its client callable when we click on ui action element it will show pop up based on yes or not it will do there functionality, i tried ui poliy/on chnage client script side but it not working .