How to add B2B Customer Attribute in Customer card

How to add B2B Customer Attribute in Customer card

In eXconnect, we have provided 2 ways as an option to determine b2b customers. 

By Document - All backoffice invoices (INVOICE, INVWAYBILL, Tax Invoice) will be treated as B2B invoices

By Customer Attribute - If you select this option any customer who has a attribute isB2BCsutomer set as Yes will be treated as  a B2B Customer



To add the isB2B customer dropdown attribute to the customer card in Erply Backoffice. Add the following script to the plugin section. 

  1. // eXconnect B2B customer flag START
  2. $(document).ready(function () {
  3.  var script_exconnect_b2b = document.createElement("script");
  4.  script_exconnect_b2b.src = "https://erpplugins.s3-ap-southeast-2.amazonaws.com/exconnect/b2bcustomer-flag-bo.js?_t=" + Date.now(), document.getElementsByTagName("head")[0].appendChild(script_exconnect_b2b)
  5. });
  6. // eXconnect B2B customer flag END

Once this is added you should see the option in your left hand options on the customer card. 


    • Related Articles

    • Setting Up eXconnect: Sync Your Erply Data with Xero Seamlessly

      Connect eXconnect & Xero The below chart explains a high level flow between the two systems: Overview Before you connect your account please read our ‘Before you Integrate with Xero’ article. Connecting eXconnect to your Xero account is a powerful ...
    • ERPLY and Xero Overpayment document

      ERPLY to Xero Overpayment processing: Create invoice in ERPLY: *Select Customer and update the information on the invoice. *Select the location to invoice for. *Select products and add to the invoice with the quantity. Press confirm the Invoice to ...
    • Before You Integrate: Key Steps for Connecting Erply with Xero via eXconnect

      Before You Integrate Erply with Xero This guide outlines essential preparations and key considerations to ensure a smooth and successful integration between your Erply and Xero accounts using eXconnect. Taking these steps beforehand can save you time ...
    • How to Manually Sync or Resync Erply Documents to Xero

      eXconnect enables manual sync of documents from erply berlin back-office. Enable Backoffice sync plugin Part A: Activating the Manual Sync Plugin in Erply Login to your Erply Backoffice account. Navigate to Settings from the main menu. Click on ...
    • Assign Individual Product to a Particular Chart of Accounts

      For more precise financial reporting, you now have the ability to assign individual products to specific chart of accounts. How to Activate: You'll have a dedicated section in Setup > Documents Mapping (as suggested by "Custom Chart for Product ...