Unwanted query links

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
tkilshaw
Posts: 170
Joined: Thu Jan 19, 2006 11:33 pm
Location: Western Canada
Contact:

Unwanted query links

Post by tkilshaw »

When I run a Query the result set is always displayed with the following links above it:

Reduce/extend search
Search again
Printer friendly version
Export

Every query seems to get these automatidcally.

How can I make queries that don't have those, or at least the ones I don't want?

thanks,

Terry
aware_support2
Posts: 595
Joined: Sun Apr 24, 2005 2:22 am
Contact:

Post by aware_support2 »

Terry,

If you do not want these operations to be visible you can configure a process that lets the user choose from the query results and then performs a specific action with the selection, for example:

PICK FROM Account WHERE Account.State = 'Open'
VIEW Account

Another example:

PICK ONE OR MORE FROM Members
SEND ReminderEmail TO Member
Aware IM Support Team
Post Reply