Q: Our ecommerce system fetches a licence code and sends it to the user. How do I ensure that the code won't be fetched again? Do I need to keep track on my the eCommerce and keep asking until I get a new one?
A: Once a code is retrieved via the webservice call, GetNextLicenseCode it is marked as in use by webservices, (you will see the check box when editing a code). Once this is checked it's not considered for retrieval via GetNextLicenseCode again and hence won’t be picked twice.
A: Once a code is retrieved via the webservice call, GetNextLicenseCode it is marked as in use by webservices, (you will see the check box when editing a code). Once this is checked it's not considered for retrieval via GetNextLicenseCode again and hence won’t be picked twice.