You need to sign in to do that
Don't have an account?

Dont want to display Record name as filed in object
Hi Everybody,
i had created objects in salesforce.while creating the objects defaultly Record Name,Owner,CreatedBy fields are created.Record Name was created at the time of creating object.i dont want to display these defult fields in Edit mode or New mode.I was able to delete Owner,CreatedBy fields in PageLayOut of that particular object.These two fileds have the two options delete,properties.So i was able to delete these two records.
Where as RecordName is having only one option i.e properties.So i am unable to delete these filed.
Plz tell me the solution.
Thanks in advance,
Anu...
i had created objects in salesforce.while creating the objects defaultly Record Name,Owner,CreatedBy fields are created.Record Name was created at the time of creating object.i dont want to display these defult fields in Edit mode or New mode.I was able to delete Owner,CreatedBy fields in PageLayOut of that particular object.These two fileds have the two options delete,properties.So i was able to delete these two records.
Where as RecordName is having only one option i.e properties.So i am unable to delete these filed.
Plz tell me the solution.
Thanks in advance,
Anu...
All Answers
Record Name is a required field for all custom objects, and this field can
never be empty.
If you want to remove this field from the New/Edit this field has to be autogenerated.
You may go to "Edit Custom Object", "Standard Fields" and select EDIT on "YourObject" Name (the record field), set "Data Type" as "Auto Number" and write the Display Format as you want.
From now on, this field will be autogenerated, so you don't need to provide it.
Now, you can choose to remove this field from the page layout, but will be still showed for old objects.