-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathasset-conf.xml
More file actions
38 lines (27 loc) · 796 Bytes
/
asset-conf.xml
File metadata and controls
38 lines (27 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0"?>
<!--
Copyright (c) 2005, Southpaw Technology
All Rights Reserved
PROPRIETARY INFORMATION. This software is proprietary to
Southpaw Technology, and is not to be reproduced, transmitted,
or disclosed in any way without written permission.
-->
<config>
<filter>
<element name="Search">
<display class="tactic.ui.filter.SObjectSearchFilterWdg">
<search_type>prod/asset</search_type>
</display>
</element>
<element name="Filter">
<display class="tactic.ui.filter.GeneralFilterWdg">
<prefix>main_body</prefix>
<search_type>prod/asset</search_type>
<filters>1</filters>
</display>
</element>
<values>
<main_body_column>code</main_body_column>
</values>
</filter>
</config>