Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. chrishaw

    Possibility to call ServiceCenter.exe or WebClient with Incident ID

    Windows client, no. Web client, yes. Look at the urlCreator ScriptLibrary. It's not all that simple, but it is doable.
  2. chrishaw

    How can i use own button icons in toolbar in SC6.2

    in that case, you'd have to copy temail to tnewemail
  3. chrishaw

    How can i use own button icons in toolbar in SC6.2

    It pulls those from the bitmaps directory on the client with a t prefix. eg, tadd is the add button. You can add your own, but you'd have to put them on every client, not just the server.
  4. chrishaw

    Expert searches for blank fields

    null(assignee.name)
  5. chrishaw

    Our outsourcer is using Peregrine Non-flexable

    It is possible to attach files, but it's often not a good idea due to how they are stored. We have a seperate system built that handles the attachments externally. Sounds like you need to be beating on your outsourcer a little harder or finding a new one.
  6. chrishaw

    Desktop Timing Issue

    There is nothing in the ServiceCenter app that would change the time on the local desktop without some customization being done on your end.
  7. chrishaw

    How do I close a ticket in Servicecenter?

    I would suggest that you talk to your local admin about this. Your admin may have setup access that allows only specific users/profiles to close tickets or that tickets can only be closed under specific conditions.
  8. chrishaw

    Anyone not happy with Peregrine?

    That merging has already been released... It's basically SC 6.3, and most of the additions beyond 6.2 are enhancements to support functions that SM had that SC did not. Some of those enhancements are pretty cool stuff.
  9. chrishaw

    Can i buy Group licences for Get Services?

    Definitely a question for your sales rep. I'm not even sure they're selling new Get.Services licenses anymore. It's going to lose support sometime in the not too distant future.
  10. chrishaw

    Does Peregrine System exist in Greek, Serbian or Ukrainian language?

    No. However, the labels are merely ASCII character labels, so you could certainly customize the formats for your languages by yourself.
  11. chrishaw

    How to do Connect-It team development?

    There is nothing special about Connect-It files. I suspect that either you or your coworker do not have the network drive setup properly.
  12. chrishaw

    Category is not populating for all users in service center

    As Chris said, check to see if the categories are tied to a specific company. Also check their incident profiles. If it lists specific categories as allowed, it'll only grab those, not all. If that's blank, it'll grab all.
  13. chrishaw

    IR Query and Expert Search

    IR query does a sort of "fuzzy" query, it's supposed to do something similar to full-text-search in an RDBMS. ie, find words/phrases in a long text field. So this probably isn't what you're looking for. Expert search is likely what you want. You just do stuff like: category="APPLICATION"...
  14. chrishaw

    ServiceCenter - conversion to Case Insensitive

    On falcon, did you have two operators for falcon? eg falcon and FALCON or Falcon? Are you doing this with the system down? It's not required, but I'd recommend doing this with only one user in and no background processors running. The other errors might be solved by a restart
  15. chrishaw

    Reporting issues and Peregrine SC

    Definitely recommend pushing out at least tables you're going to be reporting on to an RDBMS. We do that, then have processes that copy that data over to another DB instance to actually report on.
  16. chrishaw

    Creating tickets in Service Center tickets from a java application

    Check out the SCAuto or SOAP interfaces. Either one requires a license, so see if yours includes it. SOAP is only in version 6 and up.
  17. chrishaw

    Problem in SC Mail Notification

    If you're trying to test out some emails in your test environment, delete all the email records in the event out queue before you start up the scemail. In general, you probably don't want to leave email running in a test env.
  18. chrishaw

    email connector to SC5

    Are you talking about using Connect-It or SCAuto Email? Documentation for both can be found on support.peregrine.com
  19. chrishaw

    Automate Ticket Creation in SC6

    There are two ways I can see that you could be doing this without such a macro engine. The "old" way is SCAuto. Peregrine provides a DLL with functions for interacting with Event Services. You can use that to create tickets. The "new" way is Web Services. I'm not very familiar with this, as...
  20. chrishaw

    Parameters and Stored Queries

    the button ID would either match a line in the menu record if a menu format, or a displayoption in an application format

Part and Inventory Search

Back
Top