I want fields A & B to be editable AFTER the record has been created but not at the point of creation. How do I do this?
3 件の回答
You options would be:
- Create a Validation Rule that restricts the User from entering a value upon creation taking into consideration:
- Record Type
- On the Record Type X's Page Layout just add the Field: A and remove Field: B. After you hit Save, run a Workflow Rule + Field Update that changes the Record Type to Y where the associated Page Layout will have both Field: A and Field: B.
But for auto-fill, you'll need a URL Hack and for a "Create New" option, it might not be that preferable!
- Create a Validation Rule that restricts the User from entering a value upon creation taking into consideration: