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

search results

for WEBCON

(...) In WEBCON Version: 2022.1.4.404 i noticed that the groups name you can not set in your way order it jump between other groups see animated png in attachment or it did not save changes ...

(...) Hi, I tried to work with WEBCON API on the trial but only what I retrieve is empty list of tasks. I successfully authenticate by app client context and receive token which I used to read tasks. I cannot register by user context and I cannot read other data from WEBCON . Is it a standard behavior for trial or is there something I missed?

(...) Coming from developing individual web applications, for large projects, it would be practical to have a fourth environment to run WEBCON BPS Instead of having only DEV/TEST/PROD, we would like to have DEV/TEST/INTEGRATION/PROD. or similar. DEV/TEST would be in-house to develop and test the applications, and INT/PROD would be on the client's Infrastructure. This would make change management and te (...)

(...) Hi, when you want to add a new new report tile with a link to the "details" in WEBCON BPS 2024 you have to: 1) Choose a data source 2) Choose an existing report The current implementation forces us to create the data source twice. While the effort for the data source creation may be neglectable, I'm quite sure that a lot of us will forget to update both data sources. Especially because it will (...)

(...) Hi everyone, who's joining the WEBCON DAY 2024? Would anyone be interested in "gathering" during a break? At least I would be interested in seeing the persons and maybe WEBCON could take a photo to show the people behind the community. :) Best regards, Daniel

(...) I am trying to create WEBCON SDK Plugin that will update multiple instances( update fields of different instances ) but I have not figured out how to get instance by a number. I have list of instance ids. RunCustomActionParams args, args.Context.CurrentDocument contains GetFieldValue method but does not contain any method GetInstanceById

(...) Hello Community, I’m reaching out for help with an issue we encountered while integrating WEBCON BPS with AAD. In this instance of WEBCON BPS, we’re using Azure Active Directory for both authentication and user list synchronization. Our goal is to manage AAD directly from WEBCON BPS. According to the documentation, we need to enable Active Directory Actions Configuration. However, regardless of h (...)

(...) isplayed correctly when getting back. We haven't modified the process in months so my best bet is that this has something to do with the current Edge version. Can someone confirm this behavior? WEBCON BPS version: 2022.1.4.155 Edge version: 130.0.2849.56 Best regards, Daniel

(...) As 2025 version have been released, we've got a new changelog to read through: https://WEBCON .com/wp-content/uploads/2024/11/Changelog_2025_1_1_23_EN.pdf What are your thoughts on changes? Which ones are yours favourite? :) For me - ALL TRUE, and ANY TRUE operators sounds great! So many nested boolean logic to update ;)

(...) Hi, we got the feedback in the past that the users sometimes don't recognize the Edit button. In WEBCON BPS the "Cancel editing" button is really prominent. Could we get the same design for the Edit button? I'm also wondering whether the "Cancel editing" should be displayed in as it is. In my opinion the cancel editing is not the primary action a use should take on the form. Best regards, D (...)

Hi everyone, it would really be nice if we could display /filter the phases /actors in the reports. Best regards, Daniel

(...) Hello, yesterday, after installing the current Visual Studio 2022 Update v17.12.x (from v17.11.x), the WEBCON BPS SDK Tools no longer started when trying to open them via 'View -> Other Windows -> WEBCON BPS SDK Tools'. I've got an error message (I don't have a screenshot from this message) with a reference to the ActivityLog.xml file within the VS main program folder. On the ActivityLog.xml fi (...)

(...) ree that this may be a good thing for the production environment, but a pain in all others. Unfortunately my user voice was set to "Not now", but maybe it can be revisited now. https://community.WEBCON .com/forum/thread/5248?messageid=5248 Best regards, Daniel

(...) dbc') for service and protal taken from seperate projects' output (targeting .NET Framwork / .NET 8). But the DLLs are never packed within the generated plugin package zip-file. -> https://developer.WEBCON .com/docs/package-overview -> https://developer.WEBCON .com/docs/package-manifest#servicedependencies-and-portaldependencies -> https://developer.WEBCON .com/docs/package-dependencies#how-to-get-corre (...)

Dear Community, The new Fluent 2 interface is undoubtedly a significant step forward in design and usability. However, I believe there’s room for further refinement to enhance user experience. One suggestion would be introducing a customizable density setting, similar to the “Roomy,” “Cozy,” and “Compact” options available in Outlook. Such a feature could prove especially beneficial on device

Hi everyone, I just noticed that the push notification has been activated for all path after the migration to 2025.1.1.23. New path are created without active push notification. I decided to deactivate this setting on database level: update WFAvaiblePaths set PATH_SendPush = 0 where PATH_SendStandardEmails = 0 Afterwards: - Reset all caches - Reload everything in the designer st

Hi, I am looking for a solution to download a file from attachments by ID for users who have disabled the attachment panel (they can't see all attachments) or for those who do not have permission to access attachments. However, I need to allow them to download a specific attachment from a document. I know I can use this URL(for those who have only disabled attachments panel) /api/nav/db/1/attach

(...) After changing the WEBCON version to the latest one when printing using a template the following error will appear and everything will be blocked: Is there a solution for this? Thanks in advance Error during saga execution: e is null a@https://WEBCON .domena.com/application/App.ddbbd702c08e03b71cd0.bundle.js:2:1502752 81937/D[s.C]@https://WEBCON .domena.com

(...) Hi everyone, I’ve been working with the WEBCON API, but I've found that the standard API functionality is not sufficient for all my needs (mainly for filtering items and searching). However, I came across the possibility of using the OData standard in WEBCON , which seems like a promising alternative. I recently read a post on the community forum about OData support in WEBCON , which you can find here: (...)

(...) Hi, Is there a feature in WEBCON for creating folders and storing files? If there is, I would like to know how to achieve this. Or is it better to leverage the use of SharePoint as a datasource.