CreateNoteForView
Use this method to create a note for a specific view.
Input
| Item | Format | Description |
|---|---|---|
| connection | String | The connection string. See ConnectApp. |
| viewID | Integer | The ID of the view to which the note should be added. |
| note | DMANoteNew | Array consisting of: - String Summary - String Description - Long TimeExpiresUTC (“0” if the note does not expire, otherwise the number of milliseconds since midnight January 1, 1970 GMT) |
Output
| Item | Format | Description |
|---|---|---|
| CreateNoteForViewResult | Integer | The ID of the note. |