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
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
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.
Even simpler is it to configure your web project in WebDesigner and set the configuration option "IT Shop\Employee preselection is active" to false.
Much easier - Good Call Markus
Thanks Markus
I have tested both solutions and both works like a charm.
Thank you for a very quick response :)