Skip to main content
Hemant Gulati が「#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 件の回答
  1. 2015年7月29日 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