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



Aug 4, 2011, 4:28 PM
35 Posts

Syntax for Grabbing Computed Field CS

  • Category: Dojo and Client Side JavaScript
  • Platform: All
  • Release: 8.5.3
  • Role:
  • Tags:
  • Replies: 3
Can someone tell me the syntax of grabbing the value of a computed field client side using dojo.  Thanks!  
Aug 4, 2011, 4:37 PM
3 Posts
Re: Syntax for Grabbing Computed Field CS
var strValue = dojo.byId("#{id:computedFieldID}").innerHTML
 
or
 
var strValue = "#{javascript:getComponent('computedFieldID').getValue()}"
 
 
You will need to replace the computedFieldID with the correct ID
Aug 4, 2011, 4:38 PM
35 Posts
Re: Syntax for Grabbing Computed Field CS
Whoo Hoo!! God Bless You, JM!! :)
Aug 4, 2011, 4:49 PM
3 Posts
Re: Syntax for Grabbing Computed Field CS
Glad i could help

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