<style> .toc-macro ul {display: block; counter-reset: item} .toc-macro li {list-style-type:none} .toc-macro li:before {content: counters (item, ".")". "; counter-increment: item} </style> |
This document describes how to create and maintain Work Instructions in Confluence, including approval process and best practices to be followed in order to ensure aligned maintenance approach between different domains and processes.
Data Operations Team based in Riga is responsible to create and maintain Work Instructions for procedures in their scope, including customer, vendor and material data maintenance in Baan and SAP systems for GBU's within Riga Data Operation teams scope as well as Work Instructions for any other additional activities.
The approval process below is in place to ensure a 6 eye check for working instructions according to audit standards.
Editor (Data Operations Specialist L1/L2) - once a need for new work instructions or update of existing ones is identified Editor creates or updates the corresponding confluence page and submits it to Reviewer in a timely manner.
Reviewer (Data Operations Manager) - reviews the working instruction to ensure that nothing is missing and everything is updated correctly.
Approver (Data Architect) - approves the changes. Process and any changes should be approved by them before they are added in the work instructions.
To create new page in Confluence press "Create" on the upper left corner. ![]()
It's advised to use Riga Data Operations WI Template which provides general layout of the Work Instructions which includes:

Once Template is open :
To save your progress press 
Pressing Publish will only save your progress and will make your instructions visible to other Editors only. |

To make added document as "published" for everyone you need to follow the steps below.



Labels (tags) drive the organization of the files under service center sections of the Data Operation space. For work instructions to appear under Riga SC page, use "riga_sc" label. Use appropriate labels from the table below to store them under correct domain.
Labels that are currently used by Data Operations in Riga:
| Tag | Section |
|---|---|
| riga_sc | Riga SC page |
| data_operations | |
| customer | Customer |
| material | Material |
| vendor | Vendor |
| contracts | Contracts and PIR's |
| pir | Contracts and PIR's |
| intercompany | Agents/Intercompany |
| agents | Agents/Intercompany |

Find below some best practices for maintaining the document.
Feel free to switch this document to "Edit" mode to see the how these tools are used in practice. You can also use "View Source" to see detailed view of the document.
|
Headers
In order for Table Of Contents to work correctly please use Header 1, Header 2 etc. for chapter headers.
After Header 1 use horizontal rule.

Page Layout
Structure your page using Page Layout.

Images
Never copy images directly from Google Drive documents! |
When inserting an image from a link or Google document make sure the image is uploaded into Confluence and does not retain the link to the source; otherwise you risk of loosing an image when it is deleted from the source.
For Google documents it is also true if the access to the document, where the image comes from, is restricted.
Appendixes
Please follow the guidelines below when adding or referring to an Appendix:
Below you will find examples of some useful Macros available in confluence. You can find all macros by pressing
and choosing "Other macros" at the bottom of the list. Please note that the list is not comprehensive.
Feel free to switch this document to "Edit" mode to see the how these tools are used in practice. |
Anchor
Use anchor to refer to a place in your page, e.g. a title. Please find details on how to create and link to Anchors here.

Boxes
Use Info, Note, Warning or Panel to highlight information.
Info Box |
Note Box |
Warning Box |
Panel Box |
Columns
Divide text into two or more columns in another object, e.g. in a warning tab. You will need to use two macros:
More details can be found here.

|
Tabs
Create interactive tabs. You will need to use two macros:

When printing:
Search (CTRL+F) works only in the open tab. If needed you can add keywords box at the bottom of the Tabs Group, to indicate what keywords can be found in each tab. |
|
GDrive documents
To avoid duplicating information in multiple places you can insert different GDrive documents directly in Confluence page.
![]()
Make sure that the sharing settings of the GDrive document has view access enabled. |
To achieve the table of contents numbering you will need:
Steps to follow:
Insert HTML macro and add the following code into it:
<style>
.toc-macro ul {display: block; counter-reset: item}
.toc-macro li {list-style-type: none}
.toc-macro li:before { content: counters(item, ".") ". " ; counter-increment: item}
</style> |
Insert Table of contents macro with following adjustments:
Resulting TOC will look like this:

To create a button that brings you to the top of the wiki page you will need following:
Steps to follow:



Insert an HTML macro and add the following code in it:
<style>
#backToTopButton {
position: fixed;
right: 20px;
bottom: 20px;
Z-index: 1;
} |
The final composition looks as follows:

It is best if you place the setup in a separate block at the bottom of the document. It will look better on the PDF output. |
<style>
#backToTopButton {
position: fixed;
right: 20px;
bottom: 20px;
Z-index: 1;
}
</style> |