Skip to content

Instantly share code, notes, and snippets.

@wmfairuz
Created April 4, 2014 08:49
Show Gist options
  • Save wmfairuz/9970715 to your computer and use it in GitHub Desktop.
Save wmfairuz/9970715 to your computer and use it in GitHub Desktop.
Create new row in table
<make-value value-field="newEntity" entity-name="WorkEffortContactMech"/>
<set field="newEntity.workEffortId" from-field="parameters.workEffortId"/>
<set field="newEntity.contactMechId" from-field="parameters.contactMechId"/>
<now-timestamp field="nowTimestamp"/>
<set field="newEntity.fromDate" from-field="nowTimestamp"/>
<create-value value-field="newEntity"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment