How to use GetDataSetEx to retrieve customer information
PreviousHow to allow specific customers to work offline indefinitelyNextHow to implement a pay-per-use model with QLM
Last updated
Last updated
You can use the 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 and should never be called from within your application.