(...) Hi community! In some scenarios it is necessary for us to render datatables on form containing some custom links or buttons. For this reason we built following SQL statement for test ing purposes: SELECT 'Internal' AS ID, 'Click me' AS HTML UNION SELECT 'Azure' AS ID, 'Link' AS HTML And we used this datasource in a datatable field on form. However, we have some interesting results. (...)
(...) a local user account? If I want to add one, I get an error, that the existing BPS Id does not match the UPN format. background information: a customer uses a single server machine for running a test environment for WEBCON BPS. The VM has no access to a domain so the installation has been executed using local user accounts. The customer will access BPS Portal using AAD. I'm not part of the AAD s (...)
(...) 3) after succesfully scan -> scanned value will be set to field Done Thanks a lot P.S. We are working with 2021.1.4.154, but so far as we know exists the required functionality also not in the latest version, but not completely sure :) Best regards Thomas
(...) n I wanted to save the entire process including the new configuration I received an error telling: There was an issue within the table storing the web service configuration caused by a value NULL. test ing around I found this work around: 1) Delete the web service action template you want to change. 2) Rebuild it from scratch. This leads the action template to receive a new ID within the databa (...)
(...) nt to send out a notification email for information, the receipient doesnt have a task in the step. So i defined a template, put fields and grids in, and lokked at the preview. Whatever i try, if I test with an instance that is currently in a step that is avi for MailApproval, Webcon adds the available path-buttons to the end of the email. This will confuse people that are only meant to be notified (...)
(...) it was / is not. setting up the OAuth2 app authentication in Azure and webcon is pretty straightforward. - it works like a charm in Postman ( I get my bearer token back) but I have no real way to test it in webcon, so I have to assume it´s working. then you still have to set up the REST Web Service connection, then the actual Rest Web Service Data Source. but it is not possible to get the actu (...)
(...) Hi, We upgraded from 2022.1.1.53 to 2022.1.2.59 and after the upgrade the action :Send standard (or custom) mail in not working. When we test from System settings -> E-mail notifications -> Configuration of sending e-mail, the emails are sent. When send email from action, the action is working and the email sending to queue, but I get error in Local service status. Here is the error text fro (...)
(...) llo, Does anyone can help me, how can I see WEBCON tables via MS SQL Server Management Studio? What the process of connecting to the WEBCON server looks like? When I tried to enter the server name (test .company.corp) into MS SQL Server connection dialog box it didn't work. Regards
(...) Hi, can anybody tell me what to do here? When a customer opens his test environment he receives an error with the following details (see below). Everything else works as expected but the most used applications are not shown. On that system one content database has been deleted but I do not assume this to be the reason. Does the details text give any hint that I do not get so far? App (...)
(...) Hello again, here is a next issue that I assumed to have fixed with the latest version of BPS, using 2022.1.3.65. I have a web service that has the structure as given in screenshot 1 (attached). The screenshot shows my configuration within a little test app. When I start this action, the request body fully ignores all data regarding the item lists as given in the dump below. (Hint: The err (...)
(...) Hi, just test ing with SOAP web service requests after resolving the issue I had with a customer project. My question is: Does WEBCON support a 1:m:n relation within SOAP requests? The issue with the former request not working was a structure reflecting this. As I cannot configure an item list within an item list I would assume the answer to be "No". Any guesses? Best, Ingo
(...) Hello, I have the following scenario: - Webconapps - Data Sources > Connections > MSSQL Database > Azure_SQL: I have server name, database, user and password filled. When I click test , I get "OK" so Webcon can connect to the database. However, when I try to create a MSSQL database Data Source and chose the above connection, I get the following error: "Unknown error: The SELECT permission was (...)
(...) Hello, I have a question. I'm a Webcon admin. I am trying to test API and I get this error response from Webcon API: { "type": "InsufficientAccountPermissions", "description": "Global admin permissions required", "errorGuid": "54d9ccb7-183e-484f-ba73-7f1d0d8ec794" } my endpoint in request via POSTMAN /api/data/beta/admin/db/1/businessentities my Webcon verion is: 2021.1.5. (...)
(...) (including changing user and their privileges). Starting all parent and child workflows as it was on production. 4. Reporting differences if it gets any errors during process or system couldn't pass test . 5. If pass clear then change privileges/access to admins only. During process tool should use same versions as on production (red changes for deleted attributes, green for new, and red/green fo (...)
(...) ve the whole archive action but there are cases where the delete action is necessary. For example in use case of PCG Academy during the WEBCON DAY. Deleting via REST API may be an option, I haven't test ed it but I assume, that this would execute the "Upon instance deleting" trigger. This is not the case with the delete action, for which I'm grateful as the trigger allows me to prevent the deletion f (...)
(...) Error 401 in the Exchange server connection test . Version: 2020.1.3.442 Please assist in resolving this matter as soon as possible.
(...) The examples from webcon are how to paste a complete item list in the email but I just want the new one (that I have a flag for that) because I'm sending documentation and I just want to have the latest one Thank you in advance and Merry Christmas!
(...) "valorMinimo": 176.64 } }, "composicionAcuerdo": { "totalDeuda": 1490.62, "iof": 0, "notificacion": 0, "gestionProtest a": 0 } } }' 2 - Query SELECT [status] ,codigoClient ,id ,fechaprimerpago ,valor as cuota_valor FROM OPENJSON(@json) with([status] varchar(50) '$.status' ,VentaPaj (...)
(...) Hi, what is the proper way to handle AD login name changes in Webcon? I have this problem: I am synchronized with Windows AD. For instance I have a user in AD with login username: test .webcon and domain @webcon.com So the UPN for this particular user is test .webcon@webcon.com. And let's say the user changed his name to test NewWebcon. So the AD administrator changed the user AD login name (...)
(...) dd user to group action works fine, but when deleting, the log says that user is not a member of selected group. I tried with different groups, making sure that users are synchronized, and even for test ing purposes used domain admin account in the AD actions configuration, but without success. Does this action work for you?