ERRest: Is there a way to create multiple entries in one time

2014-08-26 Thread Fred Opims
Hello! I'm using ERRest and to create an entry, I'm using the POST HTTP method with JSON format. Is there a way to create multiple entries in one time with curl or any other http client ? Thank you! Best! Fred ___ Do not post admin requests to the l

Re: ERAttachment and original file name

2014-08-26 Thread Jürgen Tabert
Do you use the ERMD2WEditAttachment component in your application? On 21.08.2014, at 15:22, Theodore Petrosky wrote: > I am using ERAttachment in my D2W app. Of course, the asset is saved into a > file with just a number as a name. the original file name is not lost, it is > an attribute of re

Re: ERAttachment and original file name

2014-08-26 Thread Theodore Petrosky
thank you, I was using the default ERD2EditAttachment. Ted On Aug 26, 2014, at 9:28 AM, Jürgen Tabert wrote: > Do you use the ERMD2WEditAttachment component in your application? > > On 21.08.2014, at 15:22, Theodore Petrosky wrote: > >> I am using ERAttachment in my D2W app. Of course, the

Re: ERRest: Is there a way to create multiple entries in one time

2014-08-26 Thread Michael Kondratov
It could be possible by creating a custom Rest parser. Michael Kondratov Aspire Auctions, Inc. 216-231-5515 > On Aug 26, 2014, at 7:50 AM, Fred Opims wrote: > > Hello! > I'm using ERRest and to create an entry, I'm using the POST HTTP method > with JSON format. > Is there a way to create mul

Re: ERRest: Is there a way to create multiple entries in one time

2014-08-26 Thread Paul Yu
Fred What do you mean my multiple entries? Multiple master objects? or Master->>Detail objects? Paul On Aug 26, 2014, at 11:07 AM, Michael Kondratov wrote: > It could be possible by creating a custom Rest parser. > > Michael Kondratov > Aspire Auctions, Inc. > 216-231-5515 > >> On Aug 26,

Re: ERRest: Is there a way to create multiple entries in one time

2014-08-26 Thread Fred Opims
Hi Paul! Hi Michael! Thank you all for your responses. By multiples entries, i mean multiples post request to create an entity. For example, to create one entity with HTTP Client, i'm doing as shown in this image: -Creating one entity User with the body {"name":"Fred"}. [image: Inline image 1] Bu

Re: ERRest: Is there a way to create multiple entries in one time

2014-08-26 Thread Michael Kondratov
Fred, You could put the names into a URL parameter then process it in the create section of rest controller. Michael Kondratov Aspire Auctions, Inc. www.aspireauctions.com 216-231-5515 > On Aug 26, 2014, at 3:39 PM, Fred Opims wrote: > > Hi Paul! > Hi Michael! > Thank you all for your

Re: ERRest: Is there a way to create multiple entries in one time

2014-08-26 Thread Fred Opims
Hi Michael! Thanks you! I'll test it. Best On Tue, Aug 26, 2014 at 3:43 PM, Michael Kondratov < mich...@aspireauctions.com> wrote: > Fred, > You could put the names into a URL parameter then process it in the create > section of rest controller. > Michael Kondratov > Aspire Auctions, Inc. > www.

Re: ERRest: Is there a way to create multiple entries in one time

2014-08-26 Thread John Huss
Nope On Tue, Aug 26, 2014 at 6:50 AM, Fred Opims wrote: > Hello! > I'm using ERRest and to create an entry, I'm using the POST HTTP method > with JSON format. > Is there a way to create multiple entries in one time with curl or any > other http client ? > > Thank you! > > Best! > > Fred > >