IT Shop - Customer

Hi Team,

I have a Application and it's group published in Shop.

My requirement is only specific user should see in web portal, but it can be raised for any users in the organization.

What's the easy way to achieve this ?

TIA,
Aad

Parents Reply
  • Hi,

    FIrst or all, you would have to define a SQL filter clause to filter the service items (AccProduct) that the current user is allowed to request.

    Then configure the API endpoint for service items by adding a configuration for shop_serviceitems in the Server Administration app under "Portal":

    On the shop_serviceitems configuration object, insert the SQL WHERE clause that you need:

    Hope this helps,

    Hanno

Children