« Back to CVP - All Versions

Database form in Call Studio

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
Hi ,
I have set the Querty type to 'Single' in the Database setting tab in Call Studio. How Do I get the access record . It's a single record fetch.
 
Thanks,
Gopal.

>>> I have set the Querty type to 'Single' in the Database setting tab in Call Studio. How Do I get the access record . It's a single record fetch.

A successful query creates attributes with the same name as the columns in the table you requested, with the value set to the value in the DB. These hang off the Database Element.

Quite elegant - but there are some gotchas you will eventually discover.

Regards,
Geoff

Thank you so much.