我正在尝试将自定义全局操作添加到Salesforce1中的Flexipage,但我看不到任何按钮显示在我的Flexipage底部,如教程。我在API版本32上。
<?xml version="1.0" encoding="UTF-8"?>
<FlexiPage xmlns="http://soap.sforce.com/2006/04/metadata">
<flexiPageRegions>
<componentInstances>
<componentInstanceProperties>
<name>entityName</name>
<value>MUSW__Inspection__c</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>filterName</name>
<value>Mobile_Inspection_List</value>
</componentInstanceProperties>
<componentName>flexipage:filterListCard</componentName>
</componentInstances>
<name>main</name>
</flexiPageRegions>
<masterLabel>Mobile Inspection List</masterLabel>
<quickActionList>
<quickActionListItems>
<quickActionName>New_Inspection</quickActionName>
</quickActionListItems>
<quickActionListItems>
<quickActionName>NewNote</quickActionName>
</quickActionListItems>
</quickActionList>
<type>AppPage</type>
</FlexiPage>
有什么想法?我在Flexipage上看到的只是,
答案 0 :(得分:1)
请确保您将VisualForce页面标记为&#34;适用于Salesforce移动应用程序&#34;。