[
https://issues.apache.org/jira/browse/OFBIZ-6207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14379214#comment-14379214 ]
Forrest Rae commented on OFBIZ-6207:
------------------------------------
Figured it out:
<entity-one entity-name="Quote" value-field="quote1">
<field-map field-name="quoteId" from-field="parameters.quoteId"/>
</entity-one>
<set field="quote" value="${groovy: if(quote1.partyId == userLogin.partyId) quote = quote1;}"/>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)