Multi-tenancy in SugarCRM [closed] - crm

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am looking for a multi tenant solution with sugarcrm.
Please note that,I don't like to go with creating multiple Sugarcrms instances.
In fact, I want to offer a solution for multiple organizations with different contacts, clients ... etc.
I am using SugarCE-Full-6.5.14(Community Edition) version of sugarcrm. Is that possible with this version of sugar?.
I have seen several links about the same,but unfortunately i could not get a solution from those links..
Any one please provide some useful informations about the same or what changes i need to be made in this version to manage multiple organizations ?.
Thanks,

There are a number of reasons why it isn't a good idea to use SugarCRM, as-is, for multi-tenant purposes. See:
http://cheleguanaco.blogspot.com/2010/09/sugarcrm-101-how-do-i-manage-multiple.html
http://cheleguanaco.blogspot.com/2013/03/sugarcrm-101-multiple-businesses.html
If you really want to force it to work you would need something to keep the data segregated like SecuritySuite: https://www.sugaroutfitters.com/addons/securitysuite
But there will always be potential holes. It is best to just spin up a new instance for each customer.

Yes edaklij - It is very much possible to have www.xsw.com/x , www.xsw.com/y, www.xsw.com/z etc, what you just need is a webserver where www.xsw.com pointed to main root directory, and within that you have sub-directories x, y ,z etc. Now each of sub directory contains one complete Sugar instance, and you are done.
bipul

Related

Choose GUI for cross-platform - tables and databases [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed yesterday.
Improve this question
I am trying to write an app that should ideally work on multiple platforms. Most importantly, it should become a webapp, but also be usable as a desktop solution for windows. (Potentially Iphone/Ipad App, but I want to start small)
That said, I thought about using kivy and it seems ok overall, however it is important to me to display data from sqlite databases. The databases are nothing special or overly complex, just containing data on let's say customers, employees and financial (banking) data. I want to add data and display it as tables or graphs. That is basically the whole functionality relating to the GUI.
I realized that the table widget KivyMD seems to be the only one I can use in that regard. It occurs to me, that the PyQt6-table funcionality is much better though.
I now realized though, that I cannot make a webapp with neither PyQt6 nor Kivy. Unfortunate.
So it seems I have to choose webapp or desktop or mobile app.
As webapp is the most important one, which framework should I use?
And no, I do not want to switch to Java Script :). I want to stick with Python for now. I don't have time to learn Java Script at this time, maybe later.
Any feedback would be appreciated.
Best
Ben
See above :)
I tried Kivy and PyQT.

Malware infected sites list(only URL) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I want malware infected sites list (only URL's) any pointers ?
Found some but they don't have option to download the list.
Some sites are:
http://malc0de.com/database/
http://www.malwareblacklist.com/showMDL.php
Copying each and every url from these list is not possible.
Any pointers towards these is appreciated.
Here you can find aome lists of malware infected urls:
http://www.hosts-file.net/
http://www.malwaredomainlist.com/
https://github.com/chrisaljoudi/uBlock/issues/1406#issue-80697212 (by Disconnect)
List of lists: https://zeltser.com/malicious-ip-blocklists/
Also take a look at that question: https://security.stackexchange.com/questions/32058/looking-for-url-blacklists-of-malicious-websites
isc.sans.edu have text-file lists of suspicious and/or risky domains. Most of the sites there use javascript or java attacks, I've only checked out a few, so there might be more interesting things in there.
I know this is old question, but anyone coming here to look for answer can benefit from this new API google published to check a updated list of websites https://developers.google.com/safe-browsing/?hl=en

Any free database of English-Spanish words? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I want to make a Vocabulary Trainer and I was thinking about the best way to do it. First I searched some translation APIs to use, to avoid having to build my own dictionary, but I found that most of them are paid and some are free but have limitations.
So, I think the best way is to make my own dictionary, which also allow me to work offline, but I wonder if there is any free database of English-Spanish words to avoid starting from scratch.
Do you know any?
Thanks a lot!
You could try http://www.omegawiki.org/ as they claim this:
The aim of our project is to create a dictionary of all words of all languages, including lexical, terminological and ontological information. Our data is available in a relational database, as a result it is possible to use the data for many purposes.

What is the best Drupal Survey module [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
We're after a replacement for a DotNetNuke installation with a DynamicForms module by DataSprings.
Currently the problems are mainly performance related, but the fact that DynamicForms uses Postbacks on ASP.Net all the time renders it also highly susceptible to slow server response time.
We're after a Drupal module which would allow us to present the CMS user with a control panel where they could:
- create new surveys
- assign a target group for the surveys
- manage the questions:
- checkbox/radiobutton/combobox/open questions
- variations of the above - e.g. a combobox with a text field when "other" was chosen
- the support for data lists, e.g. "what state do you live in" with values stored in the database and managed separately.
- conditional questions (show/hide) further questions when a certain option is chosen
- grouping questions (hiding sets of questions at a time)
- scrapbook function (storing frequent questions and being able to easily copy them into the new poll)
- exporting the poll data along with selected attributes from the user profile
As you can see the requirements are huge, and we're looking for an Open Source alternative to the current solution, which would allow us to extend the module if necessary.
Drupal would be the platform of choice, but we're flexible in that respect.
I'd appreciate your suggestions of alternatives.
There is a similar discussion going on at Drupal.org. IMHO, Drupal just isn't perfect for complex surveys. Limesurvey is much better when it comes to different types of questions, conditional blocks, reusable question types etc. However in Limesurvey 1, the admin interface is awkward and theming/templating system is not great. Limesurvey 2 looks very promising, but it's in beta.
Your best choice should be a new drupal module integrating the LimeSurvey software :
http://drupal.org/project/limesurvey_sync
Have a look at Webform

Design Pattern for Components that depend on each other [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
We are building a "configurator" application for conveyors. Basically user comes in and picks a model, then start picking the parts they want. Some components have dependencies on other components. E.g. if I pick Part A, then I am required to select 1 or more Part B's. It is somewhat similar to configuring a PC at Dell.com. The app will also provide suggestions on parts/components.
Based on this info, I am researching if there is an existing pattern(s) that would allow us to make this easy to maintain and design. Any thoughts, ideas? Are there any open source projects that have similar functionality I can borrow ideas/patterns?
I am mostly interested in how to define "rules" between components without hardcoding the rules/dependencies.
Thanks for any help.
Not that it should matter, but we are building this in .NetFramework 3.5/Asp.Net
Without a good reason to do otherwise, I'd keep it simple and each part would have a list of dependent parts.

Resources