Chrome Extension For Debugging Remedy Web Application

2015-04-20 Thread anandsagar sah
Web Debugger – A Chrome Extension for Remedy Web Application This is a *Free Chrome extension - easy to install and use*, that I have been developing in past few days, and the current functionality is in the area of conveniently reading fields and their properties of current opened form View on

Multi Feature Studio for Remedy Professionals - ARSKit Studio

2015-04-14 Thread anandsagar sah
Hello All, I would like to introduce a desktop based multi feature application developed for Remedy Professionals. ARSKit Studio is a Rich Client Application, which can perform following operation and can save your time by a considerable factor:- - Browse through *Remedy Object List and

Re: Web Service

2015-04-13 Thread anandsagar sah
Also, just in case if you don't have access to remedy server machine to load the WSDL URL in filter or if you don't have DEV Studio in server machine, and the other machine do not have access to WSDL URL, you need to ask them to provide WSDL file (ask them to save as the WSDL page from web

Re: Advanced Remedy Log Analyzer - ARSKit.com

2014-05-19 Thread anandsagar sah
manually and how easy you can achieve same from ARSKit Remedy Log Analyzer. Click here to visit the product pagehttp://arskit.com/product/remedy-log-analyzer/ . Thanks and Regards, Sah Anandsagar arskit.com On Mon, May 5, 2014 at 9:32 AM, anandsagar sah sah.anandsa...@gmail.comwrote: Hello

test

2014-05-18 Thread anandsagar sah
-- Thanks and Regards, Sah Anandsagar ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Where the Answers Are, and have been for 20 years

Re: Data Import Tool issue.

2014-05-06 Thread anandsagar sah
Hello, This is probably due to invalid csv file content. Open the csv file in notepad++ or any text editor, checkout for any junk/invalid characters. See that at the end of file content, there is't any blank lines. Thanks Regards arskit.com On Mon, May 5, 2014 at 9:02 PM, Suresh Loganathan

Re: How to get a table in a form to be populated with data on form load

2013-07-01 Thread Anandsagar Sah
Hello Angus, I am not sure If I understand you problem correctly. Do you simply want to refresh the table ? Use Change Field Action in Active link to refresh the table OR Use PERFORM-ACTION-TABLE-REFRESH process. It should be PERFORM-ACTION-TABLE-REFRESH fieldId Note that it is not the same as

Re: Issues/Questions on ARS Java API

2013-06-28 Thread Anandsagar Sah
, look at ARServerUser.formatQualification() For #2, look at ARServeUser.formatSetIfQualification() For #3, look at ARServerUser.formatAssignment() On Thu, Jun 27, 2013 at 3:31 AM, Anandsagar Sah anandsagar@bt.commailto:anandsagar@bt.com wrote: ** Hello All, I have 3 questions around ARS

Issues/Questions on ARS Java API

2013-06-27 Thread Anandsagar Sah
Hello All, I have 3 questions around ARS Java API. 1. I have a Active Link Object, how do I get the human readable Run If Qualification ? i.e. ActiveLink arObject = server.getActiveLink(arObjectName); System.out.println(Run If: + arObject.getQualifier()); This prints Run If:

Re: performance issue

2013-06-26 Thread Anandsagar Sah
Frex, You/your DBA need to analysis column usages from select queries for particular table to identify which columns needs indexing. There is a tool available ( http://remedyloganalyzer.com ) which will help you to identify this + other performance gap. Thanks Regards, Anandsagar From:

Re: Users missing links to modules on home page

2013-06-10 Thread Anandsagar Sah
Hi, Are they getting into the system through Single Sign On ? and you are using login page to type their login name and password for authentication ? If so, please provide login link to them and ask them to login by typing username and password. If this goes successful, than they may have to

Re: Adding new languages to ITSM

2013-06-04 Thread Anandsagar Sah
Thomas, I think you would have to run AR System server installer so that your AR system support multi-language applications, where you also need to verify DB compatibility as pointed by Joe. Once done, you need to re-run ITSM installer, select the require languages and install it. Thanks