Returns a value from a Text field.
Specifies the unique identifier of a Text field.
Value from the Text field (string).
This example returns the value of the top_vendors Text field.
ca_pam_getTextFieldValue('Form.top_vendors')
This example returns the value of the top_vendors Text field and sets the dynamic_field Text field to the returned value.
ca_pam_setTextFieldValue('Form.dynamic_field', ca_pam_getTextFieldValue('Form.top_vendors'))
You can also find this function in the out-of-the-box content in CA Process Automation.
|
Copyright © 2013 CA.
All rights reserved.
|
|