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

forum

Hi, have you ever seen "Invalid form field order (name of field...)" error on main form, global form template? Once it happens, it happens any time I try to reorder fields on the form, and the field names are random. Also, with this error, the order of the fields becomes random, and impossible to manage. 2022.1.4.297 Any help? Best, Rafał

Hi, I have a question regarding Substitutions - BPS_Config. In the Substitutions table, the SUB_isActive column is 1, even if the period has passed. If I delete the Substitution, only then it will be 0. Is it supposed to work this way? How can I see the active Substitutions? Thanks.

Hi, I have a following problem. I've created a data table form field that downloads data from SQL query. In the where clause, I refer to the value of another ‘Criterion’ field on the form. The data table should display the data depending on the selected criterion. Unfortunately as I change the criterion, the table sometimes fails to refresh and displays the data for the previous criterion. How do I solve this problem? I don't want to use an item list filed because there is a character limi (...)

Hello! I'm currently implementing a workflow where I first create a Word document with form fields, initiating with the 'Start editing a file using OneDrive' action. This allows me to access and edit the Word file directly from my OneDrive folder, and everything works perfectly at this stage. However, I encounter a problem in the subsequent step of my workflow. After making modifications to the Word document, I aim to generate a PDF from the updated file. I am using the 'Finish editing a f (...)

Hello all, I'm trying to copy the HTML code from the company's sharepoint for the News page. I've tried many ways but the layout changes when I try to add it in the dashboard and even trying to select the margins, it doesn't fit in the page, like I just want to check the first 5 news and get a scroll. Maybe I'm asking for too much, but do you have any ideas? Thank you

Do you have any experience using up to a few thousands bps groups? Do they affect system performance? Thanks Kuba

Hello Experts We have a html template with our logo in it as an image tag. When we create a PDF from the template the logo is not displayed in the PDF. In the html template itself the image is displayed. We also tried to insert the logo directly in the Generate PDF action in the tab Appearance => Show header => Html: It's the same here. The only thing that is displayed in the PDF is the alternative Text for the image but not the image itself. The logo is located as file in a template process (...)

Hello, is there a way to find an element that has a specific value in one of the form fields using the WebCon API? Thanks for help!

Hi Is there possible to set a rule or something else, so that you can only add one item in an item list? And if a user tries to "Add" a new item (2nd item) to set an alert ...? Thanks.

MVP

Hi everyone, maybe you have read the change log of the latest version and come across the new action and it's description: This action adds all rows from the specified Data source to the indicated Item list, without checking for duplicates, but taking into account the values specified in the Columns mapping section. Executing this action may result in duplicate rows of the Item list. As I encountered the described implications, I wanted to stress this, as the current action may (...)

Hello all, I need to set up a control field where I want to check if the a specific column from an item list already exists in an external database. The use case is the following: Webcon process 1. Item List with Column Invoice Number 2. Number of rows can be more than one 3. timeout that will move to the control field to check if the invoice number exists in the external database 4. Process can only be moved to Finish if all the rows have a match So this works, if I just have one (...)

Hi, I have a situation where multiple users get assigned tasks on a certain path. The parallelism is set to Completion - All. It mostly work fine. But if certain users complete their task before other users do, the workflow goes into the next step, despite other user tasks not being completed. When I look at the element history, when other users finish their task, "Completion - All" and their name is logged. But when these "special users" finish their task, it logs "Information (editing allow (...)

MVP

Hi, I upgraded to the latest version, but I can't see the preview diagram in the portal. Have you encountered this problem? Thanks, Raluca

Index (zero based) must be greater than or equal to zero and less than the size of the argument list. SQL query: SELECT 111 as WFD_ID , 222 as PATH_ID

Hello, I have created a technical process in which I have defined a typed source - leave history and leave types. This source collects absence information from many other processes. Unfortunately, the Gantt chart shows only part of this data, even though the SQL query returns all of it (currently 3715 records for approximately 80 employees). I added a Gantt chart in the BPS Portal and limit it to the current month and one month back and one month forward. Why isn't Gannt showing all the data (...)

Hi everybody, has anybody an idea how I could manage to make (copy) out of a base64 type picture field an attachment for a bunch of instances? I.e. I have an QR code within my workflow instance as picture field. But I need to export it for external use. Kind regards Klaus

Hello, I have an external API: GET https://domain.com/api/employee/GetAll I have created a process using REST API that get token, then get Employee. (START - FINISH) GetAll - Retrieve the employees list. The HTTP verb for this method is GET. When i run the process manually, it works. I have created a global cyclical action that starts my workflow (every day run), but it doesn't work: Response Code: Exceptions: Error occurred : Cannot send a content-body with this verb-type. Syst (...)

Hi community! I have to remove all privileges (except the author of the element) on current workflow element for security reasons. I tried putting the action 'On exit' of the current step, before executing all other actions (assigning tasks, adding certain privileges, ...) on path to next step. According to an old documentation 'On exit' actions should be executed first and should not be dependent on the path, that was taken. Unfortunately the action 'Remove privileges' is always (...)

Hi community! I have to implement a choice field (Autocomplete or Popup), whose results should be dependent of the following: 1. Current step 2. If second choice field is selected, it should narrow down the results from a subquery (Item list) First of all Webcon doesn't accept a DECLARE statement in the first line of a custom datasource based on 'Current BPS connection'. A workaround here is the 1. statement (IF (1=1)). This query does seem to work (it is showing the right results i (...)

I was following: https://daniels-notes.de/posts/2023/copy-attachment-to-other-workflow and https://community.webcon.com/forum/thread/3240 [quote="Daniel"] you using the function would be one option. Other are: - Set the local parameter using an SQL command - Use the for each function to iterate through the attachments - Use the for each function in combination with a data source - Use the for each function in combination with "any collection Since there are numerous ways where th (...)