Hi All,
I have a connect.it scenario that reads in a text file containing pager numbers into SC's assignment file. I do this so the system can automatically page the right person when a high-priority ticket is opened.
When the problem ticket is opened I have a file query that looks in the assignment file for the "oncallpager" and then assigns this info to the ticket.
Here's where my problem comes in.. ServiceCenter seems to be caching the information. In other words it's grabbing old pager numbers when it should be grabing the latest one in the assignment file. I have no idea why this is since if I look in the assignment file the numbers are correct there.
Here is my code from FC control that reads in the pager number:
Query
add:true update:true
query:name=assignment in $file
filename:assignment
Calculation
add:true
update:true
calculationncallpager in $file=oncallpager in $file1
this is driving me up a wall.. any thougts?
thanks,
Aaron


ncallpager in $file=oncallpager in $file1
Reply With Quote
Bookmarks