(...) Hello everyone, we use a lot of custom email templates. One recurring issue is the lack of options for design and name changes for "Go to Element" and "Go to Application". AD ditionally, emails for users who rarely interact with WEBCON often find the "Go to Element" button confusing. It would be desirable for us if the names were customizable and the fields could respond to HTML design inst (...)
(...) cation from the development environment to the production environment and got the error: "Check if the import service role (part of the core roles) is running for the current databases". Has anyone hAD this error? Thanks, Raluca
(...) Just a reminder ;-) : https://community.webcon.com/forum/threAD /1028?messageid=1028 Hello there, with working much more with compact start buttons, i am optimizing our older dashboard layouts. We have a few applications, which have many start buttons. So i was wondering, if, maybe, in further coming WEBCON versions there could be the possibility to AD d 2 more "section layouts" like i post (...)
(...) pe was working well. For example such code: SELECT '➕➖' AS XX Generated two nice buttons with + and - that performed some actions. With the current version 2023.1.3.202 WEBCON AD ds extra " signs, so the entire code is quoted and displayed as text and not intepreted as HTML I would appreciate any idea how to solve the issue
(...) Hi, I think everyone of use has run into this error more often in dev/test than anyone wants to AD mit. Message TIM_ID: 15 - WEBCON BPS Timeout actions error: checkout exception occurred. Instance ID (WFD_ID): 5907 WEBCON BPS Timeout ID (TIM_ID): 15 Could you we gain a global setting, with which we can disable this check / allow the timeout to undo the checkout? I completely understand (...)
(...) Hi, I've prepared a template using Word Classic and put there data rows and data tables fields. Unfortunately the data are not displayed. The same situation happens when I go to AD min Mode > AD min actions > Word Template Printout. No data from data rows/data tables fields are diplayed. I am using Webcon Express.
(...) Hi everyone, Jarosław created a threat in which he points out that elements are no longer rendered if they are used in an item list data row column.: https://community.webcon.com/forum/threAD /5247 I tested the most common/likely elements and to verify which are supported by using this SQL query: select 'a tag' + ''+ 'button tag' + ''+ 'div tag' + ''+ '' + ''+ 'img tag' + ''+ 'input t (...)
(...) Hello there! We are encountering a similar issue as described here: https://community.webcon.com/forum/threAD /4743?messageid=4743 Despite checking everything, we still haven't found a solution. After a few seconds, the license service stops and gets disconnected... The problem seems to be: The connection is initially established but after refreshing a few times it gets disconnected. How c (...)
(...) mproving the comfort of their work. The second topic is the code editor. Currently, in Designer Studio, the place where we edit code that is, for example, "sql command" is probably a regular notepAD without support for, for example, tab. It would be useful to have such a small VS Code in the places where we edit code. Reports of this type have alreAD y appeared but I am refreshing the threAD .
(...) We would like to run a PowerShell script periodically, to prepare data for selected cases in one of our interfaces. BPS Studio version 2023.1.3.202 doesn't give us an option to AD d that type of action in global actions (configured for the process). So currently we have to use a task, that is configured in TaskScheduler on the application server, to run it. Is there an option in BPS Studio to run (...)
(...) have a question. I want to return all weekend days in SQL for my form validation. This is my SQL Code that returns these days, but only for the current month: WITH Dates AS ( SELECT CAST(DATEAD D(MONTH, DATEDIFF(MONTH, 0, GETDATE()), 0) AS DATE) AS DateValue UNION ALL SELECT DATEAD D(DAY, 1, DateValue) FROM Dates WHERE DATEAD D(DAY, 1, DateValue) < DATEAD D(MONTH, DATEDIFF(M (...)
(...) from. If there are more than can fit in the window width, scrolling through them is dramatically slow. I would suggest changing this to a drop-down list. With a search option it would be great. [I AD ded the same topic six months ago, but I'm doing it again because of the lack of response to the previous one].
(...) Dear Webcon Team, The new To-Do list feature is excellent. However, AD ding the ability to assign/delegate tasks would significantly enhance team collaboration, efficiency, and accountability. This feature would allow clear assignment of responsibilities, ensuring better workloAD distribution and improved project tracking. Best regards, KonrAD
(...) Hi, it would really be great to AD d a custom title or even a description to a new diagnostic session or in the overview. This would make it easier to identify the session. It would nice if the user could provide the details but it shouldn't be in the "end and save session" dialog. It happened to me a few times, that the a JS error occurred and the dialog wasn't displayed. Best regards, (...)
(...) about the service configuration. In the Services configuration -> Services -> Service_name -> Configuration tab, the database components are configured. How can I increase the number of action threAD s for timeout? I would like to parallelize several timeouts and not wait for the transition after each of them is completed. Do you have any idea for this? Regards ;)
(...) as reports. When I open any instance I can only see all info but no edit option. The purpose is not to manually access instances from this process, but to search for them using the global search. SAD ly it does not work. It should be able to search using info from pdf that is attached to one instance, but obvious it does not work. I tried to give this user AD min privileges and still nothing ha (...)
(...) is is not the best practice but I have an approval step where the users might need to have that rejected to make changes in the form. The step is only handled by the approver and I don't want to use AD min options to change the status for a specific request. I thought about AD ding a timeout to check if New comments were AD ded in the request. I know that in the notification configuration, I can s (...)
(...) automated? I need to change form type X to Y, no diferentiation whatsoever. Maybe some SQL? Changing WFD_DTYPEID in WFElements and WFHistoryElements will be enough? What do you think? Thanks in AD vance. Wojtek
(...) shot - if not now, then I'm not sure if there will be a better time ;) I think most of us have used SQL Server Management Studio or Azure Data Studio to test some queries, and maybe a VSCode / NotepAD ++ for some powershell - all of those support autocompletion (which in most cases of recent software is supported by language server protocol). Could we get a built in autocompletion for custom bus (...)
(...) Hi, Is it possible to remind the user to save the form after AD ding several items to the item list (WFD_SubElems). I ask because users report a problem, such that they forget to save (click on the transition path).