Can anyone give some advice on how to create a custom module, which will allow users to create sub-users that are able to login through sugar?
Actually this functionality is already available in sugar to create sub user,But if you want to create your own Module then , just go through the existing module you will find a way.
Please go through this link to know more about Sub user creation.
User management Sugarcrm 7.6
User management Sugarcrm 6.5
Thank you
I guess It will help you.
Related
Actually i want SSO in Vtiger CRM with 3rd Paty application .
For example if i log in in the application , i want to login the same user in the Vtiger Also.
I have done this thing with SugarCRM and SuiteCRM using entry point , but need some help to do this with VtigerCRM.
Please help me to make a entry point in Vtiger CRM as we make in SugarCRM , In Sugar CRM we can make a custom entry point and call it from anywhere by doing Auth=false .
Is there any way possible to do this in Vtiger CRM ???
Your help is really appreciated.
I got the solution for this .
this is the URL to use to login automatically for version v6.x.x
http://youhost/vtigercrm/index.php?module=Users&action=Login&username=youruser&password=yourpassword
it's some little difference with version 5.x.x
http://yourhost/vtigercrm/index.php?module=Users&action=Authenticate&return_module=Users&return_action=Login&user_name=YOURUSER&user_password=YOURPASSWORD
We have a requirement in our project like we want to hide some workflows in siteadmin. We are using AEM 6.1. Please let us know if anybody has any solution. any help is highly appreciated.
Thanks,
Tushar
Using User Permissions
This can be controlled by user permissions. The permissions can be updated in useradmin console to remove read permission from the workflow models you want not be shown to user. Permissions can be managed via groups
Please note that there are 2 workflow models for Schedule Activation/Deactivation, the read access is required for these in case you want user to be able to use "Activate/Deactivate Later" OOTB functionality in siteadmin/damadmin console. These 2 are anyways not shown in workflow list while initiating workflow from siteadmin/damadmin console, but we should take care while removing read permissions.
This solution is verified.
Using Model changes
Model can updated to make it as system workflow refer Adobe Forum Link. Verify this one with Day Care to see if there is a side effect.
I need to add activity stream dashlet for the accounts module and also the opportunities related to this account
I think you will get solution by referring below links:
Creating new dashlets based on default
Creating dashlets
I have create a custom user field called pm-id. I wish to include this in to the user registration email.
The standard method [user:pm_id] not working
Can anyone help me
Thank you
Try either [user:field_pm_id] or [user:field_pm-id]. I'm not sure what the machine name for your field is and it's definitely not just pm-id.
If you install the Token module, you should be able to see what tokens are available to you.
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.