Thursday 15 January 2015

Bob Buzzard Blog: Managing a list of New Records in Visualforce

Bob Buzzard Blog: Managing a list of New Records in Visualforce: This week's post concerns bulk creation of an unknown number of sobject records - Accounts, for example. In this situation I want to dis......

Wednesday 14 January 2015

Test class for visualforce (VF) page with URL parameters

//Test class for visualforce (VF) page with URL parameters
/*
Here i am creating test class for standard controller as well when we want to pass parameters in URL 
*/
@isTest
public class VFTestClass
{

Monday 12 January 2015

visualforce with radio button

/*
Here i want to demonstrate vf page with radio button on standard object USER and selected value will be save in custom object (TestUser__c )
*/