Re: JAVA API

2007-10-16 Thread Steynberg, Calman
The code below shows how to create an user using the 7.1 API, but it should not be too hard porting it back to the 7.0 API. Calman import com.bmc.arsys.api.ARServerUser; import com.bmc.arsys.api.Constants; import com.bmc.arsys.api.DataType; import com.bmc.arsys.api.Entry; import

Re: How do you read the ARSList

2007-09-25 Thread Steynberg, Calman
I use an NNTP reader (Unison on my Mac, Thunderbird on my PC's) and then subscribe to the newsgroup at the following: news://news.gmane.org/gmane.comp.crm.arsystem.general It allows me to easily read the threads, without taking up a ton of space in my mail clients. Calman From:

Re: GetFieldid with 7.1 Java API

2007-09-20 Thread Steynberg, Calman
Jarl, If you only have the field name, then you need to get all the fields from the form and iterate over them until you find the field you want. The code below shows how. Calman import java.text.MessageFormat; import java.util.List; import com.bmc.arsys.api.ARServerUser; import

Gmane.org working for anyone?

2007-08-28 Thread Steynberg, Calman
I've been using the gmane.org archives to follow the arslist (they provide NNTP access to it), but it seems to have stopped working. The last message it received was sometime yesterday, but it has not received any of today's messages. Does anyone know if the gmane subscription has been

Re: Exporting and Importing with the help of Remedy Java API 6.3 in ARX

2007-08-13 Thread Steynberg, Calman
Tristan, The API does not provide the functionality needed to export or import data to or from any format. This is true for both the C and Java API. You will have to write your own parsers to parse the files and then create entries from that data. Calman From: Action Request System

Re: Using command line import...

2007-04-18 Thread Steynberg, Calman
It's in the following document: Integrating with Plug-ins and Third-Party Products Chapter 16 - Command Line Interface In the section Using the BMC Remedy Import CLI (on page 240 in the 7.0 manual) Calman -Original Message- From: Action Request System discussion list(ARSList)