WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for attachments

(...) Can anyone recommend some good calculator or formula to calculate the database size increment for demo applications and N users over time? Condition (no attachments are uploaded) something like: application A or B * user or process * month = yMB data size Rather, it is an order of magnitude to evaluate for these ready-made sample demo applications As far as the attachments can be estimated, I (...)

(...) Dear Community, I have a question regarding attachments database. Size of the database is quite large and I'm trying to find optimizations here. Table / index compression is not a solution - compression ratio is barely reaches 0,5% level. I have found a lot of records in this database where attachments are deleted (column ATF_IsDeleted = 1). Is it safe to remove such records from database or it will make (...)

(...) Based on Daniels blog (https://daniels-notes.de/posts/2021/javascript-form-rule-execution-on-page-load#show-all-attachments -after-page-load) it is posible to open first attachments after page load but from all attachments tab (becouse attachment is in parent workflow)?

(...) We created a set of powershell cmdlets to connect to a portal, start/update/delete workflows and adding attachments . Inspired by the -UseWebLogin parameter off the Connect-PnPOnline cmdlet i extended our powershell cmdlets with a use weblogin feature. Fiddler and a bit of research in the web provided the right approach quite fast. Authentication works fine, but when using the rest api i receive an "i (...)

(...) . One given requirement is: In case of an update, the old entry has to be archived and a new entry with all previous information should be created to be edited. So far no problem - except for the attachments . I dont want the old attachment files to be copied to attachment section. Instead of that it would be nice to have a DATA TABLE with _links_ to all former files, so e.g. the editing person cou (...)

(...) Hi, I am trying to move multiple related child instances through an action. I tried doing that with the “Move workflow (SQL)” action. The query I used can be found in the attachments . The table I get also looks fine, but I still get the Error "Incorrect column PATH_ID format". I already checked all of the IDs, they should all be fine. I used the following thread as a reference: https://alterpaths.com/wai (...)

(...) Hi folks, We have a Word File with three data tables from Webcon in there, which will be generated and converted to PDF, then put into the attachments . The thing I have struggled to figure out until now is, how to hide or not show a table when the corresponding data table in Webcon is empty. I know that it is possible to use Business Rules in there, but again none which use parameters. Is there a (...)

(...) or more pdfs or images. We've configured a hot-mail-box to check for e-mail having a pdf with a valid barcode. The pdf with the barcode is attached nicely :). But also want to add the additional attachments . One should expect that according the documentation the configuration of additional attachment filter would actually add additional attachments . After talking to the support this is only the case (...)

(...) Hey everyone, When an attachment is opened on the form, it shows the download button. Can we disable it? Also, when previewing the attachments there is always the top bar that contains the download and print button. Anyone knows if it is possible to disable it? Thank you, Martin

(...) I need to upload attachments to our company cloud services. Below is the web api endpoint that accept a file: [HttpPost("createfilewithcontent"), DisableRequestSizeLimit] public async Task CreateFileWithContent([FromForm] GFileWithContentWrite fileInfo) { var stream = fileInfo.File.OpenReadStream(); var createdFile = await _driveService.CreateFileAsync( new GoogleFil (...)

(...) not categorized (category=), it will be always the first. If there is a document with category smaller than 'Invoice', it will be the first and shown. There is a property on form to change order of attachments , but it applies only within groups. Do you have any idea to overcome this issue? We could rename attachment categories but I do not really like the idea. My proposal would be to introduce some im (...)

(...) Hello all, Not sure if you might know the answer but it's possible that Dictionary processes do not allow to have attachments ? In the form configuration, the attachment's preview is there but the field attachments is not visible. I need to create a directory so a dictionary would be create but some of the lines might have attachments . Thank you!

(...) er, shall be added into a multiple lines text field containing already information, i.e. a question asked. The text field is in rich mode. 3) Question I would retrieve the email content from the attachments table and add this to the text file. Does this work similar to a picture or do I have to do another approach? Thank you for your help in advance. Best, Ingo

(...) opy to" this would solve problems in situations where we need to use a timeout to copy something. An example would be files loaded from a hot folder that are added to a process. We want to copy such attachments to the indicated items and not copy them from hotfolder processes.

(...) then change privileges/access to admins only. During process tool should use same versions as on production (red changes for deleted attributes, green for new, and red/green for updated) add all attachments as on production. User can pick up the newest IDs that pass process on productions so it will be actual one that should work and users known best own process that should be tested instead of man (...)

(...) Hi, I'm trying to anonymize authors of workflow attachments . Is this possible with the "Remove personal data" action? I have tried doing so without success. Are there any other options? Thank you.

(...) Hi all, Is there a way to edit MS Word attachments online and save the result as updated version of the attachment?

(...) Hi Guys, I'm wondering if anyone else has been having this problem. When i try to add (upload) a file to an item list using a local attachments column there seems to be a hard 4MB (4096kb) limit. When i delete the line, save my process and then link an existing attachment it works fine but for my purposes this is not acceptable behaviour. Is there any way around this? Thanks for your feeback Pa (...)

(...) Hello, is it possible to set the category of attachments to collapsed by default?

(...) Hello, I'm facing a challenge. I'm starting the workflows from a hotmailbox so I have no control over the attachments order. I'm also using the "Show first attachment on page load". I believe the system shows the attachment with the lowest ATT_ID. Is there any way to control which attachment is shown on page load? Thank you, Martin