visualforce - In Salesforce Whats the difference between Page Layouts and Visual force Pages? -


I have created a custom object in Salesforce to save prices now that I use the page layout or the visual page and the supreme controller should do? In other ways - when should we use the page layout and when the visible pages should be used?

page layout An underlying standard mechanism for displaying information for the user is. You can use the Page Layout Editor without any development experience, just drag and drop it. If you need a simple form that only shows field values ​​and related records, then you have to use a page layout. But sometimes you will have to use JavaScript, custom HTML tags, CSS on this page, in this case you have to use the VisulaForce pages which are similar to JSF or similar technologies. Also keep in mind that you can include VisualForce within the standard page layout.


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -