How to make ui action visible if certain field is not empty?

jenny32
Tera Guru

Hi All,

In incident table I have a field "xyz" which is a reference to "Application" table and in "Application" table I have field "abc" which is of string type.

According to my requirement I have written ui action and now the challenge I'm facing here is I need to hide the button when "abc" field is empty.

I tried putting current.xyz.abc != "" in my ui action condition field. So, for the first time when I open incident form the button is hidden. How can I make it visible when I select "xyz" field.

In ui action "Client callable" is true based on my requirement.

I'm not getting where I'm going wrong. Can anyone suggest me!!!!

Thanks,

Jennifer.

21 REPLIES 21

Business rule, with condition: state changes from 4 to 2. If true, use GlideRecord to create new task.


Thanks it's working


On Thu, Dec 22, 2016 at 2:26 PM Michael.Fry <