-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact.xml
134 lines (134 loc) · 4.88 KB
/
Contact.xml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<?xml version="1.0"?>
<rpm:Process xmlns:rpm="urn:rpmsoftware.com:Process">
<name>Contact</name>
<date>Mar 1,2018</date>
<titleNumber>true</titleNumber>
<number>
<minumum>4</minumum>
<formNumberReadOnly>True</formNumberReadOnly>
</number>
<repeating>
<enabled>false</enabled>
<addlink>Add repeating fields</addlink>
</repeating>
<agentautoaddagentparticipants>false</agentautoaddagentparticipants>
<isSimple>false</isSimple>
<ShowStartLink>true</ShowStartLink>
<ShowStartLinkOnForm>true</ShowStartLinkOnForm>
<OnStartShowAllFields>true</OnStartShowAllFields>
<permissions>
<addParticipantChangeOwner>Edit</addParticipantChangeOwner>
<editTrashNotes>Edit</editTrashNotes>
<addDeleteRepeatingFields>Start</addDeleteRepeatingFields>
<permissionsForSubUsers>{"AgentUserEmailAccess":false,"CustomerUserEmailAccess":false,"AgentUserPermission":1,"AgentUserChangeStatus":false,"AgentUserAddAction":false,"CustomerUserPermission":1,"CustomerUserChangeStatus":false,"CustomerUserAddAction":false}</permissionsForSubUsers>
</permissions>
<NotificationFormInfo>[]</NotificationFormInfo>
<Signature>{"IsEnabled":false,"Name":"Signatures","IsHandDrawn":false,"ShowCompany":false,"Instruction":""}</Signature>
<fields>
<field name="Contact Name (First & Last)">
<type>Text</type>
<InternalFormat>{"PatternEnabled":false,"Pattern":"","Instruction":""}</InternalFormat>
<order>1</order>
<LayoutFormat>{"Width":"2","Order":1}</LayoutFormat>
<repeating>false</repeating>
<ID>40639</ID>
</field>
<field name="Primary Contact Number">
<type>Text</type>
<InternalFormat>{"PatternEnabled":false,"Pattern":"","Instruction":""}</InternalFormat>
<order>3</order>
<LayoutFormat>{"Width":"1","Order":-1}</LayoutFormat>
<repeating>false</repeating>
<ID>40640</ID>
</field>
<field name="Email">
<type>Text</type>
<InternalFormat>{"PatternEnabled":false,"Pattern":"","Instruction":""}</InternalFormat>
<order>4</order>
<LayoutFormat>{"Width":"1","Order":-1}</LayoutFormat>
<repeating>false</repeating>
<ID>40641</ID>
</field>
<field name="Company">
<type>Text</type>
<InternalFormat>{"PatternEnabled":false,"Pattern":"","Instruction":""}</InternalFormat>
<order>5</order>
<LayoutFormat>{"Width":"1","Order":-1}</LayoutFormat>
<repeating>false</repeating>
<ID>40642</ID>
</field>
<field name="Website">
<type>Text</type>
<InternalFormat>{"PatternEnabled":false,"Pattern":"","Instruction":""}</InternalFormat>
<order>6</order>
<LayoutFormat>{"Width":"1","Order":-1}</LayoutFormat>
<repeating>false</repeating>
<ID>40643</ID>
</field>
<field name="Web Lead Comment">
<type>Text</type>
<InternalFormat>{"PatternEnabled":false,"Pattern":"","Instruction":""}</InternalFormat>
<order>7</order>
<LayoutFormat>{"Width":"2","Order":-1}</LayoutFormat>
<repeating>false</repeating>
<ID>40644</ID>
</field>
</fields>
<statusLevels>
<statusLevel>
<name>New</name>
<autoarchive>false</autoarchive>
<userselectable>true</userselectable>
<includeInSum>true</includeInSum>
<allowAttachmentAddEdit>true</allowAttachmentAddEdit>
<allowEditForm>true</allowEditForm>
<signature>{"ShowLink":false}</signature>
</statusLevel>
</statusLevels>
<statusTriggers />
<defaultColumns>
<staff>
<column>Number</column>
<column>Owner</column>
<column>Action due for me</column>
<column>Started</column>
<column>Started by</column>
<column>Modified</column>
<column>Modified by</column>
<column>Files</column>
</staff>
<agent>
<column>Number</column>
<column>Owner</column>
<column>Action due for me</column>
<column>Started</column>
<column>Started by</column>
<column>Modified</column>
<column>Modified by</column>
</agent>
<customer>
<column>Number</column>
<column>Owner</column>
<column>Action due for me</column>
<column>Started</column>
<column>Started by</column>
<column>Modified</column>
<column>Modified by</column>
</customer>
<action>
<column>Form title</column>
<column>Done</column>
<column>Due</column>
<column>Assignee</column>
<column>Description</column>
<column>Result</column>
</action>
</defaultColumns>
<customWebBoxes />
<holders />
<nofitificationSettings>
<setting isOn="true" userType="AgentRep" watching="all" suppressOnCopy="false" suppressOnFlow="false" />
<setting isOn="true" userType="Staff" watching="all" suppressOnCopy="false" suppressOnFlow="false" />
<setting isOn="true" userType="CustomerContact" watching="all" suppressOnCopy="false" suppressOnFlow="false" />
</nofitificationSettings>
</rpm:Process>