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
GeneRegistryGeneRegistry 

Updating sObject Fields from VFP

Hello all.

I am having trouble getting VFP fields to properly update certain SF fields of an sObject. In this case, an Opportunity. Basically, I want someone to access a VFP I've created, enter the values in the fields, and when they click the submit button. An Opportunity is supposed to be created with its field values properly mapped/filled in from the VFP.

 All of the fields display properly on the VFP so I'm 90% certain it's not a lack of permissions. Whenever I hit submit, I get a null-pointer exception thrown at me, even though it gets masked as an 'Authporization Required' error...

GeneRegistryGeneRegistry

Nevermind. I figured out what the issue was... I was trying to insert without populating two required fields...