Skip to content

Instantly share code, notes, and snippets.

@zachelrath
Created April 15, 2014 17:07
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 zachelrath/10748283 to your computer and use it in GitHub Desktop.
Save zachelrath/10748283 to your computer and use it in GitHub Desktop.
<skuidpage showsidebar="false" showheader="true" tabtooverride="Account">
<models>
<model id="Account" limit="100" query="true" createrowifnonefound="false" sobject="Account">
<fields>
<field id="Name"/>
<field id="CreatedDate"/>
</fields>
<conditions/>
</model>
</models>
<components>
<panelset type="standard" scroll="variable" offset="220">
<panels>
<panel type="left" width="225">
<components>
<queue tagrendertype="template" querystring="accountid={{Id}}" defaultitemparameter="" clickactiontype="updatepanel" searchbox="true" model="Account" pagename="ContactsQueue" module="" actionpanel="ContactsQueue" title="Accounts">
<rendertemplate>{{{Name}}}</rendertemplate>
</queue>
</components>
</panel>
<panel>
<components>
<includepanel type="skuid" pagename="ContactsQueue" module="" querystring="accountid={{$Model.Account.data.0.Id}}" uniqueid="ContactsQueue"/>
</components>
</panel>
</panels>
</panelset>
</components>
<resources>
<labels/>
<css/>
<javascript/>
</resources>
</skuidpage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment