I'll start of by saying that I'm a .net guy having to play in a salesforce.com world right now.

My question is this;

Within the context of an pre-update/insert trigger can I set the value of a field that the user (the user that is updating the object when the trigger fires) does NOT have on their page layout?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Yes.

However, the user might still be restricted from modifying that field due to restrictions on the field itself. If it's a standard object, you can go to Setup > App Setup > Customize. Then choose the object in question and go to the "Fields" link. There you can see each field on the object and view the field-level security.

link|improve this answer
feedback

yes, why don't you just try it yourself

link|improve this answer
In the dev org I'm limited on creating new CRM users. – Christopherous 5000 Sep 1 '10 at 0:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.