Search AD Group in web shop using search

Hi All,

I want to search AD group using search in web shop.

When AD group is assigned to Accproduct search is working fine.

Without assigning AD group to IT shop search is not returning any results.

I tried to customize web search but no luck.

Do you know how to configure search so that AD Group is searched from web shop.

Thank you in advance.

Dnyandev.

  • Hi,

    All requestable items in the IT shop have to be packaged inside an AccProduct. Every requestable item must be "published" to the IT Shop, which means assigning an equivalent AccProduct to it.

    Unless you customise the requesting mechanism completely, I don't think its possible to search outside the AccProduct table.

  • Hi,

    Thank you for this information.

    In our case customer does not want to publish it to the IT shop.

    After checking logic in webdesigner I managed to achive requirenment for customer.

    You can do it on TSB_Common_Search_Ext there is TSBCodeLiteral1.

    If you see here all tables which has UID_Accproduct need to be published.

    I made where clause empty for ADSGroup table and it worked as expected.

    https://1drv.ms/u/s!At2ViqLAc9HpuTJRUjvgcax5ATPE?e=xIsUsJ 

    Regards,

    Dnyandev