Hi,
Selection fields, such as the Status fields, store an integer in the
database that represent the value.
You have to get the field limits of your field to find out the
corresponding text value.
Also each view can have separate values for each value, which is usually
true only if you have multiple languages in your system.
These values are ordinarily converted form numeric to text in the client.
I guess you can keep it that way as well. Actually passing a numeric
(enum) value to from your plugin code to your 7.5 server.
Best Regards - Misi, RRR AB, http://rrr.se
> I am using ARDBC Javaplugin to get records from ARSystem 6.3 database to
> 7.5
> ARSystem
> I am unable able to get Status field -- it is giving me numerical ID's ,
> Dairy field ---------- to get the all the ,
> Request ID ---- It is displaying only id's producing by Vendor form not
> the
> Request ID's from the 6.3 records
>
> Here is the basic method in Java Plugin I ma using
>
> list = new ArrayList<ARVendorField>();
> CharacterFieldLimit cLimit = new
> CharacterFieldLimit(0,Constants.AR_MENU_APPEND,
> Constants.AR_QBE_MATCH_ANYWHERE,"", "", 0);
>
>
> list.add(new ARVendorField("Request_ID", 0,
> Constants.AR_DATA_TYPE_CHAR, cLimit));
>
> list.add(new ARVendorField("Submitter", 0,
> Constants.AR_DATA_TYPE_CHAR, cLimit));
> list.add(new ARVendorField("Create_Date", 0,
> Constants.AR_DATA_TYPE_TIME, new DateTimeFieldLimit()));
> list.add(new ARVendorField("Assigned_To", 0,
> Constants.AR_DATA_TYPE_CHAR, cLimit));
> list.add(new ARVendorField("Last_Modified_By", 0,
> Constants.AR_DATA_TYPE_CHAR, cLimit));
> list.add(new ARVendorField("Modified_Date", 0,
> Constants.AR_DATA_TYPE_TIME, new DateTimeFieldLimit()));
>
>
> list.add(new ARVendorField("Status", 0,
> Constants.AR_DATA_TYPE_CHAR, cLimit));
>
> list.add(new ARVendorField("Short_Description", 0,
> Constants.AR_DATA_TYPE_CHAR, cLimit));
>
>
> Can some suggest me how can I get the Status field as it is.
>
> Diary field and request ID.
>
> Thanks
>
> Envi :
> ARserver 7.5 patch 2
>
> Arserver 6.3
>
> Databse 2008 sql server
>
>
> --
> View this message in context:
> http://old.nabble.com/Information-regarding-ARDBC-Java-plugin-classes.....please-tp31315776p31315776.html
> Sent from the ARS (Action Request System) mailing list archive at
> Nabble.com.
>
> _______________________________________________________________________________
> 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"