Search
-
Inspect my post history you might find something that will help you there.
-
You can edit everything from their form editor. Its a little complex but once you spent some time looking around you will see how to insert new fields.
For all of their form you can enter edit mode (forgot exact procedure since I've been working on that project long time ago) and from there inspect their built in solution and try to apply ...
-
Thanks that solved it.
Hopefully I wont need any more help (will see if I start to implement activities).
Small suggestion, your API docs are good but as far as I can see most of the problems dont come from
it but from generally lack of understanding about table structure/relations and required fields.
My suggestion is to maybe add some ...
-
Hi,
need one more thing.
I cant seem to make where clause work. I looked at ASP example and there it says you can create where like this Where (eg. Balance > 0). Tried things bellow didn't work:
'strCompanyAccount' => '',
'strLogin' => 'xxx',
'strPassword' => 'xxx',
...
-
Found what I've needed and now I finally understand how to work with customizations.
@Admin you can delete the thread.
-
OK, managed to figure it out.
'Name' = Just a string for example 'Oppty1'
'OpportunityStage' = Browse some older already created opportunities to find default values. By default when you create a contact via Web2Lead it is 'Prospecting'
'Customer' = This relates to Customer table Name field (you used it ...
-
Thanks for response. It makes things clearer now.
The only question I have left is about the Customer value. AssignedTo is related to Customer table via Name fkey. But what exactly is Customer in Opportunity table is it company name from Customers table?
-
Hello,
I've been trying to create a Customer (Lead) via API call and it works OK.
Followed the guide from https://gist.github.com/relish27/67432c710f4b4904ca6f and adjusted it to use plain PHP SOAP calls (no external libraries).
Seems to me that all is working OK, but I cannot create Opportunity. One of the errors is: ...
-
Hello,
Is it possible for you to paste the postman code for Opportunity creation (so that it can be imported via its import tool "paste raw text")?
-
Hello,
Is it possible for you to paste the postman code for Opportunity creation (so that it can be imported via its import tool "paste raw text")?
|
|
|