The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
83 views

How to create two tables in a apex:pageBlockSection

I want to develope somthing like this screenshot in an apex:pageBlockSection. How can i develop this??
1
vote
1answer
33 views

salesforce page layout section - security

salesforce page layout section - security I have added a section on page layout which renders my custom visualforce related list, it works fine for certain admin user, except for one sales profile, I ...
2
votes
1answer
301 views

Override 'New' button and redirect to VF page based on PageLayout assignment

I need to override the standard 'New' button with a VF page. Based on the record type selection, I am able to redirect to different pages. now my challenge is to decide the VF page redirection ...