You need to sign in to do that
Don't have an account?

Invalid component [flexipage:visualforcePage]: missing required property [pageName] on deploying the flexipage with Workbench
I am trying to create a flexipage which has visualforce page inside it. Deploying the flexipage with workbench is throwing an error Invalid component [flexipage:visualforcePage]: missing required property [pageName]. I have already have added the pageName property.My visualforce page and the package.xml is at API version 32.
Here is the Flexipage code.
<?xml version="1.0" encoding="UTF-8"?>
<FlexiPage xmlns="http://soap.sforce.com/2006/04/metadata">
<flexiPageRegions>
<componentInstances>
<componentInstanceProperties>
<name>entityName</name>
<value>VFForm</value>
</componentInstanceProperties>
<componentName pageName ='VFPageAPIName' label = 'VFPageAPILabel'>flexipage:visualforcePage</componentName>
</componentInstances>
<name>main</name>
</flexiPageRegions>
<masterLabel>Feedback Flexipage</masterLabel>
<type>AppPage</type>
</FlexiPage>
And here is the package.xml
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>FeedbackFlexi</members>
<name>FlexiPage</name>
</types>
<version>32.0</version>
</Package>
Will appreciate any help
Here is the Flexipage code.
<?xml version="1.0" encoding="UTF-8"?>
<FlexiPage xmlns="http://soap.sforce.com/2006/04/metadata">
<flexiPageRegions>
<componentInstances>
<componentInstanceProperties>
<name>entityName</name>
<value>VFForm</value>
</componentInstanceProperties>
<componentName pageName ='VFPageAPIName' label = 'VFPageAPILabel'>flexipage:visualforcePage</componentName>
</componentInstances>
<name>main</name>
</flexiPageRegions>
<masterLabel>Feedback Flexipage</masterLabel>
<type>AppPage</type>
</FlexiPage>
And here is the package.xml
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>FeedbackFlexi</members>
<name>FlexiPage</name>
</types>
<version>32.0</version>
</Package>
Will appreciate any help
With the actual component, are you deploying correspoding meta xml also?
I found the same problem can you help me how you solved it , i get stuck.
I encountering the same problem as you have. Did you find an answer for this? Hope you can
help me with this one.
Thanks in advance