How to get the selected user data into the dropdown in sugarCRM? - sugarcrm

I have 3 users. IC, Team leader and Admin.
I need to get the IC username list into the dropdown.

Related

Azure DevOps, move all work item assignments to new user

I have User A & User B. User B will take over all assigned to work from user A.
Is it possible to migrate all work items, & mentions in pull reques etc from user A to user B?
To migrate all work items from user A to B, you could achieve this by using Boards -> Query.
For migration mentions in Pull Request, currently there is no build-in feature to migrate this.
Run a new query to list all the work items assigned to user A
Choose all the work items and "Right" click to assign to user B.
Then "Save Items"

AEM - Need to add same user to multiple roles while creating project in AEM

While creating a project in AEM, we have the option of adding users for roles defined for the projects in the create project wizard.
The issue is I cannot add the same user to multiple roles. For e.g We have 2 reviewer roles and I want the same user to add to both the reviewer roles, I cannot do that.
We select the user, select the role as Role 1 and click Add.
Now we select the same user and select the role as Role 2, when we click Add, the previous entry that has user's role as Role 1 gets replaced by Role 2.
Is there a way we could add the same user to multiple roles ?

How to change dashboard as per roles to employees in yii2?

I am using yii2 basic and Admin LTE
I have Employee table and I have assigned Employee model to user application component and implemented RBAC.
I have Dashboard Controller and view.
1. Now when admin logs in, and clicks on Dashboard menu, he can see 4 info boxes showing statistics as follows:
Total no of employees
Total SHG Groups
Total Churches
Total Courses
2. Now when fieldofficer logs in, and clicks on Dashboard, he can also view the same statistics.
fieldofficer creates, views, updates and deletes only his own created SHGGroups.
So fieldofficer on his dashboard should be able to see only one info box showing total no of SHGGroups he own/creates
How to accomplish this?

Polls display according to Role selected in liferay

In liferay, the question selected by Admin in the Polls Display Portlet is displayed to the users. Now what I want to do is, display different question the users with different site Roles. Eg., role1 is assigned to userGroup1 and role2 is assigned to userGroup2 in the same site. Now when I add Polls Display Portlet on a page in Site, question1 has to be selected for userGroup1 and question2 for userGroup2. But now only one question can be selected and if permission is given the question is displayed else error tag "User does not have Permission" is displayed. So how can I achieve the functionality that role wise poll is displayed to the users?
You can put 2 PollS portlet on the page and give view permissions to one for role 1 and then role 2 to the other Polls portlet.
This way the portlet will alternate depending on the rights.
If you getting the do not have permissions message and don't want it. Look into portlet.preferences. You can disable it.

Openfire contact list sharing

I installed openfire on CentOs and it uses external database for authentification and user list.
I managed groups based on a user table and a friend listing so that each user is also a group that is is an administrator and populated with users that are (friends).
External users and authentication works fine.
The issue is that the buddy list is only populated when is check "enable contact list group sharing openfire" on group administration.
I want to make this option always enabled so that user can see each other in their buddy list.
this is an existing issue openfire issue
Are there any possible solutions or alternatives.
Edit:
In other words, I want to avoid adding the following three lines to the ofGroupProp table:
name sharedRoster.displayName groupname
name sharedRoster.groupList
name sharedRoster.showInRoster onlyGroup