Skip to content

Commit d1aafcd

Browse files
Hotjar feedback - i don't have a system/connections menu
1 parent 3ecfc6e commit d1aafcd

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Depending on your PIM version, there are two different ways to generate these cl
2222
Since the PIM v4, there is one unique and streamlined way to generate your client ID and secret. See by yourself!
2323

2424
1. Log into your favorite PIM.
25-
1. Navigate to the `System/Connections` menu.
25+
1. Depending on the version you use, go to the `System/Connections` menu (before the v6) or the `Connect/Connection settings` menu.
2626
1. Click on `Create`.
2727
1. Input a label for your connection, `ERP` for example.
2828
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)
@@ -117,7 +117,7 @@ You now have a client ID and a secret. But the request to get this token needs
117117

118118
### Since the PIM v4
119119

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.
120+
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.
121121

122122
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:
123123

0 commit comments

Comments
 (0)