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

forum

MVP

Hi, Following a security audit, we are compelled to set the CLR Assembly Permission Sets to SAFE_ACCESS in SQL SERVER. I'm not an expert in SQL. What impact does this setting have on Webcon? Thanks, Raluca

Hello Durning installation of the Webcon BPS for Microsoft Outlook Addin 2021.1.4.195 plugin and opening Outlook, the error "Access denied to the path c:\Users\xxx\Appdata\local\Temp\Deployment\A3Y823NQ.KMT\9J59YY7H.WXE\sk" appears when loading the plugin. \Webcon.Workflow.Outlook2010.resource.dll" (I'm attaching a screenshot). Massive deployment from sccm . Command line : Execute-MSI -Action Install -Path "v100.msi" -Transform "v100.mst" -Parameters "WorkFlowUrl=`"$envProgramData\Webcon2\Web (...)

Hello, Is it possible to input two different values into the 'Update Related Workflow Instance' action in Webcon BPS Designer, but have them appear on separate lines within the same field? Specifically, I would like to know if there's a way to use a newline character or any other method to achieve this. My Observatii 2 field is Multiple lines of text. Thank you

Hello all, I'm trying to set up a button to start another workflow but I want to pass the current instance ID so I can relate the two instances. I'm using the info from Webcon but I don't know how to pass the ID: <div style="margin-top:30px;"> <div style="margin-bottom:30px;"><button style="background-color: #DAA520; padding: 10px 25px;font-weight: bold;font-family: Helvetica;font-size:18px; " class="fr-rounded fr-large" onclick="StartElementInNewWindow(54,54, 'AttText47=' + encodeU (...)

MVP

Hello, I copied one item list from one process to another and after trying to save the process I get the below in the attached image. There are some datarow field in the item list that are showing data coming from business rules. I guess they are causing the problem. The main issue is that designer studio doesn't show the fields anymore so I'm unable to delete the item list that I copied. As you can see it looks like there are no fields and workflows defined in the process but that is not tru (...)

Since i cannot open a support ticket at the moment i have to go this way. When creating a new substitution in 2023.1.2.44 i get a "Bad request" error when saving the substitution. Attached you find the diagnostics session and develeoper tools log. Any ideas what is going wrong here? // diagnostics json { "session": { "id": 565, "sessionGuid": "2c8664cd-1862-4978-9355-1d0b7c3c47d5", "userTime": "2023-08-31T05:51:09.457", "userLogin": "xxx", "userLanguageCode (...)

MVP

Hello everyone! I have the following challenge. I need to open the pdf attached to a workflow in a popup. I successfully managed to do so using the base64 encoded string and some javascript. Now the problem is that the pdfs are larger than expected. Some of them are 5MB and even more. For those large pdfs the script is not working, nor is effective to try make it work. I can go the Python way, create a server-side endpoint that would serve the PDF to, e.g. PDF.js. But I was wondering if th (...)

MVP

Hi everyone, maybe someone else is using some internal JavaScript objects and if this is the case, check whether you are using window.initialModel and make adjustments. In R2 it's gone. Most of the objects of the initialModel can be accessed via the liteModel. /api/nav/db/${parameters.dbId}/element/${parameters.instanceId}/desktop If you have no idea what I'm talking about, than everything is fine. :) Best regards, Daniel

MVP

There seems to be a new documentation for the latest release of WEBCON. Does anyone have that URL? I am too lazy to update to the latest version and I am very curious how it looks like. Anyone from WEBCON can get it for us?

Hello, Does anyone has a rest api configured to access Sales Force? I have a connection and I use it in a process but I'm getting the data from Opportunities. I would like to bring in a specific report. I've checked how to do this and I came up with this query using the GET /services/data/v52.0/analytics/reportTypes/Opportunity But when I use the field as a Data table in order to check the information, the list comes empty. Anyone tried this? Do you know how to bring reports instead of (...)

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 (...)