You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Nicolas Malin (Jira)" <ji...@apache.org> on 2019/09/03 09:20:00 UTC

[jira] [Created] (OFBIZ-11180) Service parameter default-value attrubut can support flexible string

Nicolas Malin created OFBIZ-11180:
-------------------------------------

             Summary: Service parameter default-value attrubut can support flexible string
                 Key: OFBIZ-11180
                 URL: https://issues.apache.org/jira/browse/OFBIZ-11180
             Project: OFBiz
          Issue Type: Improvement
          Components: framework
    Affects Versions: Trunk
            Reporter: Nicolas Malin
            Assignee: Nicolas Malin


When you define a service with default-value, you can't set simple dynamic resolution for the value.

The idea is to extend the default-value attribut on service parameter to support the FlexibleStringExpander syntax and realize the expand on service context.

Example :
{code:java}
     <service name="createPicklist" default-entity-name="Picklist" engine="entity-auto" invoke="create" auth="true">
        <auto-attributes include="pk" mode="OUT" optional="false"/>
        <auto-attributes include="nonpk" mode="IN" optional="true"/>
        <override name="statusId" default-value="PICKLIST_INPUT"/>
        <override name="picklistDate" default-value="${now}"/>
    </service>{code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)