Summary
This command sets the value of a property.
Attributes
- none
Parameters
- name – (string) This is the name of the property to set.
- value – (string) This is the value for the property.
Note: A script should not set a local property's value to " (blank).
Example
<script scriptId="setReqID"> <body> <s:setProperty> <s:name> <s:string value="reqID"/> </s:name> <s:value> <s:string value="1"/> </s:value> </s:setProperty> </body> <target action="update" typeId="requestor" when="preprocess" /> </script>
Need more help?
Please visit the Fountayn Contact Information page.