Hi, I wonder if we can use OQL to get the current login user.
Hello Maguro
We use the following select:
SELECT Person AS p WHERE p.id = :current_contact_id
This should work
But I´m searching for a solution, to get the email adress of the current login user. If Anybody has an answer for this, I would be happy ;-)
br Deniz
Hi Deniz,
Do you know if the same can apply within the notification email itself?
I want to know if its possible to include the name of the current user within the notification email i.e. Customer Contract created by Xxxxx
Kind Regards
Log in to post a comment.
Hi,
I wonder if we can use OQL to get the current login user.
Hello Maguro
We use the following select:
SELECT Person AS p WHERE p.id = :current_contact_id
This should work
But I´m searching for a solution, to get the email adress of the current login user. If Anybody has an answer for this, I would be happy ;-)
br
Deniz
Hi Deniz,
Do you know if the same can apply within the notification email itself?
I want to know if its possible to include the name of the current user within the notification email i.e. Customer Contract created by Xxxxx
Kind Regards