Oracle Waveset 8.1.1 Deployment Reference

Example

<Property name=’title’ value=’FirstName’/>
<Property name=’title’>
   <expression>
      <concat>
         <s>Edit User: </s>
         <ref>waveset.accountId</ref>
      </concat>
   </expression>
</Property>
 

In this example, the field title is in part derived dynamically from the user’s Waveset account ID.