TS 552 SP4 Solaris 2.8
I have a WF with one field as it is instanciated (Description) I would like to add a second files (checkbox) but
have it only available to nipper, smitty, and ghoti, but not to everyone else. Is this possibile ?
Tips/Pointers/RTFMs appreciated
Andy
FWIW here is the tag info section I have:
TAG_info(
uDescription => [html => "$cTextArea", is_required => 'true', label => "Description",],
Workarea_datadeploy => [html => "<input type='checkbox' value='false'>", is_required => 'false', label => "Workarea DataDeploy", ],
My other options are to copy this to a new WF available to only these users, or to have it in a CGI task. Don't like either
of those options because I am lazy & I have this almost working.