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.

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

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