How to use GetDataSetEx to retrieve customer information
You can use the GetDataSetEx function to retrieve data from QLM tables.
The GetDataSetEx function allows you to specify a table and a filter to focus on the relevant data that you need to retrieve. To retrieve customer information, you should set the table argument to "qryCustomerInfo". The filter is similar to a SQL WHERE clause that uses any field in the Customer table.
In the example below, we demonstrate how to retrieve customers that were created after a specified date.
Note that GetDataSetEx is considered to be part of the QLM Management API and should never be called from within your application.
PreviousHow to allow specific customers to work offline indefinitelyNextHow to implement a pay-per-use model with QLM
Last updated