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
Rocio VivancoRocio Vivanco 

List view with ID appears after creating a record via form in Visualforce

Hi all,

hopefully can somebody help me with this issue.
When creating a record in Salesforce via form in Visualforce, this creates a view with a weird ID as label:

User-added image

As you can see a list view with the ID 00B3E... is being created, which is an issue in fact. When I click on that ID this leads me to this page:

User-added image


Did someone here experience this issue? does anybody have an idea what's going on here?.
NagendraNagendra (Salesforce Developers) 
Hi Rocio,


The problem is how the Object Name is getting populated, you have mentioned that you are facing issue for the records created from VF Page...
So, you need to check there what value has been assigned to the Object Name field from the VF Page.

Thanks,
Nagendra