(...) Hello everyone, in a webcon environment I currently have two business entities (ID 1 and 4, see the attached screenshot). From now on I only want to use the entity with ID 4. Is there a known way to migrate all existing instances from ID 1 to 4 so I can delete the business entity with ID 1 afterwards?
(...) For some reason neither Concat nor "+" works when adding another text to the output of my business rule. I have tried Concat and "+" inside and outside the rule. Neither worked sadly.
(...) Hello folks, I have to create a Word file with data from several workflows and therefore created business rules with SQL Commands in them to help me with that. The problem is, those business rules are nowhere to be found in the business Rules section of the Word Add-in. Several other rules are shown, but those with SQL Commands in them are just not there. Is this a known behaviour, or a bug, or is ther (...)
(...) orkingDay] FROM [dbo].[Calendars] where [CAL_WorkingDate] < '{BRP:12}' and CAL_IsWorkingDay = 1 order by CAL_WorkingDate desc ) as workingdays order by CAL_WorkingDate asc The business rule can be used inside a form rule (3). The red highlighted days in the calendar are the non working days as they are defined in the calendar. Just make sure that the calendar for the next year(s) (...)
(...) Hello, I tried create sql script for created a global business rule with existing multiple global business rules . I tried use of multiple global business rule ( with parameters) in one global business rule (with parameters). Every global business rule used has parameters. The business rule that appeals to the other business rules has parameters that are mapped in the appealed rules. I get the error (...)
(...) I copied business Rule from one process to another and after save I can't open this process anymore. Message=The given key (432) was not found in WFbusiness RuleDefinitions cache for current content database. Source=WebCon.WorkFlow.Data StackTrace= at WebCon.WorkFlow.Data.Caching.Collections.WFbusiness RuleDefinitionCacheEntityCollection.ByID(Int32 id) at WebCon.WorkFlow.Studio.Logic.Managers.Busi (...)
(...) Hi, as it is not possible to delete unwanted business entities when there are instances with them being used in it would be nice to have a parameter to deactivate them to make them disappear in the BE-field.
(...) Hey everyone! Is there a way to keep line breaks (CR-LF) in the output of the SQL Command used in a business Rule? I'm selecting values from DET_LongText1 which has line breaks. I'm attaching 3 images to show what I mean. 1. Webcon Form: What I see on the frontend. 2. Notepad++: What I see in Notepad++. 3. Output: What I see in the email if I output the value of the field with a business Rule. I c (...)
(...) vice connection, then the actual Rest Web Service Data Source. but it is not possible to get the actual response layout. I am at a loss. has anyone successfully connected Webcon with Dynamics business Central ? Could anyone provide some insight (maybe even screenshots) on how to configure the Connection and Datasource(s) ? All I want is use some published API webservices to inflate list item (...)
(...) Hi, We have a problem with the transport mechanism and how business entities are handled, we have a development environment in house which we use to prepare application templates (products) which we transport to multiple customer environments and every time we do so the business entities in the target environment are overwritten when the business entity ID exists in both environments. Is there any pos (...)
(...) s anyone - successfully - used the combination of 1. webcon integrated OAuth2 APP Authentication (APP) 2. REST WebService (or any other way to get data from BC SaaS with webcon) to connect to business Central SAAS to use as a datasource ? could anyone provide me with screenshots on how to set it up and provide screnshots of an example datasource ? thanks in advance ps.: I successfuly (...)
(...) Webcon ver 2021.1.5.315 I found a bug in business rules with parameter and SQL query. When type is text and value start by '0' then rule cut first char.
(...) Hi everyone, for data sources you can define a common data source and add child sources for the parent "Superior source". These child sources can then be associated to business entities, which allow you to target different backend system for each business entity. If I haven't missed anything I don't have a similar option for the Connection themselves. This is fine as long as I can use the connection (...)
(...) Hi, it would be great if the error message : It is not possible to test a source or business rule that contains columns of an item list. Would only be displayed for the test button of the expression editor. Currently it's also displayed for the "Show" buttons which forces me to replace the variable in the SQL management studio myself. Best regards, Daniel
(...) Hi, i've to create a vacation report and three problems: #1 datasource template „business entities structure" and #2/#3 vacation report . Problem #1. we have employies in two or more departments (with different workload/department ~25% of employies). Now I must put one user with different depatments in the datasource template „business entities structure", but that is not possible. For now, only o (...)
(...) Hello all, Does anyone know if the calendar can be configured to only show business hours in Week mode? Thank you!
(...) hi there, i can add a business rule for condition step, but how if i need to have more than one rule for different fields in the same condition step? so i need the condition step check for more than one rule., for example: check attachment. please note that every rule separately works but together not. please any solution?
(...) Hello everyone! We use WEBCON BPS in a multi-company configuration. We are the government institution, Our organizational structure consists of branches, not companies. So using the "business entity" label can be misleading. I wonder if there is any way to change the "Busines entity" label to, for example: "Branch" label? Thanks in advance for your help.
(...) Hi, in BPS 2023 you added possibility to mark business entity as active, which is great. What about to go further and add option to assign application to business entity? Adding an application to business entity configuration would result that it will be visible on business entity system field in particular application. There are cases that for some reason in some applications some business entities sho (...)
(...) sible to check whether a value exists in a sharepoint list before I create a new entry via workflow action? What's the best way to do it? Can I use a data connection to query for a certain value in a business rule? Thanks!