Cookbook Home ยป
Osama Nasir profile
Osama Nasir profile - Force.com Cookbook - Last login
Recent Activity
Using jQuery in a Visualforce Page
by Osama Nasir
(2011-02-18)
Using apex components in jquery on a visualforce page is always tricky since you want to escape...
Retrieve a List of Objects using Apex
by Osama Nasir
(2011-02-08)
Hi, The same code would run for all the asked scenarios. All you need to do is reRendering...
Retrieve a List of Objects using Apex
by Osama Nasir
(2010-10-29)
You want to display metadata - data about your data. In this case, you want to retrieve and display the list of objects that reside in your organization.
Using System.runAs in Test Methods
by Osama Nasir
(2010-10-10)
List<Profile> prf = [Select id from Profile where Name = 'System...
Osama Nasir posted recipes
Retrieve a List of Objects using Apex
- (2010-10-18)
You want to display metadata - data about your data. In this case, you want to retrieve and display the list of objects that reside in your organization.









