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 Chriss Miller 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. jayjayv

    Macro usage in Service Center

    You could declare a string variable, pass the value of inputbox to the string variable and use in the script eg: dim str as string str= userform.textbox.text sc.SetValue("contact.name", str) It should work !!!
  2. jayjayv

    Question: Executing a String as a statement

    I was infact trying to create a for loop as below dim temp as string for i = 1 to 10 temp= "lable" & i & "Caption" XXXXX(temp)= i next I was looking for the "XXXXX" function that woud allow me to write smaller code with a lots of less typing to do !!! :-) Any idea if there are any such...
  3. jayjayv

    Question: Executing a String as a statement

    Hi, I am new to Excel VBA, Question: Is there a way I can execute the string "temp" as a statement ? eg: dim temp as string temp = "Qserform1.combobox1.Clear" Thanx in Advance Jay
  4. jayjayv

    Reports on SC with Crystal reports.

    We are running SC on P4 and using Crystal reports 9. Does anyone have any suggestions on how to join two files in a single report ... e.g. Retreive parts of data from Probsummary and activity file to get the summary of activities for an IM ticket? I tried the different Joins like L/R...
  5. jayjayv

    Has anyone made a webpage create a ticket

    You could also try the web --> (flat file/ email/ xml ...) --> connectit --> SC or web-->email-->scauto-->sc Does Work thru any of the above.. need to configure the event reg/ map on SC accordingly. Thanx in Advance Jay jay_jayv@indiatimes.com
  6. jayjayv

    Peregrine Rerport Center

    sorry what I meant to say was .... can I use reports created with crystal reports in ReportCernter? jay jay_jayv@indiatimes.com
  7. jayjayv

    Peregrine Rerport Center

    Thanx a ton for the information .. Can I use the reports created with reportcenter ? Thanks a lot jay jay_jayv@indiatimes.com
  8. jayjayv

    Peregrine Rerport Center

    Hi All, I was wondering if it is possible to use crystal reports for reporting on servicecenter ? If possible what will I require other than servicecenter and crystal reports ? Thanx in advance jay jay_jayv@indiatimes.com
  9. jayjayv

    Connectit menu bar - Java not enabled

    Hi, We installed JRE provided with connectit first, then installed connectit. The Java configuration menu item in the scenario builder menu bar is not enabled. What could be the problem? Thanks in advance. Jay jay_jayv@indiatimes.com
  10. jayjayv

    SCautomate error

    could you please be more specific on the error 911 please do suggest, what the security problem could be. jay_jayv@indiatimes.com
  11. jayjayv

    SCautomate error

    When I try to run the ScMapiSrv.exe i get the following error. The description for Event ID ( 0 ) in Source ( SCMapiSrv ) could not be found. It contains the following insertion string(s): SCMapiSrv error: 1063, StartServiceCtrlDispatcher failed.. when I try to run the SCAutomate mail service I...
  12. jayjayv

    ServiceCenter Tailoring Guide

    Thanks a lot. Got the docs. jay_jayv@indiatimes.com
  13. jayjayv

    System Tailoring rtecall

    I found out the error in the script.. it is the "and" in the second line, replace it with ";" it works. Thanx a ton for your help jay_jayv@indiatimes.com
  14. jayjayv

    System Tailoring rtecall

    I corrected the script to use rtecall radd, it gave me no error, but never added the ecord to the file. jay_jayv@indiatimes.com
  15. jayjayv

    System Tailoring rtecall

    I got an error while working with rtecall. I created a file emp with 2 fields emp.name and emp.id. I had a button on the home menu to call a script that has the following in statement fields. 1.$L.success.flg=rtecall("rinit", $L.return.code, $L.file3, "emp") 2.eno in...
  16. jayjayv

    ServiceCenter Reports

    I am a new user of Servicecenter 4.0. How to get the reports printed to the screen? is it possible to customize the reports by fields and change formats? jay_jayv@indiatimes.com
  17. jayjayv

    ServiceCenter Tailoring Guide

    Where can i find ServiceCenter tailoring Guide?

Part and Inventory Search

Back
Top