IQA variables

Hello,

Does anyone happen to have a full list of all the IQA variables that are available and the actual values returned by those variables?  I have found five variables but not much documentation detailing their use or what actual values each variable returns.  Here is what I found so far:

@LoggedInUser - filter by the currently logged in user
@Me - filter by the currently logged in user
@SubjectContact - Filters by a selected contact, such as contacts selected through user impersonation
@Date - Filters by the current date
@Now - Filters by the current date and time

Finding no supporting documentation, I assumed @LoggedInUser and @Me would give me a contact's imis ID so I could use it to filter records from ibos such as CsContact.  I was wrong, those both return lovely GUIDs which do not help.  Does anyone have information on all available variables for IQAs?  More specifically, a variable that returns the actual imis user ID of the member logged into the website so it can be used within an IQA filter?  Unless there is some other way to access the current logged in users imis ID inside an IQA...

Thank you

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

I'd be very interested in

I'd be very interested in these too.

Dynamic filters

"@LoggedIinUser", "@Me", and "@SubjectContact" only work for ContactKey and UserKey properties of business objects. Note that you have to use the quotations to filter your results using those variables in 15.1.3. You can also filter your query results using the date properties @Date and @Now - those don't require that you use quotation marks. For an example of how to use the properties in IQA, see the Helpsite topic Adding dynamic filters to queries.