Questions tagged [pagelayoutassignment]
The pagelayoutassignment tag has no summary.
18 questions
1 vote
0 answers
30 views
Identify Page Layouts That Are Actually Assigned? [duplicate]
Scenario: Legacy CRM System, 10+ years old, 83 Account Page Layouts, 19 Account Record Types, 173 Custom Profiles (I know, I know). I am trying to find a method that would make it easier for me to ...
0 votes
1 answer
142 views
Is there any way to edit the page layouts for standard objects in a Salesforce sandbox?
I am trying to create different page layouts for specific record types and when I assign these layouts to the record types, under the objects assignment, no changes happen. It seems that there is a &...
1 vote
0 answers
12k views
Deploying Page Layout Assignments
Edit: This issue turned out to be my mistake. I was deploying to one org and checking Setup in another org. However, since there's not any other questions specifically about deploying only page ...
1 vote
1 answer
2k views
Is it possible to assign different page layouts to an object on different apps of one org?
I have a quick question please. This is the situation: I am connected to an org. Let's assume this org have 2 apps using the same object. Is it possible to use a different layout for that object ...
0 votes
1 answer
65 views
How to create page layout for lightning?
I need to create a different page layout to Account object for Lightning experience. I need to differ the page layout from classic. Is that possible to do?
0 votes
1 answer
460 views
Override Salesforce's Page Layout Assignment scheme when showing Record Detail within Lightning Page
We've developed a custom Lightning component which displays the Record Detail of multiple objects in separate tabs. The default behavior of Salesforce (when viewing a page that has the Record Detail ...
1 vote
1 answer
4k views
is it possible to hide/show standard/custom buttons based on profile in the same pagelayout
How to show/hide the buttons in the standard page layout based on profiles without using visual force page and without creating different page layouts.is it posible to achieve in the same layout.
5 votes
0 answers
2k views
Page layout assignment through the Metadata Api is not properly taking effect
I have a managed package that creates a custom page layout for the contact object, and I am trying to use the Metadata Api to assign this layout to several profiles. This is a sample of what I have ...
0 votes
0 answers
44 views
Contact layout sections displaying in newly created page layout
We have created a record type(Customer Groups) and a page layout(Customer Groups). And assigned the new page layout to the "Customer Group" record type in Pagelayout Assignment. However, when we ...
1 vote
2 answers
888 views
Being able to switch between two Page Layouts?
So we have an object in our organization that I recently had to convert a bunch of the fields into another type. I did this by creating new fields and then with APEX, converting the data for each type ...
6 votes
6 answers
11k views
Embed a Visualforce page in a Standard Edit Layout
I needed to output some text on a custom object and managed to do so by embedding the following VF in the Custom Layout: <apex:page standardController="Standard_Controller__c"> <apex:...
1 vote
0 answers
114 views
How to create different page layout for dekstop and defferent layout for salesforce1 app?
I have create a page layout for mobile and different page layout for dekstop.But when I set it on page layout assignment it will affect for the desktop page also. Where can we set one page layout for ...
8 votes
1 answer
292 views
Mobile Standard Layout
We have a standard page layout associated with the recordtype on Account this page has about 80 fields.We want to use Salesforce1 mobile app so want to have a smaller version of it in the mobile app....
1 vote
2 answers
10k views
It is possible to hide/show a custom button?
I have created a custom button for creating a contract from an opportunity. I would like to hide this button unless the opportunity stage is equal to Closed/Won. Is that possible? How can I implement ...
5 votes
1 answer
12k views
Standard Page - Different layout for new and edit
I have a client that has had a highly customized org for a good deal of time and want to move back to much more standard pages, so they can have an internal SF admin, and no need to have someone ...