Skip to content

Commit ea64d73

Browse files
Bulk apply tags (#282)
* fix: updated guides so as not to reference specific examples, but instead show only the steps needed to perform the action * feat: added section on bulk applying tags * chore: removed repetitive works like next, now, etc
1 parent d7105c6 commit ea64d73

File tree

4 files changed

+35
-17
lines changed

4 files changed

+35
-17
lines changed

images/apply-tags-1.png

110 KB
Loading

images/apply-tags-2.png

119 KB
Loading

images/apply-tags-3.png

123 KB
Loading

pages/user guides/bulk_edits.md

Lines changed: 35 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,48 +17,45 @@ When working with applications, servers, or database instances, you might need t
1717

1818
From the "Applications" view, select the checkboxes for the records you'd like to edit. You can use the search bar to narrow down your selection by name or tag, or use advanced filtering to narrow down your search by record attribute.
1919

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-
2220
{% include image.html file="edit-apps-1.png" %}
2321
<br>
2422

2523
After making your selection, open the 'Bulk Actions' dropdown and select 'Edit'.
2624

2725
{% 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>
2926

3027
{% include image.html file="edit-apps-2.png" %}
3128
<br>
3229

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'.
30+
In the drawer, enter the values for the field or fields that you'd like to change.
3431

3532
{% include image.html file="edit-apps-3.png" %}
3633
<br>
3734

38-
Next, click 'Submit', and your changes will be applied to your selected records.
35+
Click 'Submit', and your changes will be applied to your selected records.
3936

4037
{% include image.html file="edit-apps-4.png" %}
4138

4239
## Bulk Assigning Servers to an Application
4340

44-
When working with servers, sometimes it's necessary to associate many of your existing servers to an application record. For this example, we're going to associate all servers with the fully qualified domain name (FQDN) 'Abcya.com' with the application named 'ABCya!'.
41+
When working with servers, sometimes it's necessary to associate many of your existing servers to an application record. You may want to do this because the records were not associated when they were originally imported into Accelerator, or maybe you have some new information about your inventory and you need to update your data in Accelerator to match this.
4542

4643
First, select the servers you'd like to assign.
4744

4845
{% include image.html file="assign-servers-1.png" %}
4946
<br>
5047

51-
Next, under the 'Bulk Actions' menu, click 'Assign to Application'.
48+
Under the 'Bulk Actions' menu, click 'Assign to Application'.
5249

5350
{% include image.html file="assign-servers-2.png" %}
5451
<br>
5552

56-
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'.
53+
Select the application that you'd like to assign your selected servers to. Once you've made your selection, click 'Assign'.
5754

5855
{% include image.html file="assign-servers-3.png" %}
5956
<br>
6057

61-
The servers will now be assigned to your selected application.
58+
The servers will now be assigned to the selected application.
6259

6360
{% include image.html file="assign-servers-4.png" %}
6461
<br>
@@ -69,20 +66,19 @@ In Tidal Accelerator, it's considered best practice to model the same applicatio
6966

7067
However, these separate application records also share many of the same attributes, and it can be time consuming to enter the same data for each application record.
7168

72-
To this end, you can copy values from an application to other instances of that application. We determine the other instances as application records with the same name but different environments.
69+
To this end, you can copy values from an application to other instances of that application. We determine the 'other instances' as application records with the same name but different environments.
7370

74-
For our example, say we have an application 'ABCya!', with all of its relevant data captured. We also have two other instances of this application in different environments that we want to copy some of this data to.
75-
First, from the application record page, click 'Copy To'.
71+
To begin, from the application record page, click 'Copy To'.
7672

7773
{% include image.html file="copy-apps-1.png" %}
7874
<br>
7975

80-
Next, you will be shown a list of applications to copy the values to. Select the application records and click 'Continue'.
76+
You will be shown a list of other application instances to copy the values to. Select the application records and click 'Continue'.
8177

8278
{% include image.html file="copy-apps-2.png" %}
8379
<br>
8480

85-
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+
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'.
8682

8783
{% include image.html file="copy-apps-3.png" %}
8884
<br>
@@ -98,19 +94,19 @@ The selected values will now be copied to the selected applications.
9894

9995
Life is rarely perfect, and the spreadsheet inventory that you will get from your clients will have several environments with different names, which represent the same environment. For example you might have an environment named 'Production', and an environment named 'Prod', and you'd like to merge these environments together.
10096

101-
By merging 'Prod' into 'Production', all of the applications, servers, and database instances that were in the 'Prod' environment will be placed in the 'Production' environment, and the 'Prod' environment will be deleted.
97+
By merging one environment into another, all of the applications, servers, and database instances that were in the merged environment will be placed in the target environment, and the merged environment will be deleted.
10298

10399
To begin, navigate to the environments page.
104100

105101
{% include image.html file="merge-environments-1.png" %}
106102
<br>
107103

108-
Select the environment that you would like to merge. For our example, we will select 'Prod', then click 'Merge'.
104+
Select the environment that you would like to merge, then click 'Merge'.
109105

110106
{% include image.html file="merge-environments-2.png" %}
111107
<br>
112108

113-
From the dropdown list, select the environment that you'd like to merge this environment into. For this example, we will select 'Production'.
109+
From the dropdown list, select the environment that you'd like to merge this environment into.
114110

115111
{% include image.html file="merge-environments-3.png" %}
116112
<br>
@@ -124,3 +120,25 @@ All records in the merged environment will be added to the target environment, a
124120

125121
{% include image.html file="merge-environments-5.png" %}
126122

123+
## Bulk Applying Tags
124+
125+
Tags are a great way to group and organize your records. You can apply tags in bulk to applications, servers and databases instances. For the purposes of this guide, we'll work with applications.
126+
127+
First, navigate to the "Applications" view and select the applications that you'd like to apply your tag to.
128+
129+
{% include image.html file="apply-tags-1.png" %}
130+
<br>
131+
132+
Once you've made your selection, open the "Bulk Actions" menu and click "Apply Tag".
133+
134+
{% include image.html file="apply-tags-2.png" %}
135+
<br>
136+
137+
Select a tag from the drop-down list.
138+
139+
{% include note.html content="You can create a new tag directly in this drop-down. Simply enter the desired tag name, and the option to create this tag will appear." %}
140+
141+
{% include image.html file="apply-tags-3.png" %}
142+
<br>
143+
144+
After selecting the tag, click assign. The tag will then be applied to your selected records.

0 commit comments

Comments
 (0)