I have some business processes that reads the files attached to a section using a "Process file" element to add them to a "send email" element. If the "container" of the attachments is "an old one" (like CaseFile, AccountFile, etc.) it works fine. If the "container" is the "Freedom UI SysFile"...MoreLess
Hello, colleagues. After generating a report, it is necessary to attach it as a file to the record, in the Files and links detail. The application from "customerfx" is not suitable. Here, it is necessary to automatically select the report form by pressing one button, etc.
Not sure if I completely understand, however, if you're wanting to generate a printable and attach to a record, you can do this with a process...MoreLess
Not sure if I completely understand, however, if you're wanting to generate a printable and attach to a record, you can do this with a process...MoreLess
I need to display existing documents from other sections together with the directly attached documents in FreedomUI 8.1.
The attachments are stored in the table "SysFile", which has a column called "TypeId". That lookup has the values "File" (default), "Link" and "Link to object".
I want to get the attached files information from a given case inside my environment. As the primary section containing the information is case, I know that I can retrieve the case information from
Is there a way to obtain the ID of the selected file in attachments in a Freedom UI section? Looking for an equivalent of activeRow / this.get("SelectedRows") for Freedom UI.
I created a business process that starts when an attachment is added to a section (start singnal configured on "record added" to the section attachments).
The business process starts before the end of the file upload then it's not able to read all file content in a script task.
Is there a way to start my business process after the upload has completed?
What is the functionality behind the file size update in FileDetailV2. Where is exactly the uploaded file is stored and how can we access the file properties using webservice or esq?