function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Synthia BeauvaisSynthia Beauvais 

URL Hack- "Error: Multiple items found

I am getting "Error: Multiple items found. Select from drop-down or click icon to refine search." for the below URL hacks. The field that is getting this error is Account Name (Custom Field). I am unable to locate the fields ID. I've downloaded the WSDL and looked at the page source and I am still not able to locate the field ID.

Is there anywhere else I can locate the ID for a custom field? 

Opportunity Object
/0WO/e?RecordType=000000000000000000& 
Account={!Opportunity.Account}& 
CF000000000000000000={!Opportunity.Name}& 
CF000000000000000000={!Opportunity.Primary_Sales_Rep_Name__c}& 
000000000000000000={!Opportunity.Opportunity_Segment__c}& 
000000000000000000={!Opportunity.Prod_Category__c}
Account Object
/0WO/e?RecordType=000000000000000&
Account={!Account.Name}&
CF0000000000000000={!Account.Primary_Sales_Rep_Name__c}


This is what's present for the URL. 

_ui/common/config/field/StandardFieldAttributes/d?id=Name&type=Account&retURL=%2Fp%2Fsetup%2Flayout%2FLayoutFieldList%3Ftype%3DAccount%26retURL%3D%252Fui%252Fsetup%252FSetup%253Fsetupid%253DAccount%26setupid%3DAccountFields&setupid=AccountFields
Thanks in advance!
SalesFORCE_enFORCErSalesFORCE_enFORCEr
Go to that custom field from Setup>Objects> and you will see the Id in the url. Something like this
https://cs50.salesforce.com/00NA000000AGJyg?setupid=AccountFields where 00NA000000AGJyg is the id of the custom field
Synthia BeauvaisSynthia Beauvais
This is the URL I get. https://cs12.salesforce.com/ui/setup/Setup?setupid=Account
Synthia BeauvaisSynthia Beauvais
This is the URL I get when I go to a specific field in the Account Object. 

https://cs12.salesforce.com/_ui/common/config/field/StandardFieldAttributes/d?id=Name&type=Account&retURL=%2Fp%2Fsetup%2Flayout%2FLayoutFieldList%3Ftype%3DAccount%26setupid%3DAccountFields%26retURL%3D%252Fui%252Fsetup%252FSetup%253Fsetupid%253DAccount&setupid=AccountFields
SalesFORCE_enFORCErSalesFORCE_enFORCEr
For standard fields, Id is their api name. So, for field Name, the id will be Name