Skip to content

Commit c6cbdac

Browse files
Merge pull request #611 from akeneo/fix-feedback-hotjar
Hotjar feedback - i don't have a system/connections menu
2 parents 7b5cfc6 + fb7d8ed commit c6cbdac

File tree

5 files changed

+19
-9
lines changed

5 files changed

+19
-9
lines changed

content/getting-started/connect-the-pim-4x/step-1.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ As a connection corresponds to one specific connection, we will name our connect
2626
Follow these steps:
2727
1. Log into your 4.0 or newer PIM.
2828
_Sidenote: This tutorial is dedicated to 4.0 or newer PIMs. Here is the one for [older PIM versions](/getting-started/connect-the-pim-old/welcome.html)._
29-
1. Click on `Connect`.
30-
1. Click on `Connection settings`.
29+
1. Depending on the version you use, go to the `System/Connections` menu (before the v6) or the `Connect/Connection settings` menu.
3130
1. Click on `Create`.
3231
![Connection creation button](/img/getting-started/connection-creation-button.png)
3332
1. In the `Label` field, enter `My ERP`.

content/getting-started/connect-the-pim-4x/welcome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 👋 Welcome to this guide!
22

33
This tutorial will teach you:
4-
> How to connect the PIM with the REST API on a 4.0 or a 5.0 PIM
4+
> How to connect the PIM with the REST API
55
66
## Goal
77
At the end of this tutorial, you will know what are the primary steps to properly connect the PIM.

content/getting-started/your-first-tutorial-4x/step-1.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ For the purpose of this tutorial, we will name your connection: `My very first c
2727
Follow these steps:
2828
1. Log into your 4.0 or newer PIM.
2929
_Sidenote: This tutorial is dedicated to 4.0 or newer PIM. Here is the one for [older PIM version](/getting-started/your-first-tutorial-old/welcome.html)._
30-
1. Click on `System`.
31-
1. Click on `Connections`.
30+
1. Depending on the version you use, go to the `System/Connections` menu (before the v6) or the `Connect/Connection settings` menu.
3231
1. Then on `CREATE`.
3332
![Connection creation button](/img/getting-started/connection-creation-button.png)
3433
1. In the `Label` field, enter `My very first connection`.

content/guides/translation-connection/step3-how-to-build-your-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Indeed, in order for your connector to interact with Julia, we will have to ask
2626
First, in order to communicate with your connector and obtain API credentials, Julia needs to create a dedicated [connection](https://help.akeneo.com/pim/serenity/articles/manage-your-connections.html) for your connector.
2727

2828
To do so she will need to:
29-
1. Go to the `System` menu and then, on the `Connections` submenu
29+
1. Depending on the version you use, go to the `System/Connections` menu (before the v6) or the `Connect/Connection settings` menu.
3030
2. Click on `Create`
3131
3. In the `Label` field, enter the name of your connector.
3232
4. Choose the `Other` flow type

content/rest-api/authentication.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,17 @@ Depending on your PIM version, there are two different ways to generate these cl
1818
- Using a PIM v2.x or v3.x? [Follow the instructions right here.](#with-a-v2x-and-3x-pim)
1919
- Still using the v1.7? [Here you go!](#with-a-v17-pim)
2020

21-
### Since the PIM v4
21+
::: tips
22+
**You don't know your PIM version?**
23+
You can find it in the `version` line of the `System/System information` page.
24+
If the version looks like a datetime, you use one of our SaaS offers, so please check the _Since the PIM v4_ paragraph.
25+
:::
26+
27+
### Since the PIM v4
2228
Since the PIM v4, there is one unique and streamlined way to generate your client ID and secret. See by yourself!
2329

2430
1. Log into your favorite PIM.
25-
1. Navigate to the `System/Connections` menu.
31+
1. Depending on the version you use, go to the `System/Connections` menu (before the v6) or the `Connect/Connection settings` menu.
2632
1. Click on `Create`.
2733
1. Input a label for your connection, `ERP` for example.
2834
1. Select a type flow. [_Don't know what it is? More info here._](https://help.akeneo.com/pim/articles/manage-your-connections.html#choose-your-flow-type)
@@ -115,9 +121,15 @@ You will get this answer.
115121

116122
You now have a client ID and a secret. But the request to get this token needs a username and a password.
117123

124+
::: tips
125+
**You don't know your PIM version?**
126+
You can find it in the `version` line of the `System/System information` page.
127+
If the version looks like a datetime, you use one of our SaaS offers, so please check the _Since the PIM v4_ paragraph.
128+
:::
129+
118130
### Since the PIM v4
119131

120-
Since the PIM v4, this username and password are automatically generated whenever you create a connection in the UI. Navigate to `System/Connections`, click on your connection and find your username and password in the `Credentials` section.
132+
Since the PIM v4, this username and password are automatically generated whenever you create a connection in the UI. Depending on the version you use, navigate to the `System/Connections` menu (before the v6) or the `Connect/Connection settings` menu, click on your connection and find your username and password in the `Credentials` section.
121133

122134
You may need to regenerate a password if you haven't saved it anywhere. Indeed, for security reasons, the PIM can only show it to you once, after the connection is created. There is a `Regenerate` button close to the hidden password if needed. :wink:
123135

0 commit comments

Comments
 (0)