Skip to content

Instantly share code, notes, and snippets.

@shrutis22
Created May 17, 2017 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shrutis22/e07aff64e251f00267a829d022f40b7f to your computer and use it in GitHub Desktop.
Save shrutis22/e07aff64e251f00267a829d022f40b7f to your computer and use it in GitHub Desktop.
Using Record Lookup Component
<apex:page>
<c:RecordLookup id="accLkp" sobject="Account" label="Account" componentWidth="70%" filterListClass="slds-select" recordsListClass="slds-select" load3rdPartyLib="true" onselect="onselect"/>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment