Re: Blank Body in AR System Email Messages form

2015-09-16 Thread Ravindrakumar Rodge
What do you observe in log when you send an plain text mail, html mail from Outlook. Can you check with the content type in debug email logs. when sending an email to incoming configured email. Regards, Ravindrakumar On 16-Sep-2015 11:38 AM, "Satpal Singh Ply" wrote:

Attachment from Siebel to Remedy

2015-09-16 Thread Ahamed Koya RC_SA
Hi Folks, Hope all are having a great day. Have anyone come across in taking attachment from Siebel to Remedy through Web services, I am stuck in the mapping part. Any help will be well appreciated. Regards, Ahamed

Re: help in runif

2015-09-16 Thread Grooms, Frederick W
Try using the number of seconds instead of the string (16 * 3600) Fred From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Luisa Clotilde Carena Sent: Wednesday, September 16, 2015 8:52 AM To: arslist@ARSLIST.ORG Subject: help in runif ** Hi all,

help in runif

2015-09-16 Thread Luisa Clotilde Carena
Hi all, I've a filter and i want to run it only after 16:00 o' clock. Can you help me to write the correct Run if? I receive this errors: $TIME$ > "16.00.00" arerror 313 - Incompatible data types for intended relational operation., $TIME$ > "16:00:00" arerror 313 - Incompatible data

Re: help in runic

2015-09-16 Thread Reiser, John J
Shouldn’t it be $TIMESTAMP$ > 57600 Thank you, --- John J. Reiser Building 760-J202 Remedy Developer/Administrator Senior Software Development Analyst Lockheed Martin - MST Moorestown Region The star that burns twice as bright burns half as long. Pay close attention and be illuminated by its

Re: help in runic

2015-09-16 Thread John Sundberg
My playing with this stuff before required something like ($TIME$ - 0) > (14*3600) It was the "- 0" that allowed the stuff to happen. -John On Wed, Sep 16, 2015 at 9:17 AM, Reiser, John J wrote: > ** > > Shouldn’t it be $TIMESTAMP$ > 57600 > > > > > > Thank you, >

Re: help in runic

2015-09-16 Thread Ken Pritchard
If you use TIMESTAMP wouldn’t you need to do a calc to remove the date portion. From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Reiser, John J Sent: Wednesday, September 16, 2015 10:17 AM To: arslist@ARSLIST.ORG Subject: Re: help in runic **

Re: EXTERNAL: Re: help in runic

2015-09-16 Thread Reiser, John J
Yeah, I jumped the gun $TIMESTAMP$ > $DATE$ +(16 * 3600) Thank you, --- John J. Reiser Building 760-J202 Remedy Developer/Administrator Senior Software Development Analyst Lockheed Martin - MST Moorestown Region The star that burns twice as bright burns half as long. Pay close attention and be

Re: help in runic

2015-09-16 Thread Grooms, Frederick W
Yes … If you do some math on the Date or time it converts the value to a number and you can work with it If you work with $TIMESTAMP$ you have to remove the date (The % is the MOD operator so this removes the date and leaves only the seconds past midnight) ((($TIMESTAMP$ - "1/1/70") %

Re: help in runic

2015-09-16 Thread John Sundberg
Funny … I know I answered this before. (I am guessing it was in 1997) … Check this post: http://www.javasystemsolutions.com/arslist/view/52078443 -John On Wed, Sep 16, 2015 at 10:12 AM, Grooms, Frederick W < frederick.w.gro...@xo.com> wrote: > ** > > Yes … If you do some math on the Date or

AW: Attachment from Siebel to Remedy

2015-09-16 Thread tristan.rop...@t-online.de
Hi, both is poosible. Beside that, Siebel offers a Siebel Java API and Remedy a Java API, too. BR Tristan -Original-Nachricht- Betreff: Re: Attachment from Siebel to Remedy Datum: Wed, 16 Sep 2015 21:10:15 +0200 Von: Joe D'Souza

Re: Attachment from Siebel to Remedy

2015-09-16 Thread Joe D'Souza
What direction? Is it Remedy querying Siebel's WS and attempting to pull data from Siebel? Or is it Siebel attempting to consume Remedy's WS? I have not worked with Siebel specifically but have used WS's with other technologies so might able to help you but need to know exactly what you

Contractor Opportunity for talented Remedy Developer

2015-09-16 Thread Bruce B. Wilson
Contractor Opportunity for talented Remedy Developer Job Posting Date: 09/16/2015. Industry: Transportation. Contract Length: Initial Six Months (may be extended based on budgeting.) Work Location: Customer-On-Site in beautiful Downtown Atlanta, GA. Nearby: Marta Subway Station; Local/Express Bus

Re: help in runic

2015-09-16 Thread John Sundberg
thx - I’ll tell my kids - I am sure they will be impressed ! :) -John On Wed, Sep 16, 2015 at 6:38 PM, Carl Wilson wrote: > ** > > You’re a rock star John! > > > -- > > > > Kind Regards, > > > > *Carl Wilson* > > > > > > *From:* Action

Re: help in runic

2015-09-16 Thread Carl Wilson
You’re a rock star John! _ Kind Regards, Carl Wilson From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of John Sundberg Sent: 16 September 2015 17:04 To: arslist@ARSLIST.ORG Subject: Re: help in runic ** Funny … I know I