Re: How to flag messages coming in through a web service?

2011-03-01 Thread Chintan Shah
Hi Mark,

I am assuming that some external program is creating records in your system 
using a web-service published by you.If that the case then have the web-service 
client can pass a value in Submitter field(since its a required field) and 
based on that field you can build workflow (e.g. 'Submitter' LIKE ).

Please correct me if I am wrong in my assumption and kindly explain what your 
current workflow/architecture is.

Thanks
Chintan. 

--- On Mon, 2/28/11, Mark Milke mark_mi...@yahoo.com wrote:

From: Mark Milke mark_mi...@yahoo.com
Subject: How to flag messages coming in through a web service?
To: arslist@ARSLIST.ORG
Date: Monday, February 28, 2011, 1:45 PM

Hi Listers,

I have a table in that filters and a web service are creating records.

How can I figure out which records are coming in through a web
service? Is this possible with CLIENT-TYPE? Or how do you do it?


Mark

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: Where the Answers Are




___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: Where the Answers Are
  

How to flag messages coming in through a web service?

2011-02-28 Thread Mark Milke
Hi Listers,

I have a table in that filters and a web service are creating records.

How can I figure out which records are coming in through a web
service? Is this possible with CLIENT-TYPE? Or how do you do it?


Mark

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: Where the Answers Are


Re: How to flag messages coming in through a web service?

2011-02-28 Thread Grooms, Frederick W
CLIENT-TYPE should tell you if it is a Create operation in a Web Service.

From ar.h 
#define AR_CLIENT_TYPE_WEBSERVICE 34  /* Webservice */

Fred


-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Mark Milke
Sent: Monday, February 28, 2011 3:46 PM
To: arslist@ARSLIST.ORG
Subject: How to flag messages coming in through a web service?

Hi Listers,

I have a table in that filters and a web service are creating records.

How can I figure out which records are coming in through a web
service? Is this possible with CLIENT-TYPE? Or how do you do it?


Mark

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: Where the Answers Are