Re: Push Field Problem

2007-05-13 Thread Bhagawat, Prashanth
From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Sokol, Brian Sent: Saturday, May 12, 2007 12:41 AM To: arslist@ARSLIST.ORG Subject: Push Field Problem ** Hi All, I have a Display Only form where I am pushing several fields to another table

Push Field Problem

2007-05-11 Thread Sokol, Brian
Hi All, I have a Display Only form where I am pushing several fields to another table. Everything works OK except one field called Component Needed. This field is a Radio Button Field with a Custom ID Enumeration (values are 10, 20, 30 etc). I have the same radio button field on both the display

Re: Push Field Problem

2007-05-11 Thread Jason Miller
Of Sokol, Brian Sent: Friday, May 11, 2007 12:11 PM To: arslist@ARSLIST.ORG Subject: Push Field Problem ** Hi All, I have a Display Only form where I am pushing several fields to another table. Everything works OK except one field called Component Needed. This field is a Radio Button Field

Push Field Problem

2006-10-30 Thread Sokol, Brian
I am trying to create some simple time auditing based upon when forms are opened. I am running an AL with a push fields action to a form. I set the Push Field If to: ( 'Submitter' = $USER$) AND ( 'Sign In Date' = $DATE$) And set If No Requests match to Create a New Request And If Any Request Match

Re: Push Field Problem

2006-10-30 Thread Thomas Bean
: gmane.comp.crm.arsystem.general Sent: Monday, October 30, 2006 11:11 Subject: Push Field Problem I am trying to create some simple time auditing based upon when forms are opened. I am running an AL with a push fields action to a form. I set the Push Field If to: ( 'Submitter' = $USER$) AND ( 'Sign

Re: Push Field Problem

2006-10-30 Thread Sokol, Brian
PROTECTED] On Behalf Of Thomas Bean Sent: Monday, October 30, 2006 12:33 PM To: arslist@ARSLIST.ORG Subject: Re: Push Field Problem Brian, Is the 'Sign In Date' field a date/time field or a date field? If it is date/time (even if it is only set to display as date-only), then your qualification would

Re: Push Field Problem

2006-10-30 Thread Sokol, Brian
get an arerror 313 Data types are not appropriate for relational operation -Original Message- From: Sokol, Brian Sent: Monday, October 30, 2006 12:12 PM To: arslist@ARSLIST.ORG Subject: Push Field Problem I am trying to create some simple time auditing based upon when forms are opened. I am

Re: Push Field Problem

2006-10-30 Thread Thomas Bean
30, 2006 11:43 Subject: Re: Push Field Problem It is a Date field. They strange thing is I just noticed that this works ok from the web. If I use aruser it creates a record every time. Either I am misinformed about something or this is a bug. -Original Message- From: Action Request System