(...) version. Is there a way to arrange the order of reports in 2025? OK, sorry, I just found it. Need to do it in the browser by changing the mode to edit in the application dashboard. This used to be avAI lable as dashborad in Designer Studio. Now there is a node called "Dashboards" in Designer Studio, but there is nothing there, which is confusing.
(...) report with past vacations after update to 2024. The problem occured on 2 versions 2024.1.1.130 and 2024.1.1.161. 2024.1.1.130: #1 problem we noticed: We cannot see any past data vacations, mAI nly on a simpified report (black/white one). #2 problem we noticed: On a advanced report with colors we can see past vacations but not all types. 2024.1.1.161: All type of reports (simple/adv (...)
(...) actions WebCon locks down the instance and I couldn’t find a way to make any changes to the process. I use the parameter “forceCheckout=1” – that works fine as long a user is editing the form but fAI ls when called from inside a PowerShell action. I see two options there: 1) I could do it with an asynchronous PowerShell process and upload the attachment when WebCon has finished processing act (...)
(...) issue is, that the id of the selected item list was saved (1) without using the variable syntax (2). In turn the integer value wasn't replaced during the import and the execution of the action will fAI l, if the integer values are not the same on both systems. In the worst case the value does exist for item list on both systems but for different ones. You can use the below query to get all action (...)
(...) There's tile restriction in Outlook addin classic which doesn't allow to add more than 12 costum tiles. Is there any way to add more than 12 tiles? I'm asking becouse this tool is used on dAI ly besis by our costumers.
(...) plications” Currently, if we give a global level of, for example, “permission to read all items” it can be problematic to give permissions to the application per each application. This needs to be mAI ntAI ned and remembered. If there is a global level per item, it should also be global for the application. Regards.
(...) in the development environment. It also worked fine in the production environment when I imported and published it the first time. When I imported the application into the production environment agAI n after making changes and clicking on it, I got an error with the message: Type: System.Collections.Generic.KeyNotFoundException ------------------------------------------------------- Message: (...)
(...) be in the UPN Format. In the knowledge base there is an article where the BPS ID is [some name]@webcon.pl. My questions are as follows: 1) Could I also use "@webcon.pl"? Or should I rather use my domAI n name? 2) Is this group only within Webcon or will it be visible in Active Directory of my organization? 3) Is it only an identifier, or does the domAI n name matter in some way? In other words, ca (...)
(...) 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 (...)