Business Mapping:: PurchaseOrder_FieldDependency

This map fills in the Purchase Order Billing address when a vendor is selected

Nombre:
PurchaseOrder_FieldDependency
Type:
businessmapping
Tipo Regla:
Field Dependency
Descripción:
This map fills in the Purchase Order Billing address when a vendor is selected
Palabras Claves:
vendor, purchaseorder
Versión:
1.0
Fecha Publicación:
2019-09-09
Licencia:
MPL
Precio:
Free
Distribución:
Free
Nombre Autor:
JPL TSolucio, S.L.
EMail Autor:
info(at)tsolucio(dot)com
EMail de Soporte:
info(at)tsolucio(dot)com


<map>
  <originmodule>
    <originname>PurchaseOrder</originname>
  </originmodule>
<dependencies>
<dependency>
    <field>vendor_id</field>
    <actions>
        <function>
            <field>vendor_id</field>
            <name>fieldDep_GetField</name>
            <parameters>
              <parameter>street,city,state,code,country,postalcode</parameter>
              <parameter>bill_street,bill_city,bill_state,bill_code,bill_country,bill_pobox</parameter>
            </parameters>
        </function>
    </actions>
</dependency>
</dependencies>
</map>

coreBOS Documentación