Re: Merge Workflow

2010-04-22 Thread Kemes, Lisa
is brand new (a.k.a. submit). Lisa From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Mueller, Doug Sent: Friday, April 16, 2010 3:58 PM To: arslist@ARSLIST.ORG Subject: Re: Merge Workflow ** Lisa, Merge

Re: Merge Workflow

2010-04-18 Thread Misi Mladoniczky
Hi Lisa, Yes, a merge is a merge. The API-call is what defines this. The Import tool uses ARMergeEntry() wich either creates new, updates or overwrites records. A submit in ARUser performs an ARCreateEntry() which is a Submit. Best Regards - Misi, RRR AB, http://www.rrr.se Products from

Merge Workflow

2010-04-16 Thread Kemes, Lisa
I have a Filter that sets a field on Submit. I have another Filter that sets the same field (with slightly different data) on Modify. I made the mistake of adding Merge to my Submit Filter, thinking (foolishly) that it would only do what I needed it to do if the Merge was a submit or new

Re: Merge Workflow

2010-04-16 Thread Joe D'Souza
Sent: Friday, April 16, 2010 12:36 PM To: arslist@ARSLIST.ORG Subject: Merge Workflow ** I have a Filter that sets a field on Submit. I have another Filter that sets the same field (with slightly different data) on Modify. I made the mistake of adding Merge to my Submit Filter, thinking

Re: Merge Workflow

2010-04-16 Thread Mueller, Doug
$ (or != for the set test) is the answer. Doug Mueller From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Kemes, Lisa Sent: Friday, April 16, 2010 9:36 AM To: arslist@ARSLIST.ORG Subject: Merge Workflow ** I have a Filter that sets