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

search results

for AI

(...) Hi, we are 3 colleagues that use that use Designer Studio on a dAI ly basis for more than a year now. Considering that our organization has only MAC workstations/laptops, would it be possible to port Designer Studio for iOS? At the moment we bypass this inconvenience by using Windows VMs or using 3rd party software like Parallels but it would be great not to have to pay for these additional resource (...)

(...) for All PDF-Attachments of an Instance Dear All, I am currently looking for a way to extract the "Content as Base64" for all attachments associated with a specific instance. My goal is to obtAI n a single text line in the following format: 'Base64 PDF 1', 'Base64 PDF 2', 'Base64 PDF 3'. -> The easiest way would be to use built-in tools, but unfortunately, that doesn’t work (CONTENT AS BASE6 (...)

(...) I’m working on a project that involves an HTML button/JavaScript triggering a file download at the end: JAVASCRIPT: // Save the PDF and offer it for download const pollerPdfBytes = awAI t pollerPdf.save(); const blob = new Blob([pollerPdfBytes], { type: 'application/pdf' }); const url = URL.createObjectURL(blob); const link = document.createElem (...)

(...) .. ---edit---- because I have Item list with attachments attribute so .. in popups window I can not pick attachment ... :/ and now I need i popup window put a data (category) and "save" and agAI n edit line in item list by adding new attachment ... [the link to pick attachment is working ... but I don't need it in my scenario] P.S. System "Attachment group I have hidden"

(...) h. • Stopwatch should starts and run when the form field with stopwatch is visible and stop when not visible. It should be visible through few steps. When not visible, it will reset. When visible agAI n, it will start agAI n. Alternatively, • JavaScript, HTML, CSS stopwatch with buttons (Start, Reset are enough). Are these requirements feasible to be done in WEBCON? I know, in WEBCON: • (...)

(...) https://community.webcon.com/posts/post/wfhistoryelements-and-wfhistoryelementdetAI ls-tables-description/56/26

(...) at the moment I'm struggle with filtration .... skip save or other than end step paths ... in green lat 2 - the "steps" where I clicked - finish ..live the step ... where I have 1 person and no wAI ting for other to finish - it was easy .. but if in step I have assigned 2-3 people and one of then is behalf then ... is more difficult ... SQL query: [code="SQL"] SELECT WFH_ID as 'ID (...)

(...) Hi everyone, I’ve been working with the Webcon API, but I've found that the standard API functionality is not sufficient for all my needs (mAI nly for filtering items and searching). However, I came across the possibility of using the OData standard in Webcon, which seems like a promising alternative. I recently read a post on the community forum about OData support in Webcon, which you can find h (...)

(...) Value = 0 then 'Unblocked' when CHD_NewValue = 1 then 'Blocked' end as [New_value] , CHR_TSInsert as [Date of change] , CHR_RowID as [Row change] , CHO_CreatedBy as [Who changed] from ChangeDetAI ls join ChangeRows on CHD_CHRID = CHR_ID join ChangeOperations on CHR_CHOID = cho_id and CHO_ObjectID = 142 --column with value of changes where CHD_CFCID = 1507 --attribute Environment (...)

(...) I installed a new instance of webcon. In IIS I have new site with 3 bindings webcon-test.domAI n:.com 80 webcon-test.domAI n.com : 443 empty :80 Auth provider AD I'm not able to login to portal from the machine where webcon is installed via https/http://webcon-test.domAI n.com But link http://localhost works fine When I change a server and try to login via https/http://webcon-test.domAI n. (...)

(...) Working Area: TEST-Server Hi everyone, i just tested the PUBLIC LINK feature the weekend before, and everything worked fine with my PUBLIC LINK and my private GMAI L-Adress. We want to give unknown guests (except an invitation emAI l) the possibility to log into a step of a specific workflow, press the path button and then lose access to the instance. Today we upgraded to the 2024 Version on (...)

(...) Hi everyone, I will try to explAI n the behavior as good as I can but I don't have any explanation for it. Maybe someone else does and has an idea how I can track the 'culprit' / improve the behavior. We have an item list with related documents. This item list has a data row column which outputs an HTML fragment for the current row to trigger a rename function. select ' ' AS Rename (...)

(...) move both databases and the portal to new servers? I tried to backup the databases, restore them on new database server and then perform upgrade on the new application server, but the installation fAI ls when connecting to the Search Server: 06-02-2025 19:02:51 msg: Step2 src: Upgrade 06-02-2025 19:02:55 msg: Sql version: 14.0.3480.1 src: SqlServerVersionChecker 06-02-2025 19:02:59 msg: Url to (...)

(...) omputer it seems to be installed too. As far as I understand, this add-on should allow to edit pdfs However, when i'm trying to edit a pdf document, the "IT Hit Edit Doc Opener 5" is downloaded agAI n. Has anyone experience in editing pdf's in WEBCON BPS?

(...) h data from another process. I want to map it based on the DET_Att23 ID for each row of the report:: select sum(DE.DET_Value2 - isnull(DE.DET_Value17, 0)) as nn from WFELEMENTS join WFELEMENTDETAI LS DE on WFD_ID = DE.DET_WFDID where WFD_DTYPEID = '212' and DE.DET_WFCONID = '5788' and DE.DET_IsDeleted = 0 and WFD_STPID '935' and dbo.clearwfelem(WFD_AttChoose55) = DET_Att23 Should I rep (...)

(...) ng a configuration file distributed through MDM Intune. This functionality would apply specifically to the WEBCON BPS 2022 mobile application. This feature would greatly enhance the deployment and mAI ntenance of mobile app settings in large organizations by enabling administrators to standardize and automate app configurations without the need for manual input on individual devices. Key capabiliti (...)

(...) Is there a way to set attachments to read only for a certAI n step? Reason: I have a voting application in which several people can vote on the publication of a new file. The application consists of a mAI n workflow (with a list of the workflow participants) and a sub-workflow for each participant. After the "Start" step, I want the attachment to be read-only. In both the mAI n workflow and the (...)

(...) s that row coloring in report views does not work for calculated columns. When I open configuration for row coloring and choose one of the calculated columns, the operator field becomes inactive and sAI s . Use of calculated columns would be nice to color the whole row, not only a column value (lamp).

(...) " in Reports After Upgrade Hi everyone, We hope someone can assist us. We recently upgraded from 2023.1.3.29 to 2024.1.1.187 and noticed that the integrated reports on dashboards no longer retAI n their default sorting. When we attempted to adjust the sorting, we realized that the corresponding menu option is missing _(including normal reports opened over the menue)_. As a temporary wo (...)

(...) Hi, I need to place a picture in a word template document. The picture is obtAI ned during each instance process as a canvas export, base64 string. I can't find a suitable way to include the custom picture in a word template. I'd stay to word template, not changing to HTML. Thanks for your help, MihAI l