initialize process works but no results shown

If you think that something doesn't work in Aware IM post your message here
Post Reply
tkilshaw
Posts: 170
Joined: Thu Jan 19, 2006 11:33 pm
Location: Western Canada
Contact:

initialize process works but no results shown

Post by tkilshaw »

I have an initialization process set to run when a SalesPerson logs in. Its rule is:

FIND 'Accounts: All Active for User'

The log shows that this is executed and finds three accounts. But they are never displayed.

How do I accomplish this without requiring the user to use a special URL?

thanks,

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

Post by aware_support2 »

Terry,

The FIND action places any found instances into the context but does not display them to the user. You need to use the DISPLAY action to display the found instances to the user.

However, if you want the query results to be automatically displayed when the user logs in, you do not even need to use an initialization process. You can simply choose the 'Display results of the query' option on the Main Page layout for the desired visual perspective and select the query name.
Aware IM Support Team
Post Reply