About A Product's Requestable

Hello everyone,

We have a product that can be requested by external users. We want that external user's manager can request the product on behalf of external users but at the same time, external users shouldn't see the product when they logged in Web Portal. How am i supposed to do that?

Best Regards,

Volkan Ceylan

  • In the Administration Portal create a configuration key of type 'API method configuration'
    named 'shop_serviceitems' with a where clause for filtering

    Administration Portal > Configuration: Web Portal (click on: three dots icon)
    Create configuration key
    Select where to add the configuration key: API method configuration
    Enter the API method name, replacing slashes with underscores, for example "itshop_cart".
    Name of the new configuration key: shop_serviceitems
    [Create]

    Search: shop_serviceitems

    Property configuration
    API method configuration / shop_serviceitems / Filter condition
    Specify a filter condition (WHERE clause). To refer to the identifier of the current user, use the %useruid% variable.
    Value: ...
    PropertyConfig/MethodConfiguration/shop_serviceitems/WhereClause
    [Apply] (*) Apply globally [Apply]