Guest User

Untitled

a guest
Jun 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <aura:component controller="PickListController" access="global" >
  2. <aura:attribute name="sObjectName" type="String" />
  3. <aura:attribute name="fieldName" type="String" />
  4. <aura:attribute name="picklistValues" type="Object" />
  5. <aura:handler name="init" value="{!this}" action="{!c.doInit}" />
  6. </aura:component>
Add Comment
Please, Sign In to add comment