Questions tagged [flexipages]
Flexipages are XML based custom pages for salesforce1. They allow administrators / developers to build pages constructed of list view components and/or recent items components. This with a maximum of 25 components per flexipage. These flexipages can then be used in the Salesforce1 application.
118 questions
-1 votes
0 answers
29 views
How to Deploy Lightning Record Page Activation (App, Record Type, Profile Assignment) Using Metadata API or SFDX using VS Code + SFDX + GitLab.?
I am deploying a Lightning Record Page from a Dev org to a QA org using VS Code + SFDX + GitLab. The FlexiPage itself deploys correctly, but the activation metadata — App assignment, Profile ...
0 votes
0 answers
51 views
Pushing Conditional formatting on flexipages not working
I'm trying to push a flexipage with conditional formatting but it's not working. This is the reference in the flexipage. itemInstances> <fieldInstance> <...
1 vote
1 answer
53 views
How to set the org default Lightning Page via the CLI
I would like to set a specific Lightning Page as the org default for an object? How do I do this via the CLI?
0 votes
0 answers
46 views
How to add background color to a Flexi Page Component?
Pretty simple question. Is there a way to apply a background color to a Salesforce FlexiPage component? I’d like to style it to reflect our company’s branding, but I haven’t found a way to do it. I ...
0 votes
1 answer
184 views
Open Flow in Modal inside FlexiPage with ListView
So I have a FlexiPage with a ListView of Service Objects and a Flow. Now I want to keep the ListView as the original SF Listview but the flow I would like to move behind a button and inside a popup. ...
0 votes
1 answer
275 views
Error when validating/deploying Lightning Page with custom field from a managed package
Created a Lightning Page with Field Section. Put three fields there - standard Owner field, custom field, and custom field from a managed package. Send the Change Set to another sandbox. Get an error ...
1 vote
1 answer
899 views
Error isn’t a valid value for Generative Prompt Template during deployment
Why error Error Case_Record_Page Quick_Summary isn’t a valid value for Generative Prompt Template. happens for the deployment of Case Record page? Listing on the corresponding Case Record page ...
2 votes
1 answer
225 views
Why error `generativePromptTemplate isn’t a valid property name. ` happens when migrating Case Flexi page from one org to another?
When trying to retrieve and deploy Case Flexi page from one org to another, the following error occurs: Error Case_Record_Page generativePromptTemplate isn’t a valid property name. Why is this ...
0 votes
1 answer
93 views
Is this possible on salesforce flexi page display field labels above the field values?
Our customers would prefer Salesforce flexi page to display field labels above the field values to reduce the white space between the field label and field value. Looks like if we squeeze the browser ...
-1 votes
1 answer
118 views
how to maximize the lightning flexi page screen to fit the components in to that partciular area
HTML: <template> <lightning-card > <div class="float-container"> <div class="float-child"> ...
0 votes
1 answer
67 views
Cannot create a package version with Flexipage of type EmailTemplatePage
While creating a 2GP package version via the salesforce CLI, I am receiving the following error: You don't have the right to create Lightning pages of type EmailTemplatePage. I made sure that my User ...
0 votes
0 answers
156 views
Lightning component warning/error in flexipage
As i need one component(button) to be displayed in the record page, but receiving the following error/warning in Lightning page: "this related list cannot be displayed because its not in the ...
1 vote
3 answers
255 views
Different Record Page for View / Edit - (No Visualforce)
Is possible to create 2 Record Pages, and show one for the Edit form view, and the other for the detail record view ? We need to show different list of fields on edition than on record detail view. I ...
0 votes
1 answer
61 views
Default record page assignment in unlocked package: how to achieve that?
It is possible to define default record page assignment in metadata of the standard or custom object. However, if such metadata is included into unlocked package and installed, default record page ...
0 votes
1 answer
421 views
LWC pubsub event to multiple other LWC
I have a flexipage where I have an LWC where I select a value (a client name) from a combobox. On the same flexipage I have a Tabs component where I have an LWC in each tab for the different objects ...