function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
saleforce beesaleforce bee 

redirect standard pagelayout to another record type

I need help on below requirements  

 

1)      I have a standard page layout where one pull down menu called ‘status’ , If status values has been  changed as ‘approve’(and click save) then we need to redirect this page layout to new records type(page layot)

 

2)       Is it possible to add page layout content in another pagelayout top?

 

Thanks in advance

SFFSFF

You can handle #1 with a simple workflow update. Look for records where the record type = OLD_RECORD_TYPE and status = APPROVE and update the record type to NEW_RECORD_TYPE.

 

Sorry, I don't understand what you're asking for #2. You can clone page layouts with the Save As button, and assign each to a different record type. You cannot embed page layouts inside one another. (You can also create VF pages that encapsulate a part of a page and embed that in multiple page layouts, but there are significant issues with this plan.)

 

Hope this helps,

saleforce beesaleforce bee

I think you miss undertsood my question

 

1) If some action happen(SAVE-standard button or custom button click ) in payelayout, then i need to redirect to another pagelayout ...how can i do it

saleforce beesaleforce bee

any one help me on this