(...) Similar to that thread: https://community.webcon.com/forum/thread/969/15 on initial step on path action to count attachment did not work ... doesn't matter if element is saved or not. The attachment was added by item list.
(...) I created process where I have got: 1. Parent process with Item list: a) description b) attachment 2. I start child process a) copy data + copy attachment s b) i would like to populate the same in child item list with records correlated with coped attachment s ... I did SQL source: [code="SQL"] SELECT e.DET_ID as 'ID wiersza dziecka', e.DET_WFDID as 'ID Elementu Detalu dziecka', (...)
(...) Hello all, Does anyone configured an action for Document signatures using the built-in action for Sign an attachment with CoSign? I'm not sure how to establish the SOAP Url and login. I thought that selecting the attachment , the user would be prompt to login in DocuSign page and sign the document. Thank you
(...) Hi, Do someone know how can to create an attachment instances with content and filegroup for send in specific instances? I need for version sdk 2023 I attached the cod fromversion 2022. Newattachment Data newattachment Data = new Newattachment Data(args.Context,Configuration.informationNecessary.FileName, fileMerge_Necorupt); newattachment Data.FileGroup = new attachment sGroup(Configuration.infor (...)
(...) Hi, it would really be great to add support for the hyperlink action on the attachment menu. The only additional thing which would be required is the id of the current attachment . The hyperlink action supports executing JavaScript and one use case would be to trigger the print dialog without opening the preview. While this is one there may be other use cases which is the reason why I don't request a (...)
(...) Hello, I have a question regarding attachment s. Is there a way to remove the "[None]" option and see only the categories from the selected datasource? Thank you for your help!
(...) Hello, I would like to create a process that deletes all attachment s from my current app. I selected option: Remove attachment and all binary data But when i look into DB: [WFDataAttachmets] i see the records for my given instance Also when i look into [BPS_Content_Att].[dbo].[WFattachment Files] also i see records for my given instance Is there a possibility to delete, to free up space or someth (...)
(...) Hello, I have noticed that some attachment s for some apps are stored in [BPS_Content].[dbo].[WFattachment Files] and some in [BPS_Content_Att].[dbo].[WFattachment Files]. I am not sure what the cause might be, but I have observed that the attachment s in [BPS_Content].[dbo].[WFattachment Files] belong to older applications. Is it okay for it to be like this? Thanks.
(...) Hi guys and girls has any one of you encountered an issue when trying to edit attachment s that are larger than 28 MB? I have a process where a detailed picture documentation is provided using wordfiles which can get very large very quickly. Today for the first time ever i have encountered an error saying "attachment s larger than 28 MB cannot be edited". Has anyone an idea how to get around this li (...)
Hi, at the moment the column "ElementName" is used as a category /subfolder while the column "Category" is used to display the filename. select Top 3 ATT_ID , ATT_FileType as ElementName , ATT_Name as Category I'm not using these option very often but each time I'm looking at the names in the info icon and get confused. My suggestion would be to add alias and update the documenta
(...) How to Set order of attachment s Category? I Have category list:: ID=1 Name starts from "P" ID=2 Name starts from "U" ID=3 Name starts from "A" I would like to sort category by "ID of Category" not by Category Name Letter / number .. work around will be probably ad 1. 2. 3. to order names ... but ... there is other way ?
(...) Custom way to sort attachment s category... I Have category list: ID=1 Name starts from "P" ID=2 Name starts from "U" ID=3 Name starts from "A" I would like to sort category by "ID of Category" not by Category Name Letter / number .. work around is now: add 1. 2. 3. to order names or use java script ... related topic: https://community.webcon.com/forum/thread/5721
(...) Dear Community, I’d like to propose an idea: adding the ability to create folders (not categories currently available) in the attachment s area. This would allow users to better organize multiple attachment s in a way that suits their needs. Your comments are more than welcome.
(...) Hi, I'm currently upgrading processes to WEBCON BPS 2024. I was expecting issues with custom JavaScript but encountered also one with the "Add attachment " action. While testing I got this error: Error occurred in add attachment action: Copy attachment s. No attachment s I'm not sure when, but it seems that WEBCON BPS now checks whether any attachment s exist which can be copied over. If they don' (...)
(...) Hi, When we try to add the same attachment , a pop-up appears asking if we want to overwrite the existing attachment , with options like Overwrite, Add New, Cancel... Is there any way to remove this pop-up, and always add the attachment as a new one when adding the same file? (ATT_ID to be different) Thank you.
(...) Hello, I have an item list where, upon leaving the step, each data row is sent to a separate instance into another application via a subworkflow action. However, when attachment s are copied to the subworkflow using the checkbox function, all attachment s from the entire item list are copied to each new instance. Is it possible to configure it so that only the attachment associated with the specific da (...)
(...) Hello, I have an itemlist where, upon exiting the step, each data row is sent to a separate instance in another application through a subworkflow action. At the moment I can only enter one attachment per dataset but I want the possibility to send multiple Attachements. I got the hint to use the splittotable-function when multiple attachment s are added to the itemlist record. Now my question is how (...)
(...) Hello everyone, each time an instance is edited via a path, the attachment s are duplicated in the database, even though they may not have been customized. Would it be possible for the attachment s to only be duplicated if the current version has actually been edited? Best regards Marc
(...) HI, We have a process that has a substantial number of attachment s and the client would like to be able now to search after their name. Initially, we didn't leave the check mark to Add attachment content to SOLR search index. Apart from enabling this, is there any other option? Would it significantly slow down the search if we do it now? Thanks, Raluca
(...) The good option is to create the dictionary processes – for more information, see Dictionary processes. Fig. 10. Attachement section The SQL query returns the attachment ID because the attachment versions are stored in the database. You must select the current one –for this, add TOP 1 and ORDER BY ATT_TSUUpdate DESC. ATT_WFDID is the instance ID where is the te (...)