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

most commented

Hello all, Does anyone configured an Item List to be initialized with a SQL query that will query from another database? In this case I want to query from an Oracle DB and initialize the columns with the columns from the query: select milestone as {DCNCOL:185}, milestone_date as {DCNCOL:186}, amount as {DCNCOL:187}, currency_code as {DCNCOL:188}, amount_euro as {DCNCOL:189} from PL_Invoicing I'm trying to this but it's not working. Hope anyone has ideas for this! Thank yo (...)

MVP

I'm banging my head on the wall... I'm sure there is an easy solution but can't figure it out at the moment. I would like to prevent users entering duplicate values in a field when starting a new workflow and I don't want to use the Instance Number to achieve that. I have a process ABC with field WFD_AttText1. How do I prevent the user to enter a value that already exists in the field WFD_AttText1 of the process ABC? Thank you.

MVP

Hi, Is there a way of installing on the same machine multiple versions of the designer studio? That would be great when working with remote/local designer and when your customers have different versions of WEBCON. Thanks!

MVP

Hello everyone, did someone update the database compatibility level from the default 'SQL Server 2008 (100)' to a newer one and can share their experience? I really would like to make use of those "new" functions instead of using hard to read workarounds. Best regards, Daniel

Hey all, I have the following problem. When I try to open BSP-Studio on my local machine I always get the error in the picture. On the server it works fine. Do you have any suggestions Greets Georg

Hello All, Big project regarding to reservation system is ahead of us. And one of the very useful feature will be gantt chart on the form and as web part as well. So is there any plans to implement Gantt charts in next Webcon BPS versions? Or maybe there is posibility to prepare Gant Chart in HTML attribute? I mean off course Gantt charts in Modern Webcon BPS, because we wouldlike avoid to built new app on classic SharePoint, where gantt charts are available.

MVP

Hi, I'm wondering if I missed something or there's another/bezter way to add a required boolean field. My current approach is to define a choice field with true/false options, set a label "select an option" and mark this field as required. I'm using global constants for the IDs so that I can check the value of necessary. I don't use the boolean field itself because an unchecked boolean field would fulfill the required definition too, if I remember correctly, Is there a better way? It j (...)

Did anyone test OAuth 2.0 authentication with OneDrive upload actions? It seems that it's not using proper way of saving files. So I can read lists just fine but when using this action I'm getting 401 unauthorised.

Hi everyone, I’m running into an issue with calculated columns in a WEBCON BPS report and I’m wondering if anyone has faced something similar or found a workaround. I have a report based on some workflow, and I’m trying to add a calculated column that returns the value related to a given element in report. The value is stored in a table located on another SQL Server (linked server), which is already connected to the WEBCON database. I tried using a query like this: SELECT Value FROM [serv (...)

Is it possible to get all possible values of ChoiceList field using API call?

Hello, I seem to not understand how a system step works properly. I have a workflow, in which I want to send a mail in a system step and then go on to the next step. The mail is sent, but the system step does not go to the next step. (we have Webcon 2025.2.1.91) ("move workflow" is not available; only "move workflow (sql)", but it is not possible to move the workflow you are in at the moment) (there is only one path after the system step and it es marked as default path) (the ar (...)

Hi, I've created a timer with an action 'Update item list values' and 'send a custom email'. I want it to refresh my item list every 6 hours. Please find attached my timer configuration (to test it I set the interval to 1 minute and added an email action I mentioned above). I saved the process and waited looking at my form instance. Nothing happened. I also can't see this timer in Reports > Timer operations activity analysis. Do you know why? Perhaps I have to restart my workflow service? (...)

Item-list adds text value = "0" on <td> - tags Before the updated from R2 2025 to R1 2026 everything worked fine Now those Zeros are showing up in the item lists UPDATE: It has to do with items list row to edit set to 0 Why is it allowed to be set to 0 if it causes such a ruckus We debugged our way through it in the office. but it breaks quite some form fields and html code as a result !

Created form rule that is triggered on Change by a float field. It checks if the sum of a certain column in an itemlist exceeds the value in the field, if so the colum should turn red. The problem is if the form rule is triggered it chan only change the color once. If we change the value again the color persists (i tested the statment with an alert if it follows the right branch) Does someone know what causes this issue?

Hello, we want to integrate a WEBCON application with a banking / core-banking REST API protected by OAuth 2.0 (WSO2). The API is fully standard-conformant (RFC 6749) and supports the following grant types: client_credentials authorization_code password (Resource Owner Password Credentials – intended for trusted internal TSS clients) For the required backend endpoints, the core-banking API supports only user-based tokens obtained via grant_type=password. Application tokens (client_cr (...)

Hello community, what could be wrong with my configuration - Archive workflow instances - Retention mode - Remove from content database (see picture attached)? It is not working.

I have a workflow that will wait for an attachment to be added. The attachment is added via A mailbox. I can trigger action uppon instance saving, however i did not find a way to do a path transistion. I appreciate all help.

Hi, I switched the service "Exchange Rates synchronisation" and defined a schedule, but it fails with an error. "Task completed with error: There has been an error while processing the currency API response. Has the API data format changed?" How can I trouble shoot this? Where can check the API settings? Kind regards Klaus

Hello, Is it possible to create a single report that shows both a user's own tasks and the tasks of their subordinates? We have a scenario where supervisors and their team members perform similar tasks and use the same Process and Workflows. Currently, it's difficult to display both sets of tasks on one consolidated report. I am aware of the feature to view a report from a subordinate's perspective, but users have expressed a need to see their own tasks alongside their subordinates' tasks (...)

Hi, is it possible, to use the action 'mergeattachment' not only for attachments in ONE form but also in DIFFERENT forms? If not, is it possible via sql? In the attached picture there is a screenshot of the following sql-query of the webcon-database: select ATF_WFDID, ATF_OrginalName, ATF_OrginalValueHash from dbo.WFAttachmentFiles where ATF_WFDID > 9620 how can I export the word-docs as real word-docs to the filesystem of the server? Greetings Franz Mayer