With the Remedy Import Tool you can import a .csv file and this tool is 
included in Remedy ARS 6.3. There is also a command line version (arimportcmd) 
you can use for automated imports.

HTH

Kind Regards Conny

-----Ursprüngliche Nachricht-----
Von: Action Request System discussion list(ARSList) 
[mailto:[email protected]] Im Auftrag von maggie2007
Gesendet: Freitag, 9. Januar 2009 16:22
An: [email protected]
Betreff: Re: How to create many entries in Remedy form at a time from C# code?

It is Remedy 6.3.

in ARSystem.NET.chm,
public void BeginBulkEntryTransaction(); "
Initiates a bulk entry transaction. Once this call is made - all subsequent 
create, delete, set, merge entry operations will be batched together and all of 
them will be issued only when a SendBulkEntryTransaction call is made. To 
cancel the bulk txn mode without sending the transaction request to server, 
CancelBulkEntryTransaction method should be used. "

BulkCreateEntryReturn  is " The result detail of one operation, specifically a 
CreateEntry operation, within a Bulk entry transaction. "

That seems that I still need to call CreateEntry for each record, didn't see 
the option to import from some .csv or .xml file for Bulk CreateEntry.

Somebody told me that
"You can create the Bulk entries in the Remedy form,
 
1. Through AIE (Atrium Integration Engine) you can create as much entry as you 
want. but for that the CSV file should be prepared first.
    After that  you can upload this manually or through intervals.
 
2. Thorugh AR Remedy Import Tool, but for this also you should have the 
CSV/ARX/RPT files ready to import on customers server.
"

Probably this is the good way, but not sure if "Atrium Integration Engine"
is included in Remedy 6.3 and the components are free?


--
View this message in context: 
http://www.nabble.com/How-to-create-many-entries-in-Remedy-form-at-a-time-from-C--code--tp21361747p21374317.html
Sent from the ARS (Action Request System) mailing list archive at Nabble.com.

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: RMI 
Solutions ARSlist: "Where the Answers Are"

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are"

Reply via email to