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
Copy file name to clipboardExpand all lines: content/getting-started/connect-the-pim-4x/step-1.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,7 @@ As a connection corresponds to one specific connection, we will name our connect
26
26
Follow these steps:
27
27
1. Log into your 4.0 or newer PIM.
28
28
_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.
Copy file name to clipboardExpand all lines: content/getting-started/your-first-tutorial-4x/step-1.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,7 @@ For the purpose of this tutorial, we will name your connection: `My very first c
27
27
Follow these steps:
28
28
1. Log into your 4.0 or newer PIM.
29
29
_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.
Copy file name to clipboardExpand all lines: content/guides/translation-connection/step3-how-to-build-your-connector.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Indeed, in order for your connector to interact with Julia, we will have to ask
26
26
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.
27
27
28
28
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.
30
30
2. Click on `Create`
31
31
3. In the `Label` field, enter the name of your connector.
Copy file name to clipboardExpand all lines: content/rest-api/authentication.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,17 @@ Depending on your PIM version, there are two different ways to generate these cl
18
18
- Using a PIM v2.x or v3.x? [Follow the instructions right here.](#with-a-v2x-and-3x-pim)
19
19
- Still using the v1.7? [Here you go!](#with-a-v17-pim)
20
20
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
22
28
Since the PIM v4, there is one unique and streamlined way to generate your client ID and secret. See by yourself!
23
29
24
30
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.
26
32
1. Click on `Create`.
27
33
1. Input a label for your connection, `ERP` for example.
28
34
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.
115
121
116
122
You now have a client ID and a secret. But the request to get this token needs a username and a password.
117
123
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
+
118
130
### Since the PIM v4
119
131
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.
121
133
122
134
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:
0 commit comments