Avatar

Level 2

On the manager approval text field/sub form,

insert the following code on click

(this is javascript)

if

( this.rawValue == 1 )

{

your field.presence = "visible"

}

else

{

your field.presence = "hidden"

= "";

}