You can always create your own keyfield.    Make a local db view of the
remote table and add a keyfield column.
 
Something like ( in Oracle )
 
Create View MyView as
Select 
  LPAD(ROWNUM, 15, '0') as Remedy_Key,
  SAP.*
>From [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>  SAP
 
 
Then create your ViewForm from that view
 
Fred


________________________________

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of John Kovalcik
Sent: Tuesday, March 06, 2007 7:30 AM
To: [email protected]
Subject: Key field in view form


** 
Listers, 

        Is it possible to have more than one key field designated in a
view form.  I am trying to get data from an SAP table but I was given 5
keyfields none of which are unique but in combination they are.  I can
only specify 1 field on the create of the view form. 

        Any Ideas ?? 

                         Thanks,
                                   John M. Kovalcik
                                   Service Management Sr. Analyst
                                      ITIL Foundations Certified
                                   Global Information Technology
                                   Kennametal Inc.
 
 

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"

Reply via email to