This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Jan 9, 2012, 1:06 PM
31 Posts
topic has been resolvedResolved

Problem with hideformula for button

  • Category: Server Side JavaScript
  • Platform: All
  • Release: 8.5.3
  • Role:
  • Tags:
  • Replies: 2
Hi
I want to use this formula on my JS
 sender != @UserName | status != "OK"

I try with this but it will not work
var tmp01 = getComponent("sender").getValue();
var tmp02 = getComponent("status").getValue();

if( tmp01 !== @UserName() | tmp02 !== 'OK'){

       return false;

}else{

       return true;

}
 
 
Jan 9, 2012, 8:54 PM
31 Posts
Re: Problem with hideformula for button
thanx, miss that one

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal