Skip to main content
I want Fields A and B to be visible and editable on the account view, but when creating an account with Record Type X, I only want Field A to show show on the account create page. I'd preferably want it to be pre-ticked as well.

 

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 件の回答
  1. 2015年1月30日 17:03

    You options would be:

    1. Create a Validation Rule that restricts the User from entering a value upon creation taking into consideration:

      • Record Type
    2. 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!

0/9000