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

search results

for business

(...) ' it contains the language of the user who clicked on the path. While writing this I've just come up with following idea: Create multiple "custom email" actions. The recipients are returned from a business rule. The business rule has three parameters. Intended recipients, language, is fallback. The business rule than returns only these recipients who are using the language. If fallback is set to true, (...)

(...) here are cases that the user is sending documents so the item list will be empty) - Form rules using Condition By Row cannot be used inside the form validation which expects True/False results (only business Rule but conditions for Item List are limited) The problem with my SQL query is that, I need to use something like isnull(FORM FIELD, '') '' but this only works for string fields and not for num (...)

(...) Hi everyone, this post is for the few how develop processes OnPrem and import them to an WEBCON Apps instance. All others can ignore this post. I just encountered a little problem. If you have business rules with multiple parameters you need to verify that the parameters have been imported in the correct order. It may happen that this is not the case, (1) in the screenshot. Otherwise the values may be a (...)

(...) tException: Kolumna 'WFD_Guid' nie należy do tabeli Result. w System.Data.DataRow.GetDataColumn(String columnName) w System.Data.DataRow.get_Item(String columnName) w WebCon.WorkFlow.Base.business Logic.ElementManagement.FormFields.Choose.ChooseValuesLoader.c__DisplayClass7_0.b__0(DataRow row) w System.Linq.Enumerable.c__DisplayClass7_0`3.b__0(TSource x) w System.Linq.Enumerable.c__Disp (...)

(...) I want to subtract the value of two attributes from each other. I tried a business rule and it counts the differences between the two attributes, but I don't know how to make this difference show up on the form and refreshes after changing the value. For example, attribute 1 has a value of 5 and attribute 2 has a value of 10, and I want to show: attribute 2 - attribute 1 = attribute 3

(...) How to use the mentioned function (https://community.webcon.com/posts/post/function-dictionary-for-business -rules-and-form-rules/237) without sql to get the date value for the last and the first day of the current month in the default value field of datetime type attribute?

(...) Hi there, does anybody know why this error occurs? Happens the following way: - business rule retrieves datasource column (from [CacheOrganizationStructure]) COS_AD_name by means of a form field value (see 1.png) - Rule works fine if clicked on 'Test' button - This business rule is used in the cyclical action 'Update related workflow instance' with the goal to update a workflow's form values on (...)

(...) ollection and removes a value given in one of the parameters. It works. But there are limitations that make the solution inelegant. First of all the form rule can not return a value (in opposition to business rules, but those however can not contain Javascript), which requires to use an outside technical variable to hold the output of the rule. Again... it works, but could be more elegant.

(...) Hi! Unable to retrieve data while processing SQL Command, the error is: Error occured during business rule evaluation. The given key (-25) was not found in WFbusiness RuleDefinitions cache for current content database. at: Evaluation requested at: Evaluation node: SQL The same error is while configurating action or creating a business rule

(...) s. We have defined a global constant for Portal Url, which is used in whole application (for redirects and so on). This scenario works fine on one farm. Is it possible to find out within a business rule (or maybe SDK rule), which BaseUrl current system has? I do not find anything in context variables, so that's why I'm asking... Thanks a lot in advance & best regards, Nik

(...) I have a requirement to create dictionary to enter form name, Step name, no.of business days. Form name and step name combination need to be unique and a validation error message should show if the user tries to post a entry with the same form and step combination that already exists in the dictionary. I have 3 different forms with different steps in a flow. I entered 1st entry as form1, Step1 and 1 da (...)

(...) support selection, populating it's Workflow ID in the 'WorkflowID population' form field. Once that is populated, I need to set a default value 'Workflow name - test' form field. I have created a business rule with below If else condition and set as Default value on the 'Workflow name - test' form field but not working. It is setting Test 2 by default. Let me know if I am missing anything. Examp (...)

(...) Dear Webcon Community! We have been working with Webcons BPS for 5 years, delivering several business solutions within a global company. We really like this platform however we have several proposals and ideas to make it better. I will share some of them in separate posts, sorry for flooding. Any comments, questions or suggestions are very welcomed. I would appreciate your vote! Problem: in case (...)

(...) Dear Webcon Community! We have been working with Webcons BPS for 5 years, delivering several business solutions within a global company. We really like this platform however we have several proposals and ideas to make it better. I will share some of them in separate posts, sorry for flooding. Any comments, questions or suggestions are very welcomed. I would appreciate your vote! Problem: if you (...)

(...) Hi, we have a requirement to calculate no.of days took to complete an assigned task. Created a business rule with below code: select count(*) as business Days from Calendars where cal_isworkingday = 1 and cal_workingdate >'{BRP:26}' /*starting date*/ and cal_workingdate < '{BRP:27}' /*exit date*/ BRP:26 and BRP:27 are business rule paremeters. BRP:26 will be capturing on entry of the step. BR (...)

(...) into the attachments. The thing I have struggled to figure out until now is, how to hide or not show a table when the corresponding data table in Webcon is empty. I know that it is possible to use business Rules in there, but again none which use parameters. Is there a way to bring a bit of dynamicity into the Word Add-In? Best regards Fabian

(...) mon.DbDataAdapter.UpdateFromDataTable(DataTable dataTable, DataTableMapping tableMapping) bei System.Data.Common.DbDataAdapter.Update(DataTable dataTable) bei MyGeneration.dOOdads.business Entity.Save() bei WebCon.WorkFlow.Data.ImportExport.Graph.DbNode`2.AddOrUpdate(IDictionary`2 dictionary, TEntity saveEntity) bei WebCon.WorkFlow.Data.ImportExport.Graph.DbNode`2.Sa (...)

(...) Hello, During an export I get a process export error like below: Invalid reference tag occurences: business rule (13551) - "Column "BasicDesignerXml" in table "WFbusiness RuleDefinitions" contains a variable referencing object "Form field" with an ID of 11805. Referenced object does not exist" The thing is I don't have any form field with ID 11805 and I don't use any business roles in that pro (...)

(...) lMessage message, MapiConversionOptions options) at Aspose.Email.Mapi.MapiMessage.k(Stream a, LoadOptions b) at Aspose.Email.Mapi.MapiMessage.Load(Stream stream) at WebCon.WorkFlow.Common.business Logic.AttachmentsManagement.Utility.AttachmentMessageDataCreator.GetAttachmentMessageData(IElementAttachment attachment) --- End of inner exception stack trace --- at WebCon.WorkFlow.Common.Bu (...)

(...) ountPermissions", "description": "Global admin permissions required", "errorGuid": "54d9ccb7-183e-484f-ba73-7f1d0d8ec794" } my endpoint in request via POSTMAN /api/data/beta/admin/db/1/business entities my Webcon verion is: 2021.1.5.307 when I do this request :/api/data/ I got this response, so it should work in my version. { "apiVersions": [ { "versio (...)