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

search results

for instance

(...) st version that supports GCC. I do not want to install this on prod and we don't have a proper dev env setup for this (Yet). To get the db upgraded, I am trying to migrate our existing prod WebCon instance , data and all to a new dev host (basically making a 1:1 prod:dev environment). Is there a "supported" method for doing this? I've tried a clean install, restoring the config and content datab (...)

(...) I have created an app and a dictionary. Now for this app, i have to create same process, but with different set of users. What is the best way to do it? 1. Clone the workflow, set it a Custom instance number and modify steps with the new group of users? 2. Clone the process? 3. Export that app as a template? But when i want to import it, i have to use that dictionary i have created. Thanks

(...) Hi, I am attempting to change the number of decimal places in a floating point field. I am getting: System.NullReferenceException Message: Object reference not set to an instance of an object. Any ideas how to solve this? What can I do to give you more information? Thanks

(...) | href: | ex: System.InvalidOperationException: ServiceLocationProvider must be set. at CommonServiceLocator.ServiceLocator.get_Current() at WebCon.WorkFlow.Data.Solr.BPSSolrServerProxy.Getinstance [T]() at WebCon.BPSCloud.Core.SolrEngine.BpsSolrQueryExecutor.QueryWithPerformanceLogAsync[T](IBPSSolrServerProxy solrProxy, String queryToRun, QueryOptions opt, String name) at WebCon.BPSClou (...)

(...) Hello all, Does anyone configured a validation rule and/or control field where you need to check if the lines added in a item list were already added in another instance ? I have a process for overtime registration and I want to block the user to add a new instance with dates that were already added for the same person in webcon. I've created a control field but now all the processes are moved to ca (...)

(...) Hello, After upgrading to 2023.1.1.89 I'm getting error "Attempting to launch workflow instance for a form type not connected with the current workflow." I found out that the reason for this error is wrong workflow ID in hyperlink function. Everything works well on dev environment but after export and import on test environment hyperlink is not working causing above error. It seems that Workflow ID ta (...)

(...) Hello everyone! I have an item list with a dropdown field where user chooses a WFD_ID value. I would like to execute an action (Update related workflow instance or Invoke REST web service) passing the WFD_ID chosen in the mentioned field to the action. Is something like that even possible? I can't find a solution myself. Thank you, M.

(...) , person Z are part of software group Let's say there are also multiple projects and their details into a db: project 1, 2 and 3. process: Project update , each update process will create a new instance . For example I pick project 1 and change its status. Person X comes after, picks project 1 and change again its status. Now there will be 2 instance s. I want to be able to give to person X access (...)

(...) I have request from business to create report that will be showing all instance s , which current logged user had task to do in the past. Some user can have more than one task in workflow. Is it possible to prepare such report and in SQL filter make a join statement similiar to this: SELECT * FROM (SELECT *, ROW_NUMBER() OVER(PARTITION BY [WFD_ID] ORDER BY WFD_ID DESC) rn FROM [BPS_ConfigProd_ (...)

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

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

(...) 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.instance Id}/desktop If you have no idea what I'm talking about, than everything is fine. :) Best regards, Daniel

(...) Hi everyone, we had some racing conditions, when the users switched fast between instance s in the task view or previews in reports. This was caused by form rules which used G_ variables which were no longer available, the view/desktop endpoint hadn't send a response yet but a JavaScript form rule from the previous instance was still executing. While coping with this I noticed that the response are (...)

(...) Hi, the HTTP response for displaying a workflow instance contains all global form rules. It's ignored which kind of form rules are used by the process/element. The response should only contain those form rules which are referenced. After all, the exported process will also export the used/referenced global form rules and not all. This applies at least to versions 2023.1.2.44 and 2022.1.4.155. (...)

(...) json but message in Header: Response-Code: Forbidden (403) Response-Body: {"type":"/challenge","title":"Challenge requested","status":403,"detail":"Request to perform challenges described","instance ":"fe66c6a2-2cc5-42f9-a4ce-96bea7cd716b"} Response-Header: Date: Thu, 28 Sep 2023 07:06:57 GMT Connection: keep-alive Vary: Origin, Access-Control-Request-Method, Access-Control-Request-Headers x (...)

(...) Hi! We have a business request to save email in instance we have just sent out with Webcon action. I know some workarounds: - show some details from wfmails table - create hotmailbox and process cc-d email But I do not like them. I have not tried, but maybe with msgraph api it is solvable. Does anyone have a good solution to save sent email in msg/eml file as attachment? Thanks! BR Peter

(...) Hi community, I am asking for help with permissions over the process. We have created an application, in the process I have set user rights (launch new workflow instance s). The user has the right to delete the created process. I created the option to display the delete and save buttons at the process level in the workflow designer. The save button is displayed under the user, but the delete button is (...)

(...) Hello all, I'm trying to set up a calendar with a dynamic condition that will set the color of each instance taking the difference from a date field when comparing with Today's date. Does anyone knows how to set up something like this? Thank you!

(...) I've noticed that when I import from the development environment to the test or in production environment, custom visibility configurations for reports or start buttons don't get imported. For instance , I've set a button to be visible only for a certain group; the configuration remained as custom visibility upon import, but the group disappeared. The groups were created in the development environment (...)

(...) Hello, I want to hide/show the buttons in an item list for : add row, delete row and clone but based on rule. To be more specific, I want the 3 buttons to be visible when the instance is using business entity 1, 2 and 3 , but when i use the business entity 4 i want them to be hidden. The only way I made it possible is by using a form rule with a Java Script, but could not see any build in Webcon opt (...)