Hello everyone,

Recently, I have to manipulate for CRUD operation with INote in ivy. After I looked at the INoteable interface. I saw that Ivy team had just exposed some pubic api like createNote, deleteNote ..etc.

My problem is that I want to update the INote with built-in feature in Ivy. How can I do that?

@note: this is a link for INoteable api: http://developer.axonivy.com/doc/latest/publicApi/index.html?ch/ivyteam/ivy/workflow/INoteable.html Anybody help me, please

Thanks alot

asked 08.08.2016 at 16:36

vhsvuong's gravatar image

vhsvuong
(suspended)
accept rate: 0%


At the moment there is now Public API and also no Internal API to change a Note. You have to delete it and create a new one.

link

answered 10.08.2016 at 13:57

Christian%20Strebel's gravatar image

Christian St... ♦
3.2k31338
accept rate: 88%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×147
×37

Asked: 08.08.2016 at 16:36

Seen: 2,098 times

Last updated: 10.08.2016 at 13:57