Here is a code to generate a Positive Number, as parameter this method the the Maximun that can be generated.
Display ListView as a Home Page component. In this show an example to use the a pex:enhancedList VisualForce component in order to display a ListView in a VisualForce Page, and then embed this as a Home Page component. The final result should be something like this: Step 1: Create a ListView I suggest doing this with a ListView, as we left the control of which records list will be filtered to Administrators or End users. First step its to create a list view with the data that you want to show: Step 2: Create a VisualForce Page Go to Setup -> Build --> Develop --> Pages --> New. And create a new Page with this sniped of code: The page is using an enhancedList Visualforce Component, for more details about this component here is the documentation: http://www.salesforce.com/us/developer/docs/pages/index_Left.htm#CSHID=pages_compref_composition.htm|StartTopic=Content%2Fpages_compref_composition.htm|...
Comments
Post a Comment