Re: Link Party

2020-04-23 Thread Ankush Upadhyay
Hello James, Link Party functionality is used to merge 2 parties(roles, accounts, attributes, userlogin all essential data) into one(to the supplied partyIdTo) , mostly used in case of duplicate parties created somehow and now wants to move all data from one account to other and disable one of them

Re: Link Party

2007-09-11 Thread Jonathon -- Improov
sses are typically assigned dynamically, I doubt this will be useful. Better to store a back resolved host name if you can get one. Still not infallible if two users use the same machine. Skip -Original Message- From: BJ Freeman [mailto:[EMAIL PROTECTED] Sent: Monday, September 10, 2

Re: Link Party

2007-09-11 Thread Dave Tenerowicz
ible if two users use the same machine. Skip -Original Message- From: BJ Freeman [mailto:[EMAIL PROTECTED] Sent: Monday, September 10, 2007 8:22 PM To: user@ofbiz.apache.org Subject: Re: Link Party An IP of each order is recorded. you may be able to have a service the links orders by iP address

Re: Link Party

2007-09-11 Thread Jonathon -- Improov
For the ecommerce side of things? Nice. Sort of like flagging possible duplicates for backend handling. Jonathon BJ Freeman wrote: in the application I wrote for accepting real-time orders from a website, I have a service that is run to check different parms in the IP and address fields. It th

RE: Link Party

2007-09-11 Thread Skip
I have the same needs for duplicate checker and am happy to split the workload. Skip -Original Message- From: Jonathon -- Improov [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 11, 2007 7:30 AM To: user@ofbiz.apache.org Subject: Re: Link Party Hmm. My very next project absolutely

RE: Link Party

2007-09-11 Thread Skip
I'll have the same duplicate removal requirement and am happy to split the workload. -Original Message- From: Jonathon -- Improov [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 11, 2007 7:30 AM To: user@ofbiz.apache.org Subject: Re: Link Party Hmm. My very next project absol

Re: Link Party

2007-09-11 Thread BJ Freeman
in the application I wrote for accepting real-time orders from a website, I have a service that is run to check different parms in the IP and address fields. It then sets the order to hold status if there are matches to the parms. this shows up in the order task list to be dealt with by a human. J

Re: Link Party

2007-09-11 Thread Bilgin Ibryam
Sorry, i didnot get that it was related for ecommerce duplicate entries. I need to prevent backend (mostly party manager) duplicate entries. And in this situation a warning generated from a seca precheck will be enough. I should go this way. Thanks -- View this message in context: http://www.na

Re: Link Party

2007-09-11 Thread Jonathon -- Improov
Hmm. My very next project absolutely requires that. The duplicates don't come from eCommerce, BUT still... I'm not gonna prompt users about possible duplicates when they enter data (want to accelerate initial data entry effort). I'll need a webtool for the admin (or other permitted parties) to

Re: Link Party

2007-09-11 Thread Jacques Le Roux
Yes this sounds interesting, to me at least. There is always plenty of party duplicates coming from eCommerce. An administrator webtool as suggested by Jonathon may be interesting too... Jacques De : "Bilgin Ibryam" <[EMAIL PROTECTED]> > > > I also have the same need and idea for preventing d

Re: Link Party

2007-09-11 Thread Jonathon -- Improov
I did a pre-check (via SECA) that also asks for confirmation when a possible duplicate is detected. But like I said, I just can't absolutely prevent users from entering duplicates! Yes, the pre-check does help reduce instances of duplicates, since users are reminded about already existing reco

Re: Link Party

2007-09-11 Thread Bilgin Ibryam
I also have the same need and idea for preventing duplicate person/customer entries but still no time for it. My idea was to write an event for checking some key fields like Jonathon said and if they already exist in the DB to require a confirmation before recording(duplicating) the new customer.

Re: Link Party

2007-09-11 Thread BJ Freeman
two users use the same machine. > > Skip > > -Original Message- > From: BJ Freeman [mailto:[EMAIL PROTECTED] > Sent: Monday, September 10, 2007 8:22 PM > To: user@ofbiz.apache.org > Subject: Re: Link Party > > > An IP of each order is recorded. > you may

Re: Link Party

2007-09-10 Thread David E Jones
ilto:[EMAIL PROTECTED] Sent: Monday, September 10, 2007 8:22 PM To: user@ofbiz.apache.org Subject: Re: Link Party An IP of each order is recorded. you may be able to have a service the links orders by iP address. this is not infallible but can help. Dave Tenerowicz sent the following on 9/10/2007 3

Re: Link Party

2007-09-10 Thread Jonathon -- Improov
et one. Still not infallible if two users use the same machine. Skip -Original Message- From: BJ Freeman [mailto:[EMAIL PROTECTED] Sent: Monday, September 10, 2007 8:22 PM To: user@ofbiz.apache.org Subject: Re: Link Party An IP of each order is recorded. you may be able to have a service t

Re: Link Party

2007-09-10 Thread David E Jones
host name if you can get one. Still not infallible if two users use the same machine. Skip -Original Message- From: BJ Freeman [mailto:[EMAIL PROTECTED] Sent: Monday, September 10, 2007 8:22 PM To: user@ofbiz.apache.org Subject: Re: Link Party An IP of each order is recorded. you may be

RE: Link Party

2007-09-10 Thread [EMAIL PROTECTED]
, September 10, 2007 8:22 PM To: user@ofbiz.apache.org Subject: Re: Link Party An IP of each order is recorded. you may be able to have a service the links orders by iP address. this is not infallible but can help. Dave Tenerowicz sent the following on 9/10/2007 3:03 PM: > Can anyone tell me what

Re: Link Party

2007-09-10 Thread BJ Freeman
An IP of each order is recorded. you may be able to have a service the links orders by iP address. this is not infallible but can help. Dave Tenerowicz sent the following on 9/10/2007 3:03 PM: > Can anyone tell me what the Link Party function under Party Manager does? > An implementation we are d