Automatic fill adress fields - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: Automatic fill adress fields (/showthread.php?tid=2181) |
Automatic fill adress fields - inspectorflint - 07-01-2021 Hello: I need to configure the invoice module in coreBos 8 in order to make the invoices with the vendor data, instead od accounts data. I have created a field related to vendors , but I would need the address fields to be filled in, in the same way as with accounts. I have found a global variable, Application_Billing_Address_Checked , with this definition: Al seleccionar una Cuenta/Contacto/Vendedor en la ventana emergente, la aplicación te pregunta si debe rellenar las direcciones. Esta variable establece la casilla de verificación Dirección de Facturación. But when I fix it to 1, the option to fill adress fields when a vendor is selected don´t show. In this case, vendedor seems to vendor, o this global variable dont work for this?. Thanks Regards RE: Automatic fill adress fields - joebordes - 07-01-2021 the global variables affect only Accounts and Contacts on Quotes, SalesOrder and Invoices, Vendors on Purchase Orders If you need to fill in fields when you select the vendor you will have to create a field dependency business map https://corebos.com/documentation/doku.php?id=en:adminmanual:businessmappings:field_dependency https://corebos.com/documentation/doku.php?id=en:adminmanual:businessmappings:store:vendoraddresspo RE: Automatic fill adress fields - inspectorflint - 07-01-2021 Thanks, Joe: I create a new Business Map [attachment=1119] But whei I try to generate the map dont works... [attachment=1120] Thanks again RE: Automatic fill adress fields - joebordes - 07-01-2021 The map is the XML, that is all you need. This particular map does not have a generator (yet), most of them don't have one, you have to construct the XML manually |