1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| <?xml version="1.0" encoding="UTF-8"?>
| <AppMenu xmlns="http://soap.sforce.com/2006/04/metadata">
| <appMenuItems>
| <name>Search</name>
| <type>StandardAppMenuItem</type>
| </appMenuItems>
| <appMenuItems>
| <name>Groups</name>
| <type>StandardAppMenuItem</type>
| </appMenuItems>
| <appMenuItems>
| <name>PendingInterviews</name>
| <type>StandardAppMenuItem</type>
| </appMenuItems>
| </AppMenu>
|
|