(...) a problem is the DPI from the Signature field being higher than of picture fields) -> Wouldn't that be a nice new feature? 26.09.2022: ======== Hello WEBCON, we are working on a prototype to document defects. Therefore, we would like to use a new kind of form field: It should act as an image field to upload an image, but then act as a handwritten signature form field to mark something on the i (...)
(...) set of the globally allowed attachments. Currently, the only way to restrict is the usage of validation rules. For usability reasons, it would be much better, to be able to restrict the allowed document types. With a little bit of javascript it is possible to set the accept attribute of the input field. The open file dialogue reflects the accept attribute and would filter the corresponding file (...)
(...) 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
(...) just from what's already there :) Example query inside custom column: IIF((SELECT DTYPE_GUID FROM WFDocTypes dt WHERE dt.DTYPE_ID = wfelems.DTYPE_ID) = '51a1dfbc-de3b-4a59-92c5-3342435b0088' /*document guid*/, 'Tak', ( SELECT CASE WHEN (ISNULL(WFD_AttBool7, 0) = 0 AND ISNULL(WFD_AttBool1, 0) = 0 AND ISNULL(WFD_AttBool2, 0) = 0 AND ISNULL(WFD_AttChoose45_ID, '0') = '0' AND ISNULL(WFD_AttBool (...)
(...) Hi, so there is a new version of Autenti plugin, also working with Webcon 2023. There are new configuration fields/options: Signature Type (Required) SMS authentication Unlock document by SMS Is there ANY document ation regarding options for those fields? Experimenting, I discover that Signature Type must be numeric, and: 0 means Autenti signature 1 means qualified electronic signature (...)
(...) e_Necorupt); newAttachmentData.FileGroup = new AttachmentsGroup(Configuration.informationNecessary.GropuName.Split('#')[0], Configuration.informationNecessary.GropuName.Split('#')[1]); new document AttachmentsManager(args.Context).AddAttachmentAsync( new AddAttachmentParams() { Attachment = newAttachmentData, SkipPermissionsCheck = true, document Id = Convert.ToInt32(Configuration.information (...)
(...) Hello everyone, Increasingly, when creating large applications containing many processes, dictionaries or document templates, the ability to group processes in Designer Studio would be useful. You can then group processes as you wish, making it much easier to navigate through large applications. Would it be possible to add such grouping to Designer Studio? Greetings to all ;)
(...) ents. Unfortunately, I have run into some difficulties and could really use some guidance. I'm uncertain about the compatibility of the Webcon components I'm using. Is there a specific resource or document outlining which versions work best together? Additionally, I'm encountering error messages about missing files and dependencies during the installation. Does anyone have experience with troublesho (...)
(...) Hi guys and girls has any one of you encountered an issue when trying to edit attachments that are larger than 28 MB? I have a process where a detailed picture document ation is provided using wordfiles which can get very large very quickly. Today for the first time ever i have encountered an error saying "Attachments larger than 28 MB cannot be edited". Has anyone an idea how to get around this (...)
(...) Name , 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 document ation, so that only the alias would be used. "ElementName" would get the alias "Subfolder" "Category" would be "Filename". This way: - We won't break the old SQL statements - There's no need t (...)
(...) Hi, I propose to reduce the document ation section by half, and enlarge the bottom sections on rules . Regards.
(...) Dear Community, I'm trying to connect with REST API to SAP API. According to SAP API document ation this should look like this: POST https://localhost:50000/b1s/v1/Login { "CompanyDB": "SBODEMOUS", "Password": "1234", "UserName": "manager" } In response I receive receive 2 HTTP Cookie items (B1SESSION and ROUTEID) that I have to submit with every REST API call to SAP API. The (...)
(...) between tab panels, JS is not working anymore. On page loading/Refresh, it is fine. Do you have any tips? Thank you. let itemList = #{BRP:151}#; setTimeout(() => { var itemListElement = document .getElementById(itemList.fld + "_" + itemList.id); if (itemListElement) { const provenientaElement = itemListElement.querySelector('th[data-key="#{SFLD:512}#_#{DCN:512}#"]'); if (provenie (...)
(...) ossibility to apply filters, search in specific fields or apply a full text search. Basically all the things we can do within a report on the portal To achieve this, we currently have to use the undocument ed internal api, that reports use when we apply filters and search for elements. This works perfectly so far, but it would be much better to have this functionality also within the public api.
(...) How does showing data place marked in a screen? It's not explained anywhere in the document ation.
(...) Hello, I need to look through xx document s one by one. I think that a very interesting solution would be a report that would allow you to jump element by element. For example, I have 100 document s to review and I don't have to go to each one individually, but move through the pages of a book in the report. Same think as is done on history element its possible jumping one by one change. Or Mebay i (...)
(...) ultiple instances( update fields of different instances ) but I have not figured out how to get instance by a number. I have list of instance ids. RunCustomActionParams args, args.Context.Currentdocument contains GetFieldValue method but does not contain any method GetInstanceById
(...) AAD. In this instance of WEBCON BPS, we’re using Azure Active Directory for both authentication and user list synchronization. Our goal is to manage AAD directly from WEBCON BPS. According to the document ation, we need to enable Active Directory Actions Configuration. However, regardless of how we enter the user credentials, we encounter the following error: “You have entered invalid user credentials (...)
(...) y. According to BPS, everything went smoothly—the package was implemented successfully, and the add-in functions correctly when the user proceeds through the path. However, the issue arises when the document follows a path triggered by a global action. In this case, the add-in generates the following error: Could not load file or assembly 'Experimental.System.Messaging, Version=1.1.0.0, Culture=neutr (...)
(...) be any margins imposed on the control (1). My only idea right now is to remove the class which causes this via JavaScript in the HTML field, so that it is aligned with the other controls (2). document .getElementById("SEL_HTML_#{WFCON:7009}#").querySelector(".grid-template__panel .upsidePanel__content").classList.remove("upsidePanel__content") or with CSS: #SEL_HTML_#{WFCON:7009}# .upsidePa (...)