sling-web-business-credit-locks

Credit Locks Business Component

Usage no npm install needed!

<script type="module">
  import slingWebBusinessCreditLocks from 'https://cdn.skypack.dev/sling-web-business-credit-locks';
</script>

README

Sling Credit Lock Business Component

This component shows customer's active credit locks by document.

Usage

This is how you set the component into the project html structure

    <!--root project index file -->
    <sling-sdk-connect></sling-sdk-connect>

    <!-- component wrapper page location -->
    <sling-credit-locks
        document=""
        showvalidfrom=""
        >
    </sling-credit-locks>
  • document is required, it's a document number of the customer who has a credit lock. Only one document at a time.

Notice we don't have the affiliationCode attribute. That's the first business component that uses the document to authenticate.

Project Wiki