Friday, 26 April 2013

Most popular requirement is searching in page block table, here I have written a small piece of JavaScript code to search record in page block table i.e. client side fast search, we can also implement search algorithm in apex but that will be server site may take some time to search record it depends on the network connection/traffic. Here the is a small piece of JavaScript with visual force page, just create a new visual force page and...
Creating (Converting contact into user) customer portal user is basic requirement for writing test cases (may be a requirement) in Salesforce as we know customer portal users contains different profile like the customer portal user's custom profile so first of all assign customer portal profile to user and then create customer portal user, we can use customer portal user in other requirement as well so here we have an example (Apex code script) that will convert contact into customer portal user. Apex Script //Retrive...
Salesforce Custom Lookup Using Apex There was an unique requirement of the client she wants a custom lookup to be shown on the visualforce page, So I have created a custom lookup for here with same functionality as Salesforce standard lookup, In this lookup we are populating some standard objects and all custom sObject, then on the basis of the selected sObject I am showing all phone type fields on the page and when user click on lookup...

    Links