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
<sling-sdk-connect></sling-sdk-connect>
<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