Hi,

We're facing following situation and would like to know your recommendation:

We generate files (employee worksheets) and want to store them (sometimes there will be different versions of a worksheet). Where would you recommend to store the files? Is there a way to persist them? Or would you store them in a file location or even cms?

Thanks for your recommendation in advance.

Regards, Daniel

asked 12.07.2016 at 09:32

dharlach's gravatar image

dharlach
(suspended)
accept rate: 0%


Hi

Since 6.0, there is a document API available that can be used to store files. The documents are then also visible and editable in the Portal Application, in the RIA Workflow UI, in the RIA File Manager component. In future there will be also a JSF File Manager available.

The API is available at:

ivy.wf.documents()

for global documents. And

ivy.case.documents()

for documents attached to cases.

link

answered 12.07.2016 at 09:49

Reto%20Weiss's gravatar image

Reto Weiss ♦♦
4.9k202857
accept rate: 74%

Hi

Thank you for the answer.

Does a sample project exist which shows how to handle?

Regards, Daniel

(12.07.2016 at 10:41) dharlach dharlach's gravatar image
1

There is no explicit demo project for it. But you find a describtion in the 6.0 new and noteworthy. See here http://developer.axonivy.com/doc/latest/newAndNoteworthy/NewAndNoteworthyDesigner6.0.html#documents

(12.07.2016 at 11:31) Reto Weiss ♦♦ Reto%20Weiss's gravatar image
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:

×5

Asked: 12.07.2016 at 09:32

Seen: 1,810 times

Last updated: 12.07.2016 at 14:17