Dev UC 60 - 67
Dev UC 60 - 67
60. 1. Create a class Employee with (empName,Salary,exp) and display in the VF page
60.3. Create a Class ProductData with (ProdName,Price ,quanity ) and display in the VF
Page
Example:
public Employee(){
name = 'Adnan';
salary = 10000;
Name : {!name}
Dev UC 61
61.1. Create Sobject Account with Name,Industry,Phone and display in the VF page
Example:
apex:outputField value={!a.Name}"
Dev UC 62
Dev UC 63
Dev UC 64
64.1. Write SOQL to fetch data from Account and display data in VF Page
64.2. Write SOQL to fetch data from Contact and display data in VF Page
64.3. Write SOQL to fetch data from Opportunity and display data in VF page
64.4. Write SOQL to fetch data from Case and display data in VF page
64.5.Write SOQL to fetch data from user object and display in VF page
Dev UC 65
65.1.Write SOQL to fetch all account records with corresponding contacts and display in
VF Page
65.2.Write SOQL to fetch all account records with correponding Opportunities and
display in VF Pages
65.3.Write SOQL to fetch all account record with corresponding Cases and display in the
VF Page
Dev UC 66
66.1. Write a SOQL to fetch all account records which are created today
66.2.Write a SOQL to fetch all opportunity records which are closed this month
66.3.Write a SOQL to fetch all opportunity records which are created in last year
66.7. Write a SOQL to fetch Tasks that are assinged on a Particular Account
Dev UC 67
67.2. Write SOSL to search for keyword Satish in all fields and display the result in VF
Page
67.3.Write SOSL to search for '1234' in Phone fields and display the result in VF pages
67.4.Write SOSL to Search for ' [email protected]' in all the email fields and display
result in VF Pages