Setting-up Supplier Collaboration Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2025 11:21 PM
Hi,
We are trying to develop a PoC on Source-to-Pay on our PDI. We are stuck where we are not able to set-up a new supplier in supplier collaboration portal. While adding a new member to supplier collaboration portal, after verifying the mail, we are not getting next email to set password.
We are adding as a supplier primary contact with role sn_slm.contact. But when we are trying to log into the Supplier collaboration portal by impersonating that user then we are bot able to find him.
Thanks a lot in advance for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2025 11:54 PM
Hi KamyK - Not sure how you are creating new suppliers and adding contacts to it. But if you want to setup a new contact you need to follow certain steps - Here are the details around the same
Hope it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 11:10 PM
Hi Rishikesh, Thank you for your response. Actually, the issue was that the sn_slm.admin role was not mapped to the supplier contact.
Now the issue is that when we are logging to the Supplier Portal impersonating that user and trying to raise any ticket, then the Supplier field is blank. It should show the Supplier's name for whom this user is mapped.
Can you please help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 12:14 AM
Hi KamyK - Looks like the supplier field is a custom one and you've added it. To auto-populate this field you need to write a catalog client script -> on load. Just use gs.getUserId() and then getSupplier. Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 08:56 AM
Hi Rishikesh,
Thanks for your response. Supplier field is an existing field(OOB) only and we have not added it. It should automatically show the Supplier name for which the logged in user is the Primary Contact., which is not happening in our case.