I have a action button in contact.where i am using a visualforce page where i included my skuid page.I am using that button in my community .
my code is :
<apex:page standardController="contact" showHeader="false"
sidebar="false" readonly="true" docType="html-5.0">
<apex:variable value="{!$CurrentPage.parameters.id}" var="recordId"/>
<skuid:page page="TestSkuid" id="recordId"/>
</apex:page>
the page is populating there .but its not capturing the id.
need help.
Thanks in advance
my code is :
<apex:page standardController="contact" showHeader="false"
sidebar="false" readonly="true" docType="html-5.0">
<apex:variable value="{!$CurrentPage.parameters.id}" var="recordId"/>
<skuid:page page="TestSkuid" id="recordId"/>
</apex:page>
the page is populating there .but its not capturing the id.
need help.
Thanks in advance