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

forum

Hello, how to bypass requirement with required field using Rest API. Even admin mode does not disable this requirement.

Hello :) I have an issue with attachments. I added new .xlsx file into attachment form field - this was empty file with picture inside. Now when I am trying to open it in preview panel picture is cut like below. Does anybody have an idea what can be a reason? Thanks a lot for help

MVP

Hi everyone, I'm wondering what would be the best approach for the following use case. There may be between 300 and 500 active claim workflow instances. The costs for these claims are tracked in the ERP system. The total of the costs needs to be in the claim, so that it can be used in reports. Challenges: 1. I can only use REST for retrieving the costs 2. The ERP system supports webhooks, which doesn't help us. 3. The total changes only rarely, I don't want to create a new version for (...)

Hello, how do I set a People/Group field to empty? When I use a rule to set the field to empty based on a condition it gives me an error on form load that says value cannot be converted to Boolean. "Error: Incorrect operation. Value cannot be converted to boolean.\n at g.convertToBool Thank you for your help!

How to add list of Attachments from the Form to Word Template? 1. A created word template 2. If filled by Automation process 3. How to add to template DOC the Attachment section ? 4. How to add Comments to template DOC [Bonus] ? I don't see the fields in Word plugin to create template .... 11 - word template 12 - the section from WebCon Form

1. In Automation (action) I create excel file from template and add few data to specific cells. 2. The excel file is attached to the form in attachment section. 3. I would like to create pdf file from that excel file. (i don't see that option) in design studio. what I would like to do: 0. create template with excel (done) 1. from fields update excel template (done) 2. excel template save as attachment or not [see other steps] (done) 3. change excel file as pdf. ( ? ) 4. sign pdf ... (...)

MVP

Hello, I'm facing a new challenge, maybe someone already had to deal with it and will be able to help :) I've created some time ago process for handling Recruitments, which connects two departments - HR and IT. On starting form, there are yes/no fields for required permissions/equipment for a new person. * Access to system X * Access to system Y * Laptop * Wireless mouse After the process have been running for a year my users came to conclusion, that we need to have 3 possibilities (...)

MVP

Hi, We have an issue related to the usage of columns from a datasource (dictionary, BPS internal view) within a choicefield-type field. The user 'windows user' has created a new application, a new process, and a new dictionary. After configuring these, the user created the corresponding datasources for them. They created a new process where they associated the dictionary/process with choicefield-type fields. For data filtering, they used the fields from the datasources as filters. An (...)

Delete attachements action seems to be buggy after upgrading from version 2022 to 2023. In my workflow I'm creating an attachement based on word template and assign it category "plik_word". After that I'm converting it to PDF, assingning the PDF a new category "plik_pdf". In the third step I dalete the attachements from the "plik_word" category. And it work perfectly in the 2022 versions, and now, in 2023.1.1.89 it does not matter what I put in the category field, the action seems to ignore it a (...)

After installing a new development environment, I have a problem with performing an SQL query to the BPS_Config database. The environment was installed with my administrative account. From the database level, I can also see that the users of the service and the application pool (db owner) have permissions to the database. The application pool is the account indicated in the installer as the user to connect to the database. The message itself points to a SID that I don't have in my domain. Every (...)

Hello, I am trying to use the webcon REST API to create a new instance and to upload an attachment. I am having troubles finding the version that should go into the URL ex: /api/data/v2.0/db/{dbId}/elements/{id} (in this case is "v2.0"). How can I find the version for my project? I have used the following examples from webcon: https://community.webcon.com/community/public/posts/post/examples-of-using-rest-api/109#a2 https://developer.webcon.com/docs/bps-rest-api/ https://developer.webcon. (...)

Hello, I' m new in webcon and i try to fix issue connected with attachments. I don't know much about attachments database but as i saw there are two places where i can find data : [BPS_Content].dbo.WFDataAttachmets and [BPS_Content_Att].dbo.WFAttachmentFiles When im trying to add attachment like always going step by step in my workflow everything is ok - attachment is being added in both tables. But i also have a button making me back to previous step ( i am using Start Element()) a (...)

Is it possible to create custom email that sends the information to the autor with the link to the element when user clicks on the path? If yes how so

Hello everyone In a process I run a cyclic action in the Global Actions. This action contains a "Start a subworkflow (SQL)". When the subworkflow action is executed I just get the message 'Incorrect syntax near '}'.' in the *Last error* field. As seen on the screenshot There is no '}' in the SQL query of the subworkflow action... So now I am facing the mystery where exactly this error occurs at all and what exactly is the cause. Does anyone know where I can find more information about t (...)

Hello everyone, I need your help with a task that should actually be relatively simple. I'm trying to establish a connection to my Site Collection in SharePoint and have entered the relevant data (Server and Site Collection, User, ...). When I click on "test", it loads for several seconds, and I get the error: Unable to connect to the remote server. Regarding my rights in SharePoint: I am the owner of the Site Collection. What could be the cause of this? Thanks in advance!

I'm trying to connect to Webcon with Power Bi. Service I set up OData user and API key as described here https://community.webcon.com/posts/post/odata-format-in-webcon-bps/346. I do not have a problem to connect using Power Bi desktopapp but after uploading report to Power Bi service there is a problem with refreshing although I set up on-premise gateway on Webcon vm - invalid credentials. Has anyone tried to connect from Power Bi service to Webcon on premise server?

Hello Does Webcon 2023 work with SQL 2022? Native or with compatibility db level 2019?

MVP

Good morning everybody, did anyone of you managed to change the pencil color of the "HANDWRITTEN SIGNATURE" FORM FIELD ? Thanx and a nice, sunny weekend (not here ;-) ), Bjoern

Changing the RestAPI mode to "admin" should allow you to update fields, including readonly. The documentation however mentions the requirement of "admin permissions" How to add requires admin permissions?. Below are excerpts from the RestAPI documentation mode -Enum: "standard" "ignoreReadonly" "admin" Optional mode parameter that specifies validation behavior. When empty or standard, all fields will be validated. When set ignoreReadonly, readonly fields won't be set but no error will be (...)

Hello, Is there a way to ensure uniqueness of items in Webcon's dictionary when importing data from Excel, to avoid duplication? Thanks.