Modifying "ContactList" query in WorkItemEdit

CraigWU's picture

I'm customizing the WorkItemEdit form to include a second contact field (to store the person calling, if its different that person experiencing the problem). I was able to add the field, and seem to have found all the code I need to add to support it.

The problem I'm having is that in the "ResolveCallerHint" function, there is a reference to a query named "ContactList". I need to be able to add my new field (named caller_id) to this query, but I cannot find the source.

Does anyone know where the "ContactList" query or the "AssetList" query are defined?

CraigWU's picture

Found it

I found that all the queries are stored in a Query table in the Altiris_Incident database.