If you just have the fieldId and not the name because of logging, you can 
search for it at the database level.selectarschema.name, field.fieldId, 
field.FieldName 
fromfield left outer join arschema 
onarschema.schemaid=field.schemaid 
wherefield.fieldId = `FieldIDHere`
orderby 1
 
Jason Bess
 
 

________________________________
 From: Harshad S <harshad_sukhtan...@bmc.com>
To: arslist@ARSLIST.ORG 
Sent: Tuesday, August 6, 2013 2:56 AM
Subject: Re: Searching for a Field ID in Dev Studio
  

Just to add to this, you can select the 'Whole Word' checkbox within the 
Find/Replace(Ctrl+F) dialog, so that you can correctly search for that specific 
Field ID. Like e.g. if you want to search for a Field ID = 6, currently without 
enabling the 'Whole Word' checkbox, it searches for multiple Fields containing 
the number 6.

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"

Reply via email to