My sales process go through online services. I can fetch sales data via API. My goal is to import the data into SuiteCRM. Who can help me with this exercise?
I need to manage purchases under Products/Accounts w/o Quotes. Actually I do very little amount of quotes since most of the sales are online.
You donāt have to use Quotes if you donāt need it.
When you say āimport form APIā, do you mean a one-time import, a regular import (say, daily or weekly), or an online integration (create in SuiteCRM immediately when sale occurs)?
Youāll have to call SuiteCRMās API from the other system. When they make a sale, they call into our API to let us know. If you need integration in the other direction, from SuiteCRM to the other system, a different architecture applies.
You need some entity between Products and Accounts. I see several alternative approaches
just use Quotes. Simplify whatever you donāt need. For example, you could make a Quote automatically go to āClosed Acceptedā as soon as it is created.
create a new Accounts/Products relationship, with some relationship fields for Quantity, price, etc. This will require custom PHP coding
create an entirely new module that sits between Accounts and Products, and holds sales information and syncs with your other system. This would effectively replace Quotes.
Almost always, in SuiteCRM, going with what is already there (Quotes!) is the best. What exactly do you want to avoid about Quotes?
@pgr, thank you for your prompt response. Since SuiteCRM has API it looks like we are good.
Is there someone who can take that project and do the job for me?
I work for SalesAgility who are the maintainers of SuiteCRM. Our business is precisely to work on migrations, customizations and integrations for SuiteCRM.
Do you want me to ask one of my colleagues to contact you about getting a quote for your project, using your registration email here from the Forums?