You need to sign in to do that
Don't have an account?

what is flex page in salesforce?
Hi All,
I got a requirement to create a flex page in salesforce.
Can someone please throw light on what is it?
I'm aware of Visualforce page but this is something new to me.
Any pointers/suggestions are highly aprreciated.
Many thanks in advance.
I got a requirement to create a flex page in salesforce.
Can someone please throw light on what is it?
I'm aware of Visualforce page but this is something new to me.
Any pointers/suggestions are highly aprreciated.
Many thanks in advance.
Flex pages represent the metadata associated with a Lightning page. A Lightning page represents a customizable screen made up of the light containing components.
For more information may I suggest you please check with below link which has the complete information.
- https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_flexipage.htm
Please let us know if any further clarification is required.Thanks,
Nagendra
Thanks for your reply. I did check this already.
But my requirement is to create a flex page which allows user to input few field values.Similar to a VF page we create using <apex:inputfield>
Since it is something related to metadata, is that possible using flexi page?
Mant thanks for helping.