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