Re: Accessible fields

2010-07-23 Thread Mauro Monteiro
*To:* arslist@ARSLIST.ORG *Subject:* Re: Accessible fields ** Hi Joe, Yes, this field has entry mode as 'Display Only' (not required) and the data type is Character. Cheers, Mauro 2010/7/21 Joe DeSouza joe_rem...@yahoo.com ** Mauro, Display Only field?? Or is the field set

Re: Accessible fields

2010-07-23 Thread LJ LongWing
AM To: arslist@ARSLIST.ORG Subject: Re: Accessible fields ** Hi Joe, Yes, this field has entry mode as 'Display Only' (not required) and the data type is Character. Cheers, Mauro 2010/7/21 Joe DeSouza joe_rem...@yahoo.com ** Mauro, Display Only field?? Or is the field set to Required

Re: Accessible fields

2010-07-22 Thread Mauro Monteiro
:* Mauro Monteiro maumontesi...@gmail.com *To:* arslist@ARSLIST.ORG *Sent:* Wed, July 21, 2010 12:15:37 PM *Subject:* Re: Accessible fields ** Hi all, Even if the field permission was set to Public? Because I defined the permission of this field as Public and General use. Cheers, Mauro 2010

Re: Accessible fields

2010-07-22 Thread LJ LongWing
: Accessible fields ** Hi Joe, Yes, this field has entry mode as 'Display Only' (not required) and the data type is Character. Cheers, Mauro 2010/7/21 Joe DeSouza joe_rem...@yahoo.com ** Mauro, Display Only field?? Or is the field set to Required or Optional?? Joe _ From

Re: Accessible fields

2010-07-22 Thread Joe DeSouza
From: Mauro Monteiro maumontesi...@gmail.com To: arslist@ARSLIST.ORG Sent: Thu, July 22, 2010 8:32:53 AM Subject: Re: Accessible fields ** Hi Joe, Yes, this field has entry mode as 'Display Only'  (not required) and the data type is Character. Cheers, Mauro 2010/7/21 Joe

Re: Accessible fields

2010-07-22 Thread Ben Chernys
: Re: Accessible fields ** Are Display Only fields available for getlist operations? Getlist to the best of my knowledge is for fields that actually store data in the database as display only fields are used for manupulation of data on create or on retreive.. there is nothing to get from

Re: Accessible fields

2010-07-22 Thread LJ LongWing
...@arslist.org] On Behalf Of Joe DeSouza Sent: Thursday, July 22, 2010 8:50 AM To: arslist@ARSLIST.ORG Subject: Re: Accessible fields ** Are Display Only fields available for getlist operations? Getlist to the best of my knowledge is for fields that actually store data in the database as display

Re: Accessible fields

2010-07-22 Thread Joe DeSouza
to the client. Just some flunky thinking on my part I guess and I appreciate the correction.. Joe From: Ben Chernys ben.cher...@softwaretoolhouse.com To: arslist@ARSLIST.ORG Sent: Thu, July 22, 2010 11:06:01 AM Subject: Re: Accessible fields ** Yes Joe

Re: Accessible fields

2010-07-21 Thread LJ LongWing
@ARSLIST.ORG Subject: Accessible fields ** Hi All, I am using method ListField getListFieldObjects(String formName) to retrieve all accessible fields for a specific form. My idea is to retrieve all fields from form HPD:Help Desk however there a bunch of fields that don;t return from the call

Re: Accessible fields

2010-07-21 Thread Mauro Monteiro
user, you will get all fields. *From:* Action Request System discussion list(ARSList) [mailto: arsl...@arslist.org] *On Behalf Of *Mauro Monteiro *Sent:* Tuesday, July 20, 2010 7:26 PM *To:* arslist@ARSLIST.ORG *Subject:* Accessible fields ** Hi All, I am using method *ListField

Re: Accessible fields

2010-07-21 Thread Joe DeSouza
Mauro, Display Only field?? Or is the field set to Required or Optional?? Joe From: Mauro Monteiro maumontesi...@gmail.com To: arslist@ARSLIST.ORG Sent: Wed, July 21, 2010 12:15:37 PM Subject: Re: Accessible fields ** Hi all, Even if the field permission

Re: Accessible fields

2010-07-21 Thread LJ LongWing
Either way you should be able to get access to the field with that call From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Joe DeSouza Sent: Wednesday, July 21, 2010 10:30 AM To: arslist@ARSLIST.ORG Subject: Re: Accessible fields ** Mauro

Accessible fields

2010-07-20 Thread Mauro Monteiro
Hi All, I am using method *ListField getListFieldObjects(String formName)* to retrieve all accessible fields for a specific form. My idea is to retrieve all fields from form HPD:Help Desk however there a bunch of fields that don;t return from the call of this method. How can I set a form field