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

search results

for business

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

(...) Hi, after a few years I noticed that the "business entity" field is missing from the available columns of a dictionary. Of course, one can create a BPS Internal view to work around it, but it would be great if more "default" (system fields) could be added: - Author - Date created - Last person modifying - Date modified (not listed in the system fields) - business Entity - Form subtype I high (...)

(...) Hi, I want used the global business rule in a rest web services. I try use de business rule in Customer Headers, but when I run the action the value it's empty. I added an image with the configuration. (config_restWebServices.png) Is it possible using the business rule in Data sources Rest Web Services? Thank you, Raluca

(...) I think it would be appreciated by many developers, if you would add "activate"/"deactivate" on every element in the business rule / form rule / other similar places. It would make debugging much easier in many cases. Just as it is in the actions now.

(...) an we settup this somehow in webcon? I find it strange not to be able to as it is quite an important functionality especialy when webcon allows multiple applications to be developed and also multiple business entities. Am I missing something? Thanks, Raluca

(...) Hello Community, it's time to ask my first question...so please, be understanding and polite ;) business case: 1. I have a dictionary process, let's say 'Products', with 'Tags' text field, which contains tags (eg. black, bike, red). Every tag is separated by ','. 2. I have another process, for example 'Order'. On this form, user can enter what he is looking for, on 'Description' field. I want to c (...)

(...) Hi all! We want to execute a JSON query on a path (actually it is some business rule containing SQL query) and send these results to an external endpoint (REST service). The problem is that the query does not reflect current changes in form, since this happens on save. This should be related to database transaction and current values which are not persisted at this moment. Is there even a way (...)

(...) sk is assigned to more than one, it is visible in the info bar in the item form, but in the tabled report (e.g. "all open instances") it shows only one name. Is it possible to show the result of a business rule in a report? Kind regards, Klaus PS: we are using V2021

(...) tents of an attachment to BASE64. On the system step I have a TimeOut that calls the transition path after a minute. In the traversal path, I have an action that calls a web service. The frame uses a business rule to convert the content of the attachment to Base64 (the business rule returns the text value of the last attachment). When the whole thing is handled by TimeOut, I get the error: Message=Erro (...)