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
Shivani KalsiShivani Kalsi 

how to create address field without address datatype in custom object?

Best Answer chosen by Shivani Kalsi
sfdcMonkey.comsfdcMonkey.com
Welcome :) and kindly mark it best answer if it helps you so it make proper solution for others in future and remove from Un-answered queue
Thanks

All Answers

sfdcMonkey.comsfdcMonkey.com
hi Shivani,
   Unfortunately the "Address" field is something special in Salesforce such that you can't create something like that and have it behave exactly like that in the User interface of custom object. 
   You could however create individual text fields that would contain the address, city, state and zip codes.

i hope it helps you.
   Let me inform if it helps you and kindly mark it best answer if it helps you so it make proper solution for others
thanks 
sfdcmonkey.com  (http://sfdcmonkey.com )
 
Shivani KalsiShivani Kalsi
Thank you so much .
sfdcMonkey.comsfdcMonkey.com
Welcome :) and kindly mark it best answer if it helps you so it make proper solution for others in future and remove from Un-answered queue
Thanks
This was selected as the best answer