|
|
|
|
|
Forum
|
|
|
API how to add a Note (1 viewing) (1) Guests
Favoured: 0
|
|
|
TOPIC: API how to add a Note
|
|
|
|
API how to add a Note 1 Month, 3 Weeks ago
|
Karma: 1  
|
|
Using API, how do I add a Note record to a person. This is not adding text to the Personal Notes textare... but under Tasks the Notes area... add a new record there...
I don't see a "Note" function field or feature in any of the API docs. Maybe I missed it?
Advice appreciated.
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
Re:API how to add a Note 1 Month, 3 Weeks ago
|
Karma: 7  
|
|
ContactNotes?
|
|
|
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
Re:API how to add a Note 1 Month, 3 Weeks ago
|
Karma: 1  
|
|
No I believe that is the "Personal Notes" in the Infusion GUI.
I'm trying to add a Note under the Notes tab under Tasks at bottom of the page.
You should be able to add Note records each with a date, title, text that gets stored. We can then log notes of activities like "DOwnloaded software"... "Filled Out Survey" etc.
I need to do this using API though not manually.
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
Re:API how to add a Note 1 Month, 3 Weeks ago
|
Karma: 7  
|
|
Sorry, it must have been late and I understood it the other way around.
Look in the ContactAction table (CreationNotes).
|
|
|
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
Re:API how to add a Note 1 Month, 2 Weeks ago
|
Karma: 1  
|
|
I wrote a test script to add a note to an already created contact. I got it to work with no error and got an id back, but when I look at the Contact in the web interface there was no Note added on the Task tab where I expected it.
Where should I see it?
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
Re:API how to add a Note 1 Month, 1 Week ago
|
Karma: 1  
|
|
It doesn't work.... how do we debug? Where does it show up in Infusion? Who can help??? Help???
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
Re:API how to add a Note 1 Month, 1 Week ago
|
Karma: 0  
|
|
I had a similar issue with adding a note to an OrderItem which resulted in combining the description, amount, and note fields together separated by a dish and stored in the description field. I offer this just in case a similar thing might be happening to your note in the contact record.
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
|
|