WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Most commented

most commented

Hello, I have element in archive database, when I click admin I show error "Cannot read properties of undefined (reading 'showTitle')". How it fix?

Hello everyone I have a question. In the case of parallel tasks for several users, how do I display the status on the form, i.e. who has already finished and who still has to do it? Is it possible to do this? Thanks in advance

Hi, Does anyone have practical experience using Webcon in a container environment? Any pros and cons of using a container compared to using a full-blown Windows setup? There are a couple of articles using Docker Desktop, but I would like to hear from someone who is really using it in a Docker environment. Thank you

Hi, If I have a polish language, the data starts from monday, however if i change the lanague to ENG, I can see that the week starts from Sunday, How can i chagne this?

Czy jest mozliwosc integracji Webcona ze Slackiem? Dodatkowo, czy planujecie wdrozyc powiadomienia push na przegladarkach? Dziekuje :)

Today I was asked if is posible to set Webcon to: - if you are in "My tasks" where you have got: New / My / CC https://docs.webcon.com/docs/2024R1/Portal/MyTasks/ to set webcon to not be in edit mode just in read ? I remember i was read about that - but this setup is for whole process (form) https://community.webcon.com/forum/thread/2975 OK: - for step - for whole process Question is - it is possible to set that behave to particular group of users (webcon group)? if some one is (...)

Hello, I have noticed that some attachments for some apps are stored in [BPS_Content].[dbo].[WFAttachmentFiles] and some in [BPS_Content_Att].[dbo].[WFAttachmentFiles]. I am not sure what the cause might be, but I have observed that the attachments in [BPS_Content].[dbo].[WFAttachmentFiles] belong to older applications. Is it okay for it to be like this? Thanks.

Hello! is there a best practice how to transfer data from an external data source (eg. sql server) into a dictionary in webcon (and webcon in general)? I heard something about a technical path?

MVP

Hello everyone, I need your assistance with something. I am currently working on a Business Rule that should return a value using SQL. The Business Rule needs to be as universal as possible, and I want to pass two parameters to the SQL query. So far, so good. The issue is that I want to pass the same form field as a parameter twice: once as a value and once as a "column name" (essentially as an object value that I can transform in SQL with single quotes to something like WFD_AttText4). Thi (...)

Hello all, Do you know if the Search everywhere only allows to search for instances that were opened in the current year? Thank you

Hi everyone, I'm currently working with a popup search field that retrieves data from a REST web service. My challenge is that I need the ID to also be the value for the field. Essentially, when initializing the field, I need to set both the ID and the Name for the same field. However, when I attempt to do this, I encounter an error. Has anyone else faced this issue or found a workaround to handle this situation? Thanks in advance!

I have a process [1] in which you enter qualifications for people. Then I have another process [2] in which qualifications are also entered and when the step is exited, the data from process [2] should be entered into process [1] via a subworkflow. The data that comes from process [2] is in an item list and should all be entered individually (as separate instances) into process [1]. Before this, however, a query should be made as to whether the respective instance of the specified person has (...)

At the end of the approval process I'm sending email with some details and all atachments to specific mailboxes. But from time to time I'm getting error "ErrorAccessDenied Message: Access is denied. Check credentials and try again". Credentials are ok - it is sending 100 emails and giving this error on 10 another cases. Might be connected that Webcon app is sending 100 emails in like 2-3 minutes and Microsoft Graph has some limitations?

MVP

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. NewAttachmentData newAttachmentData = new NewAttachmentData(args.Context,Configuration.informationNecessary.FileName, fileMerge_Necorupt); newAttachmentData.FileGroup = new AttachmentsGroup(Configuration.informationNecessary.GropuName.Split('#')[0], Configuration.informationNecessary.GropuName.Spli (...)

Hello, In Field Matrix in "Standard areas", last tab, there is a checkmark for "user manual". What does that do? Thank you, Regards

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 add 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 a PowerShell script that is not connected to only one particular case data? Are there any plans to (...)

MVP

Hi everyone, Jarosław created a threat in which he points out that <buttons> 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>a tag</a>' + '<br/>'+ '<button>button tag</button>' + '<br/>'+ '<div>div tag</div>' + '<br/>'+ '<i class=''ms-Icon--EditContact ms-Icon'' title=''In Bearbeitung''></i>' (...)

Hi guys, is it possible to display a dynamic tooltip/information via the description on a form field? I should display a value including VAT on a value field that has no VAT and i don't want to use a new field. e.g. something like that: "Amount incl. VAT : {FD:166} * 1.19" Is there perhaps another way to display a tooltip on a form field other than via the field description?

Hi guys, Is there an easy way to copy content from one process to another, e.g. using the WFDID? For example, to copy the content of a text field from process 1 to a text field in process 2 using an action. Our users would like to have a feature to copy content from older processes to current ones if it is similar content. A kind of "copy template".

Hi, I am currently working on some tool management workflow in WEBCON and I have a problem. I have an items list with REST API as data source where user can pick and book tools for some time period. Time period property is not included in REST API so I'm using form fields for booking dates. Then I need to filter the items list using tools from REST API and dates from WEBCON database to exclude unavailable tools. Unfortunately i didn't find the way to do it using the REST API filter available in (...)