How setup permission set for B2B app10 aurena client
Hi,
Does anybody know how to set up correct permission set for B2B supplier portal in application 10 aurena?
When I logged in using IFSAPP, I see following screen.
But when I used B2B end user I only see following screen,
All business functionality related screens are hidden in the navigator. Any idea where we can enable this so end user accounts also can see the screen as they want.
FND_WEBENDUSER_B2B permission set already given to the end user
We use IFS Apps 10 Update 10 with the Aurena B2B Supplier Portal.
The setup was not so easy. We use also the DMS to support the supplier with some documents. For this we had do add some special IFS license for the Aurena Client.
I send you all my document for the setup. Some part you have to do in the IEE and some in Aurena.
Best Regards
André
Hi @wpabitha
Setup a User and a Person
Add it with a certain Supplier Mapping to B2B User - Supplier window
This will be displayed in the user as well. Make sure to grant access to the companies and sites as well
Afterwards make sure, the user got necessary permissions
At least you need the FND_WEBENDUSER_B2B. In addition, you need a permission set for the specific Supplier needs
These are the least necessary permissions for Aurena Projections in IFS 10
Unfortunately you can not search for them in the Enterprise Explorer, but you can make use of the database
select * FROM projection_explorer
WHERE UPPER(projection_name) LIKE '%B2B%';
B2bUserSupplierHandling
ConfirmB2bPurchaseOrder
ConfirmB2bSuppConsigmnt
CreateB2bOrderQuotation
DisplayB2bVmi
PlannedB2bPurchase
After applying all these settings, refresh the security cache and try a login. With this, you may make use of everything displayed in the supplier lobby.