web designer - how to disable default recipient?

Hi

When I  raise a request in Webportal I am listed as a default recipient.

How to disable this thing so nobody is selected by default?

Regards,

Kamil

Parents
  • Hi there Kamil,

    If you navigate to the "VI_ITShop_ProductSelection" module, Under the module "Initializer" you will see an action and an update to "uidPersonCandidate"

    You will see the node data below:



    This will return the current user's UID and fill the recipient object select upon the intial load.

    If you right click > Delete node as extension, the recipient will be blank when the module loads.
    Or you could modify the Value accordingly.

    Keep in mind - No products will be visible until the module has a valid recipient selected. 


    Ryan.

Reply
  • Hi there Kamil,

    If you navigate to the "VI_ITShop_ProductSelection" module, Under the module "Initializer" you will see an action and an update to "uidPersonCandidate"

    You will see the node data below:



    This will return the current user's UID and fill the recipient object select upon the intial load.

    If you right click > Delete node as extension, the recipient will be blank when the module loads.
    Or you could modify the Value accordingly.

    Keep in mind - No products will be visible until the module has a valid recipient selected. 


    Ryan.

Children