| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| |
| <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xmlns="http://ofbiz.apache.org/Widget-Screen" xsi:schemaLocation="http://ofbiz.apache.org/Widget-Screen http://ofbiz.apache.org/dtds/widget-screen.xsd"> |
| |
| <screen name="LookupLeads"> |
| <section> |
| <actions> |
| <property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/> |
| <property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/> |
| <property-map resource="MarketingUiLabels" map-name="uiLabelMap" global="true"/> |
| <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/> |
| <set field="queryString" from-field="result.queryString"/> |
| <set field="partyRelationshipTypeId" value="LEAD_OWNER"/> |
| <set field="title" from-field="uiLabelMap.SfaFindLeads"/> |
| <set field="partyTypeId" value="PERSON"/> |
| <set field="currentUrl" value="LookupLeads"/> |
| <set field="entityName" value="PartyRoleAndContactMechDetail"/> |
| <set field="searchFields" value="[partyId, firstName, lastName, middleName, groupName]"/> |
| <set field="searchDistinct" value="true"/> |
| <service service-name="findParty" auto-field-map="true"/> |
| </actions> |
| <widgets> |
| <decorator-screen name="LookupDecorator" location="component://common/widget/CommonScreens.xml"> |
| <decorator-section name="search-options"> |
| <include-form name="FindLeads" location="component://marketing/widget/sfa/forms/LeadForms.xml"/> |
| </decorator-section> |
| <decorator-section name="search-results"> |
| <include-form name="ListLookupLead" location="component://marketing/widget/sfa/forms/LookupForms.xml"/> |
| </decorator-section> |
| </decorator-screen> |
| </widgets> |
| </section> |
| </screen> |
| <screen name="LookupAccounts"> |
| <section> |
| <actions> |
| <property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/> |
| <property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/> |
| <property-map resource="MarketingUiLabels" map-name="uiLabelMap" global="true"/> |
| <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/> |
| <set field="queryString" from-field="result.queryString"/> |
| <set field="partyRelationshipTypeId" value="ACCOUNT"/> |
| <set field="title" from-field="uiLabelMap.SfaFindAccounts"/> |
| <set field="partyTypeId" value="PARTY_GROUP"/> |
| <set field="currentUrl" value="LookupAccounts"/> |
| <set field="entityName" value="PartyRoleAndContactMechDetail"/> |
| <set field="searchFields" value="[partyId, firstName, lastName, middleName, groupName]"/> |
| <set field="searchDistinct" value="true"/> |
| <service service-name="findParty" auto-field-map="true"/> |
| </actions> |
| <widgets> |
| <decorator-screen name="LookupDecorator" location="component://common/widget/CommonScreens.xml"> |
| <decorator-section name="search-options"> |
| <include-form name="FindAccounts" location="component://marketing/widget/sfa/forms/AccountForms.xml"/> |
| </decorator-section> |
| <decorator-section name="search-results"> |
| <include-form name="ListLookupAccount" location="component://marketing/widget/sfa/forms/LookupForms.xml"/> |
| </decorator-section> |
| </decorator-screen> |
| </widgets> |
| </section> |
| </screen> |
| <screen name="LookupAccountLeads"> |
| <section> |
| <actions> |
| <property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/> |
| <property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/> |
| <property-map resource="MarketingUiLabels" map-name="uiLabelMap" global="true"/> |
| <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/> |
| <set field="queryString" from-field="result.queryString"/> |
| <set field="partyRelationshipTypeId" value="ACCOUNT"/> |
| <set field="title" from-field="uiLabelMap.SfaFindAccountLeads"/> |
| <set field="partyTypeId" value="PARTY_GROUP"/> |
| <set field="currentUrl" value="LookupAccountLeads"/> |
| <set field="entityName" value="PartyRoleAndContactMechDetail"/> |
| <set field="searchFields" value="[partyId, firstName, lastName, middleName, groupName]"/> |
| <set field="searchDistinct" value="true"/> |
| <service service-name="findParty" auto-field-map="true"/> |
| </actions> |
| <widgets> |
| <decorator-screen name="LookupDecorator" location="component://common/widget/CommonScreens.xml"> |
| <decorator-section name="search-options"> |
| <include-form name="FindAccounts" location="component://marketing/widget/sfa/forms/AccountForms.xml"/> |
| </decorator-section> |
| <decorator-section name="search-results"> |
| <include-form name="ListLookupAccountLead" location="component://marketing/widget/sfa/forms/LookupForms.xml"/> |
| </decorator-section> |
| </decorator-screen> |
| </widgets> |
| </section> |
| </screen> |
| |
| </screens> |