Resolved! Business Rule to Assign Role on Insert into sys_user table with conditions
I have a request alter code for assigning as specific role to a user when inserted into the sys_user table. My current code works as expected but it's applying to "all users" inserted and now I need it to filter out specific records. Current Code:(fu...
