Question - Is it possible for certain users (e.g., System Role Owners) to not see the system role edit history in Edit Orders > Renew or Unsubscribe, aside from using Product filter? Thanks in advance!
Question - Is it possible for certain users (e.g., System Role Owners) to not see the system role edit history in Edit Orders > Renew or Unsubscribe, aside from using Product filter? Thanks in advance!
We see the following IIS Server behavior:
Hello,
Has someone set up one identity web portal login with 2FA? Please give me some sources to set this up. Thank you.
The default configuration allows for employees to be created without restricting the department, but by security reasons we need that the web portal allows each department manager to create new identities only for his department and not for other departments…
Hi everyone,
I've configured the web portal to show the description of an item when you are on the catalogue. I've added the column and inserted the query to get the data from the product but it has a strange behavior, the field is not shown when…
Hello,
I have the following setup to only allow users to edit employees that are IsExternal=1. Here is my SQL on it...
"uid_person in ( select uid_person from QER_VEditEmployee where uid_personhead = '%useruid%')
and ((IsExternal = 1) or …
Hi
Can anyone advise in the following use case please:
As a department's manager I delegate 'Role manager' to the specific Department BUT once this is saved the delegate doesn't receive any emails regarding new comers etc (initial email with credentials…
Hi,
I'm trying to customize the Person-overview page (VI_Common_ObjectSheet) in the webportal to show the manager currently responsible for the displayed user. I get the desired manager with the following SQL, but I don't know how to get this to work…