Skip to main content
Hemant Gulati ha preguntado en #Apex
Hello,

I want to update the value of one of the field in an record of an object through apex(VF page), not an entire record.

As one of the field in the object having a lookup relationship with USER Object with filters(related to logged in user), so when i am updating a record through apex, it is giving me an AUTHENTICATION error. 

and as per the requirments, i can tchange those filter options, so please let me know if there ia a solution that i can able to update a field of a record in an object without updating the entire record.

Thanks,

Hemant
5 respuestas
  1. 29 jul 2015, 8:36
    So if you can change the user lookup you need to fix the authentication error, otherwise you'd allow people to change that field but not save it to the database.

    What is the authentication error?
0/9000