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

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:

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:

Did someone here experience this issue? does anybody have an idea what's going on here?.
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:
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:
Did someone here experience this issue? does anybody have an idea what's going on here?.
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