Skip to content

Commit 5aee982

Browse files
committed
Task record page edit buttons
1 parent 62df49a commit 5aee982

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

force-app/main/default/flexipages/Task_Record_Page.flexipage-meta.xml

+22
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,32 @@
33
<flexiPageRegions>
44
<itemInstances>
55
<componentInstance>
6+
<componentInstanceProperties>
7+
<name>actionNames</name>
8+
<valueList>
9+
<valueListItems>
10+
<value>Edit</value>
11+
</valueListItems>
12+
<valueListItems>
13+
<value>Delete</value>
14+
</valueListItems>
15+
<valueListItems>
16+
<value>Task.Change_owner</value>
17+
</valueListItems>
18+
</valueList>
19+
</componentInstanceProperties>
620
<componentInstanceProperties>
721
<name>collapsed</name>
822
<value>false</value>
923
</componentInstanceProperties>
24+
<componentInstanceProperties>
25+
<name>enableActionsConfiguration</name>
26+
<value>true</value>
27+
</componentInstanceProperties>
28+
<componentInstanceProperties>
29+
<name>enableActionsInNative</name>
30+
<value>true</value>
31+
</componentInstanceProperties>
1032
<componentInstanceProperties>
1133
<name>hideChatterActions</name>
1234
<value>false</value>

0 commit comments

Comments
 (0)