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

search results

for business

(...) It is also crucial to know which are used within the specific Application. We can dig into the BPS Studio and check Application, Process, Worfklow, Document Types permissions. We can check actions, business rules, etc. We can try to do it better via SQL or/and WebCon BPS Application. It is well described here: https://community.webcon.com/posts/post/checking-user-and-group-privileges/258/3 Sometimes (...)

(...) I have request from business to create report that will be showing all instances , 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_ (...)

(...) r the display name in addition to the BPS ID? I just spend about three hours hunting down the exception: Unable to cast object of type 'System.DBNull' to type 'System.String' at WebCon.WorkFlow.business Logic.ElementManagement.Checkouts.ElementCheckoutsRepository.UpdateOrTakeOverParameters.UpdateAfterUpdateTime Best regards, Daniel

(...) d one item list from one process to another and after trying to save the process I get the below in the attached image. There are some datarow field in the item list that are showing data coming from business rules. I guess they are causing the problem. The main issue is that designer studio doesn't show the fields anymore so I'm unable to delete the item list that I copied. As you can see it looks like t (...)

(...) ry (and of course on a few more) 2. sometimes process is configured to assign the task to multiple users, e.g. multi-approval (without subprocesses), e.g. assign tasks to 3 users 3. again sometimes business got the need that after every approval (finalizing single task) they would like to trigger some action, e.g. email after every single approval. in that case business desires 3 emails, 1 after ever (...)

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

(...) ss level in the workflow designer. The save button is displayed under the user, but the delete button is not displayed (I am still working with the user who created the process). If I set the user to business administrator permissions, he sees the delete button. thanks for help, best regards, MV

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

(...) What I have is working, but just for one item: 1. dictionary with shipping company: a) DHL, GLS ect. b) parcel tracking link with marking place: [tracking_no] 2. business rule is changing [tracking_no] and set to text field as hyperlink and "grab" the tracking individual string (see all screenshots) What I would like to have: the same functionality but add multiple lines (divided shipping ... : (...)

(...) Hi! I need your help regarding setting focus on the last row of the item list. business wants to perform the following scenario. Batch of barcode lables from paper documents are to be scanned with hendheld scanner. Each scanned id is to be inserted into ID column of item list table. Based on the ID some additiona data are to displayed in other columns. What I have already done is the form rule that ADDs (...)

(...) on-bps/36 I do get the following error(s): WebCon.WorkFlow.Model.Common.WorkFlowException: Plugin 13 load error.: Object reference not set to an instance of an object., at WebCon.WorkFlow.business Logic.DataHelpers.SDK.SDKPluginsActivator.CreatePluginInstance[T](Int32 pluginID), at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() (...)

(...) Hi there. Couldn't find it but is there an option to create global actions like with global business /form rules? I would like to create a Hyperlink action once and be able to use it in every Webcon application. Thanks.

(...) hi in my firm, i came across an issue with communicating with the analyst/business . We are taking instructions from them we develop them on dev enviroment and then we push the changes to production. The issue is that business is making several requests and we would love to let them know how is the best way to keep the track of all of the changes? What are your best practices. We can describe each packa (...)

(...) 1.4.326. I have this html content in one of HTML field in Webcon: the purpose of this is to run bussinessRule. But in new version it looks like there is no uxContext function executebusiness Rule(ruleId, ruleName, uxContext, params) { let formModel; let formInfo; window.Injector.resolve(['ModelController', 'FormInfo'], function(modelController, form) { formModel = (...)

(...) start with the app package import error message, then some details: System.Exception: Exception occurred while importing table WFDetailConfigs ---> System.InvalidOperationException: No item type: WFbusiness RuleDefinitions, id: 2752 at WebCon.WorkFlow.Base.ImportExport.Mapping.MappingList.GetBySourceId(Int32 id, DbNodeType dbNodeType) at WebCon.WorkFlow.Base.ImportExport.Import.ForeignKeyFinder.c (...)

(...) start with the app package import error message, then some details: System.Exception: Exception occurred while importing table WFDetailConfigs ---> System.InvalidOperationException: No item type: WFbusiness RuleDefinitions, id: 2752 at WebCon.WorkFlow.Base.ImportExport.Mapping.MappingList.GetBySourceId(Int32 id, DbNodeType dbNodeType) at WebCon.WorkFlow.Base.ImportExport.Import.ForeignKeyFinder.c (...)

(...) It would be a nice touch if we could group Automations inside Process Configuration, same as we can group Form Rules, Constants, or business Rules. I really love how flexible Automations are, especially in case of any API integrations where global ones are created, and they might be used everywhere. Their own success makes lack of folders feel like that small stone in pair of comfy shoes ;) Closed (...)

(...) ed exception has occurred while executing the request. | ex: System.ServiceModel.Security.SecurityAccessDeniedException: Użytkownik nie ma prawa edytowania elementu WorkFlow at WebCon.WorkFlow.business Logic.business Logic.ElementManagement.WorkFlowObject.WorkFlowObjectForElementFormCreator.CheckPermissions(CreateWorkFlowObjectParams createWorkFlowObjectParams, Boolean saveOnlyComments) at WebCon (...)

(...) cherrypicking should ring a bell :) I have two possible solutions in my head right now, but maybe other members will have some more. 1. Possibility to select specific attribute / step / path / business rule / automation / basically any configurable object, and export it as .bpe file. I'm imagining it under right mouse button menu -> Export as Hotfix. 1a. As an extension, maybe a possibility to che (...)

(...) Int32 dtypeId, ICacheStore cs) at WebCon.WorkFlow.Base.DataHelpers.StepFormsDataHelper.GetAllStepFormFields(Int32 stepFormId, Int32 docTypeId, ICacheStore cacheStore) at WebCon.WorkFlow.Base.business Logic.ElementManagement.FormFields.Generation.FormFieldsGenerationParamsProvider.GetAttributesToGenerate() at WebCon.WorkFlow.Base.business Logic.ElementManagement.FormFields.FormFieldsLoader.Fill( (...)