I have configured sugarCRM 6.5 community edition and trying to create groups in which i have to add users.So this group members can't access data of other group.Is this is possible to do it in community edition ?
I would suggest to use SuiteCRM, instead of SugarCRM Community edition. It has SecuritySuite free version integratedwhich can help to solve your group managmeent problems
Or you can download trial of module SecuritySuite here
Yes, it's possible for sure.
It seems, you have already created Team (Group) and Users module, further you need,
Role module to bind with your Team module, so to define access for a record, using SugarCRM UI.
List View query modification, for users to see records for their ownership/belonging Team (Group).
And finally ACL modification of a record, for its access.
Quite achievable with a step by step approach.
Yes it is possible in SugarCRM 6.5 community edition.
It seems, you have already created Group and assigned users to this group, further you need,
Edit Group from Role Management
Set "Owner" value in particular module like Leads
Save
Re-login in SuagrCRM. you can see only own leads
Related
I can't figure out if it possible and how it can be done to allow certain users in a Visual Studio Team Services project to see only the work items they created, instead of them all.
Thanks in advance for all your help.
For now, there is no ways to set permissions for a user to only view work items which were created by oneself.
It's only available to set permission based on Iterations and Areas for now.
But there has an user voice field level security permissions which suggest similar feature, you can vote and follow up.
And the features in below two user voices have already added in our backlog, when the features are archeived, it can also benefit the situation you met:
Hide Work Item Types (WITs) based on permission/security group
Add ability to hide/mask fields in a work item based on security/permissions
This is not supported. It used to be in the on-prem product a long time ago in the "Work item only view", but that has been removed in favour of the Stakeholder view.
so I have this simple question that I would love to get anwserd.
I am new to BPM an Alfresco Activiti and I am workng on with the trial version of Alfresco Activiti to create a sample project for our company.
I decided to work with the Step editor to se what it can do and if it's as powerfull as a normal BPMN 2.0 editor.
Now I am working on a form where one user would need to select the user for the next task. I was wondering if it's possible to use the single select component to display all the users on the server from which the asignee for the next task could be selected. How can this be done?
I know it is not the bes pracitce to show all the users on the server but this is a test project and your help would be really appreciated.
If any more info is required I will gladly edit the post.
Thnak you.
There is a user picker form control in there, that allows searching the whole system. See the third entry:
you can create a dropdown whose options are populated from a rest call which is provided below.
GET api/enterprise/admin/users
This will return list of all users available in JSON format.
Hope it helped.
I am currently using SugarCRM Version 6.5.16 (Build 1082) Community Edition.
I need to add a field called redeem points under the Sales Module.
After exploring studio, I cannot find any modules under the name of Sales. However I will need the field to be under the Sales Module instead of a new Module?
May I know how do i go about doing it? Please help.
Thanks
Are you referring to the Sales group tab? Within that tab you should see Leads, Opportunities, Accounts, etc as modules. Check for those names in Studio to edit the respective module.
I am pretty new in Typo3 (I came from Joomla and WordPress) and reading the documentation I have some doubts related to the user manage the user in this CMS:
I am using Typo3 6.1.1 and reading here it seems to me that the user managment is quite different (maybe the documentation is related to an old version of the CMS?): http://docs.typo3.org/typo3cms/GettingStartedTutorial/EditAndCreatePagesAndContent/CreateUsersGroups/Index.html
In particular I am not understanding if in the 6.1.1 the backend user can ben divided in groups or if they simply are backend user because if I go into: ADMIN TOOLS ---> Backend User I can see the backend user but not the groups, why?
Tnx
Andrea
As you can see in mentioned doc, BE users can be divided by groups and easiest way for creating BE groups and next BE users is using WEB > List module.
Just using workflow showed at screen of this section you need to create records of both types (blue arrows) on the highest page (with id 0 - on screenshot it's called New TYPO3 site)
I'm not quite sure about the reason, but Backend User module doesn't allow to manage BE groups directly, however there's a tip (which is general for whole TYPO3) - you can create a BE group ad hoc - during the process of creating BE user by using additional icons in the form, take a look to screenshot below, the yellow pencil and black plus allows you to edit/create related records without canceling current edition.
I have created two fields in a module assigned date and reviewed date. I want review date must be 7 days after the assigned date. Please anyone help me and send me the code how to do that as I'm very new to the sugar.
Thanks
If you have the PRO or higher edition of sugar, you should be able to create it with workflow management.
For CE edition (and the other editions as well) you can create it using logic hooks. You properly need an after_save logic hook on the given module.
See this answer for a description on how to create a logic hook.
Here is very detailed explanation of how you can create logic hooks in SugarCRM