AEM 6.5 how to Add System user to workflow-administrator group - workflow

I'm trying to complete a workitem programatically via workflow session using a System User but i'm getting error to add system user to workflow-administrator group, Any idea how to add System user to Workflow-administrator group

Related

Changing workflow of an already published form

When i check the formsflow application,i found that user with designer role can change the workflow of an already published form.if he do so , what happens to the existing submitted application and task? will it affect the existing task?
Will the user has the permission to edit the submitted form?

Moodle: Give a Manager user access to "User profile fields"

I have a user who is a manger and want to grant access to the following area so they can continue editing a profile field:
Home / Site administration / Users / Accounts / User profile fields
When the user tries to access the area, they get an access is denied error.
I tried viewing the Define roles for the Manager, but couldn't find the correct one for that page.
Is this even possible?
I am on version 3.6.3.
The user needs the moodle/site:config capability which will give them access to pretty much everything.
You could try creating a new capability or using an existing capability, then editing this line in /admin/settings/users.php
$ADMIN->add('users', new admin_externalpage('profilefields', new lang_string('profilefields','admin'), "$CFG->wwwroot/user/profile/index.php", array('moodle/site:config', 'newcapabilityhere')));

How to customize login within SugarCRM

I have SugarCRM version 6.2 Community Edition with a custom module called Agents. Agents do not have User accounts. I want to allow Agents to log into the CRM instance. I understand to login we need User accounts.
But is it possible to allow Agents to log in without creating a User? How?
Or is possible to relate a User to an Agent so that when the User logs in he/she can view that Agent's details?
Why dont you just create a role for Agent and create users and assign to that Role . ( admin can create users and assign user to the Agent role)
At the end when you pull record from user table you can filter it based on role ( say agents) and use them in your custom module.
Anyway, For agents to login they will recieve auto-generated Email and password as and when admin creates them as Agents

How do I add users to a group in Confluence?

I am a confluence administrator and I am trying to set up permissions for a recently created space.
I added a new group (call it "my-group-admin") and gave it full access. I added that group to the space.
Now I am trying to add users to that group but every time I do so, it just fails silently. (The group admin screen returns showing the group with the message "No users found")
Any ideas why this might be happening or how best to add users to this group?
I am using version 5.5.4 of Confluence.

How to get all the users list in Kaleo Workflow on Assign to Combo box?

I am working in Liferay Portal. I have created my custom work flow and created the portlet to start the work flow. I am done successfully with this but I am facing one problem, when the user clicks on Assign to button from Workflow Tasks to assign the task to some other user the combo box which display available users, it only display the users who has the Administrator or Owner Roles.
As i have developed custom work flow in which i have defined my own roles, i wish to display the users with that roles in the combo box. I have searched a lot but not able to get the proper solution for this.
If anyone has any idea please kindly help.
For this you have to create a hook and you have to write the code in file named "workflow_task_action.jsp" within Workflow_task.....
In this file code for that combobox which you require is available.