Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Modifying ContactList query used for Incidents

Updated: 21 May 2010 | 1 comment
CraigWU's picture
0 0 Votes
Login to vote
This issue has been solved. See solution.

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 (called caller_id) to this query, but I cannot find the source.



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

discussion Filed Under:

Comments

CraigWU's picture
09
Oct
2008
0 Votes 0
Login to vote

I found this query - its stored on the dbo.query table.