You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary: "Efficiently manage your data by performing actions on multiple records simultaneously"
@@ -20,16 +20,20 @@ From the Applications view, select the checkboxes for the records you'd like to
20
20
For this example, say we have some new information and we'd like to update the technical lead for all applications with the tag 'Group 1'.
21
21
22
22
{% include image.html file="edit-apps-1.png" %}
23
+
<br>
23
24
24
25
After making your selection, open the 'Bulk Actions' dropdown and select 'Edit'
25
26
26
27
{% include note.html content="You must click the checkbox for each record you plan to edit, rather than clicking the 'select all' checkbox at the top of the checkbox role." %}
28
+
<br>
27
29
28
30
{% include image.html file="edit-apps-2.png" %}
31
+
<br>
29
32
30
33
In the drawer, enter the values for the field or fields that you'd like to change. For our example, we'll set 'Technical Lead' to 'Addie Stroman'.
31
34
32
35
{% include image.html file="edit-apps-3.png" %}
36
+
<br>
33
37
34
38
Next, click 'Submit', and your changes will be applied to your selected records.
35
39
@@ -42,22 +46,27 @@ When working with servers, sometimes it's necessary to associate many of your ex
42
46
First, use the advanced filtering drawer to filter your servers by FQDN.
43
47
44
48
{% include image.html file="assign-servers-1.png" %}
49
+
<br>
45
50
46
51
Now, select the servers you'd like to assign.
47
52
48
53
{% include image.html file="assign-servers-2.png" %}
54
+
<br>
49
55
50
56
Next, under the 'Bulk Actions' menu, click 'Assign to Application'.
51
57
52
58
{% include image.html file="assign-servers-3.png" %}
59
+
<br>
53
60
54
61
Now select the application that you'd like to assign your selected servers to. For this example we will select 'ABCya!'. Once you've selected the app, click 'Assign'.
55
62
56
63
{% include image.html file="assign-servers-4.png" %}
64
+
<br>
57
65
58
66
The servers will now be assigned to your selected application.
59
67
60
68
{% include image.html file="assign-servers-5.png" %}
69
+
<br>
61
70
62
71
## Copy Values Across Applications
63
72
@@ -72,18 +81,22 @@ For our example, say we have an application 'ABCya!', with all of it's relevant
72
81
First, from the application record page, click 'Copy To'.
73
82
74
83
{% include image.html file="copy-apps-1.png" %}
84
+
<br>
75
85
76
86
Next you will be shown a list of applications to copy the values to. Select the application records and click 'Continue'.
77
87
78
88
{% include image.html file="copy-apps-2.png" %}
89
+
<br>
79
90
80
91
Now you will be shown a list of the application values to copy over. These are presented alongside the existing values of your selected target applications, if present. Select any of the values that you'd like to copy over and click 'Continue'.
81
92
82
93
{% include image.html file="copy-apps-3.png" %}
94
+
<br>
83
95
84
96
You will be shown a confirmation message explaining what you're about to do, and how many records it will affect. If you are satisfied, click 'Confirm'.
85
97
86
98
{% include image.html file="copy-apps-4.png" %}
99
+
<br>
87
100
88
101
Your selected values will now be copied to the selected applications.
89
102
@@ -96,18 +109,22 @@ By merging 'Prod' into 'Production', all of the applications, servers and databa
96
109
To begin, navigate to the environments page.
97
110
98
111
{% include image.html file="merge-environments-1.png" %}
112
+
<br>
99
113
100
114
Select the environment that you would like to merge. For our example, we will select 'Prod', then click 'Merge'.
101
115
102
116
{% include image.html file="merge-environments-2.png" %}
117
+
<br>
103
118
104
119
From the dropdown list, select the environment that you'd like to merge this environment into. For this example, we will select 'Production'.
105
120
106
121
{% include image.html file="merge-environments-3.png" %}
122
+
<br>
107
123
108
124
You will be shown a message explaining the changes that you're about to make. If you're satisfied, click 'Merge'.
109
125
110
126
{% include image.html file="merge-environments-4.png" %}
127
+
<br>
111
128
112
129
All records in the merged environment will be added to the target environment, and the merged environment will be deleted.
0 commit comments