Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revision Both sides next revision
en:start:filestore [2016/07/07 14:15]
admin created
en:start:filestore [2016/07/07 14:15]
admin [Хранилище файлов]
Line 1: Line 1:
-===== Хранилище файлов ​=====+===== Filestore ​=====
  
-Начиная с версии ​600.0801 ​реализована функция временного хранилища файлов. Вам больше не нужно сохранять файл в модуле Документыесли он нужен только для одной задачи.+Starting with version ​600.0801 ​I implement a temporarily filestore, which could used by the actions to store files for later usage, without make use of the VtigerCRM integrated Documents/​Attachments and waste a CRMID for a fileyou need for only one task.
  
-Файлы хранятся в Локальных переменных выполняемого экземпляра Бизнес-ПроцессаЭто значитчто все временные файлы будут удалены после завершения Бизнес-Процесса.+The filestore is stored in an Environmental Variable or current execution 
 +This meansall files of one execution will be removed, after the complete workflow is finished.
  
-Хранилище файлов работает по принципу ассоциативного массиваКаждый файл имеет свой ​ID в хранилище файлов. Напримерможно создать файл и сохранить его в хранилище с ID “file_xyz”.+The filestore works like a key-value storageEvery file will have a FileStore ​ID, which must used to reference the file. 
 +For example one action will create a file and store this in the filestore with the ID “file_xyz”.
  
-Любая Задача во время текущего выполненияесли она поддерживает чтение файлов из хранилищаможет открыть файл с ID “file_xyz”.+Every task in the same executionwhich support filestore Inputcould open the file with the ID “file_xyz”.
 ==== Разработчикам ==== ==== Разработчикам ====