Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.
Forum Replies Created
-
AuthorReplies
-
Ok, thank you for your advice. You’re right, I’m planing to import this amount of entities only once, on initial import. Still, could you tell me please, what is the expected API response time for, like, contact in OroCRM SaaS?
Thanks, after some trial and error i managed to get rid of this problem.
Ok, thanks.
Very detailed, thank you. We already ditched the idea of forking Magento bundle and started development of our Financial bundle with banking products, transactions log and some other featues. Not sure how would an Opportunity fit as a Product, like you said. We need to have fixed amount of products which we will link to Leads and Accounts.
We have many lead sources coming from the internet, which we will load into CRM via REST API. Every lead may contain data about what card/account the customer interested in. Our mail goal is to open an account and sell some other related bank products. To achieve that a CRM operator must know how many bank products customer already have, how many accounts he had opened, some data about his transactions, history of his interactions to our marketing campaigns.
Ok, thanks for the response, Yevhen.
Hi guys, i’ve stuck with another problem after extending a form. I removed NotBlank validation constraint from Lead’s last name, but can’t save new entity in database due to a sql error:
12SQLSTATE[23502]: Not null violation: 7 ERROR: null value in column "last_name" violates not-null constraintDETAIL: Failing row contains (1, demand_generation, null, null, null, 1, null, 1, new, null, null, 1, sdfdsf, null, sdfsdfdfdsfds, null, null, null, null, null, null, null, null, null, null, 2016-03-24 09:58:08, null, null, null, null, null, null, null, null)Could you tell me please what is the best way to deal with this error?
Also, after i removed this constraint the asterisk sign (*) near input is still present.March 17, 2016 at 6:57 am in reply to: [SearchBundle] Unable to perform search using emails staring with numbers #35315Of course, the query (and the whole request) is pretty simple:
123456GET /api/rest/latest/search/advanced?query=from+orocrm_contact+where+email+%3D+%2700000037%40test.com%27 HTTP/1.1Host: xxxxxxConnection: closeAccept-encoding: gzip, deflateAuthorization: WSSE profile="UsernameToken"X-WSSE: UsernameToken Username="admin", PasswordDigest="xxxx", Nonce="xxxx", Created="2016-03-17T09:50:28-04:00March 17, 2016 at 6:29 am in reply to: [SearchBundle] Unable to perform search using emails staring with numbers #35313Just tried it and it works. Thank you.
I have another small issue with the API, whan I change sign in aformentioned query from tilde to equals sign I get a 500 error code and the following error:12345request.CRITICAL: Uncaught PHP Exception Doctrine\ORM\Query\QueryException: "Too few parameters: the querydefines 7 parameters but you only bound 6" at/var/www/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php line 114 {"exception":"[object](Doctrine\\ORM\\Query\\QueryException: Too few parameters: the query defines 7 parameters but you onlybound 6 at /var/www/vendor/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php:114)"} [] -
AuthorReplies