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
RamkumarVTRRamkumarVTR 

Displaying Record Id(SFDC Id) Instead of Record Name

 In our application, TSF object is child object of Account object. We are creating the new records in two ways by dataload and system creation. 
Recently we found the TSF record names are having the Record Id(SFDC id). We are sure system won't create the records like that. But it's because of either dataload or user entered manunaly edited. Can you please advise how is it possible to update the records with record id. 

Record name is Text field, it's displaying the Record Id. It's not a custom page, also so there is no possible of vf page.  We are using either record id or external id for dataload. 
Sure@DreamSure@Dream
I am assuming Record Name as a standard field..!

If we dont enter any value into that field and save the record, Salesforce automatically stores that record id in the field.
If you are not in need of that field, you can convert that field to a AutoNumber field.

Thanks
RamkumarVTRRamkumarVTR
I'm pretty much sure, user can create manually. But what i'm assuing , due to dataload issue. When we are inserting a record by using upsert, the record name if didn't fill. so it's due to the same i guess