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

search results

for HTTP

(...) I'm following this article HTTP s://community.webcon.com/posts/post/approval-process-on-the-item-list-with-row-blocking/138 in order to block rows. I've managed to give access to items list only users mentioned in one of the columns of item list using SQL against BPS Users list (see picture attached) , but all rows are available to everyone from this column, not only one row per one user. What am I d (...)

(...) Hi, i have a question for this post. HTTP s://community.webcon.com/posts/post/grouping-rows-of-item-lists/235 How can I change the sorting of groups, it is set to ascending by default, can it be changed to descending?

(...) database, based on text typed in regular TextInput field. That lead me to Levenshtein Distance algorithm, which might be slow in SQL, but i've found that such a thing is already implemented in SOLR (HTTP s://stackoverflow.com/questions/1752301/how-to-configure-solr-to-use-levenshtein-approximate-string-matching). Also, any ideas how to implement it any other way?

(...) rrors on some querries that use . Error occurs when querying another database directly or using join, etc from SQL COMMAND or choose field querry. I found that this is related to change described in HTTP s://community.webcon.com/download/changelog/117?q=cf05b90, associated with using bps_user on SQL COMMANDS. Is there any way to deal with it at SQL server level by proper configuration or should I c (...)

(...) Hi, Since I found this post, I am very curious when the 2023 release will be available. It would be really nice if anybody could give me more information about it. HTTP s://community.webcon.com/posts/post/ability-to-transfer-bps-groups-using-the-export-import-mechanism/374 Thank you, Raluca

(...) ist row to another ItemList in the same instance. Therefore I need an autocomplete field with ID=ItemListID(DET_WFCONID) and Name=? . I'm kind of stuck. At the moment I can't even find it under (HTTP s://developer.webcon.com/2022/resources/db/). Anyone out there for a little help? Thanks in advance, Bjoern

(...) ld-in option to anonymize the AUTHOR too? Thanks for your help, Bjoern ---------------------- WEBCON does not have a vaild link for informations... INTRODUCTION TO ACTIONS IN WEBCON BPS HTTP s://community.webcon.com/posts/post/introduction-to-actions-in-webcon-bps/172 -> Remove personal data [ HTTP ://howto.webcon.com/gdpr-personal-data-administration-process/ ] -> File not found

(...) I was searching for some information about the "REMOVE PERSONAL DATA" action, but WEBCON does not have a vaild link anymore: INTRODUCTION TO ACTIONS IN WEBCON BPS HTTP s://community.webcon.com/posts/post/introduction-to-actions-in-webcon-bps/172 -> Remove personal data [ HTTP ://howto.webcon.com/gdpr-personal-data-administration-process/ ] -> File not found I didn't check the other links. (...)

(...) Hello! I'd like to propose new functions for item lists: 1) freezing view of the selected (first 'n') columns -> following the thread: HTTP s://community.webcon.com/forum/thread/2603?page=1#m2610; 2) enabling (showing) / disabling (hiding) rows in the previously initialized item list -> business case: in the step after initialization we disable (or hide) all the rows except for the selected ones (...)

(...) Hi, I have found this article. I don't understand where should i define an additional row... (text fig. 13) Or i get error "column DET_Att1 not found.." HTTP s://community.webcon.com/posts/post/confiugration-of-the-item-list-and-data-table-form-field-in-e-mail-templates/14 Can you help? Thank you.

(...) icrosoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at WebCon.BPSCloud.Portal.Extensions.LicenceSetupMiddleware.InvokeAsync(HTTP Context context) at JSNLog.JSNLogMiddleware.Invoke(HTTP Context context) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HTTP Context context) at WebCon.BPSCloud.Portal. (...)

(...) he change may affect how form rules work in JavaScript mode if the rules used the functionality provided by jQuery. For a description of the differences in the operation of the two libraries, see: HTTP s://github.com/fabiospampinato/cash/blob/master/docs/migration_guide.md This thread is dedicated for all those changes, whether they are stated in the migration above or not. Example the prototy (...)

(...) Hello, please update Autenti SDK for Webcon 2023. Latest release HTTP s://github.com/WEBCON-BPS/BPSExt-Signing-Autenti/releases/tag/2022.1 is not working anymore. Best regards, Marcin

(...) Hi there. before I search forever; has anybody a hint how I could define an action (Invoke REST Web Service) where I can read a picture from an URL ( e.g. HTTP s://qr.myurl.com/wp-content/uploads/qyrr/177/qr-code.png)via GET and store it in a picture field? Thanks in advance! Klaus

(...) I'm having some troubles using OPENJSON to parse a nested JSON response from a REST API: Following the solution posted at HTTP s://alterpaths.com/json-nested-collection-handling-in-webcon-bps/ but I cannot get the query to work in Webcon. When copying the whole query from the Show window into SQL Studio it works just as expected, but in WebCon Designer studio the following error occurs (see scree (...)

(...) version 2023.1.1.41, errors are occurring on the portal. All processes are working correctly, did any of you have a similar problem? After analyzing the errors in GUID, I got a log as below. url: HTTP ://lowcode/api/nav/applications/mostused | action: GetMostUsed ip: 192.168.2.100 | msg: An unhandled exception has occurred while executing the request. | agent: Mozilla/5.0 (Windows NT 10.0; Win64; (...)

(...) I am fetching report data from the following endpoint: HTTP s://developer.webcon.com/2023/resources/rest_api5.0/#tag/PublicApiReport/paths/~1api~1data~1v5.0~1db~1{dbId}~1applications~1{appid}~1reports~1{reportid}/get There are properties for page and size, but information on defaults and max is missing. This seems to be explicitly documented on other endpoints, so i am questioning myself if there a (...)

(...) In a one week im getting this error HTTP s://pcpatchedup.com/mscjsres-dll and I don't know how to fix this error, some buddy please help me to resolve this, Thanks in Advance Selena Root

(...) k Application, Process, Worfklow, Document Types permissions. We can check actions, business rules, etc. We can try to do it better via SQL or/and WebCon BPS Application. It is well described here: HTTP s://community.webcon.com/posts/post/checking-user-and-group-privileges/258/3 Sometimes we need to use groups which are cross Applications, cross company alike Board Members, HR Department. Sometime (...)

(...) permissions has been added Adding AAD groups and adding users to groups via graph API from webcon works fine. But, for example, if you want to add an event to the group's calendar POST method HTTP s://graph.microsoft.com/v1.0/groups/{group_id}/calendar/events The api needs to run in the context of the logged in user, not in the context of the application. That's why I added authorizations i (...)