(...) e and Webcon? I have all the documentation on the Webcon side for the REST API but I'm finding some difficulties on the Sales Force side as I'm not sure on where and how to configure the necessary steps to get the connection between the 2 systems. Thank you all for the attention!
(...) Is there a way to lock a specific item row for a list item at specific steps ? I have a 4 row "table" and I need to make sure each row can only be edited in it's respective "phase" (step)
(...) Hi there, by using the Designer Desk in 2021.1.3.205 our user made the mistake to use multiple START steps while designing a workflow for us. Also it is not possiple to save this work, it would be better, if the user gets an error message, if he/she wants to place another START STEP or it doesnt work at all (like in the Designer Studio). Bye, Bjoern Poller
(...) the moment a query on two tables (UNION) which has an inner join on another table. The speed is not really breathtaking, thus I wanted to use a stored procedure where I can perform all the timetaking steps already on the SQL server. Regards Klaus
(...) lays all actions which aren't logged. Maybe for a reason or due to some misconfiguration: SELECT AGR_Name, APP_Name, DEF_Name, WF_Name, STP_Name, ACT_Name FROM [dbo].[WFActions] actions join WFsteps on ACT_STPID = STP_ID join WorkFlows on STP_WFID = WF_ID join WFDefinitions on WF_WFDEFID = DEF_ID join WFApplications on DEF_APPID = APP_ID join WFApplicationsGroups on APP_AGRID = AGR_ID whe (...)
(...) Hello, I have a field for "internal comments" and I want three user groups to be able to edit this field on every step of the workflow. On steps where they have the general right to edit, this works, but not on other steps . To clarify, on those other steps , they should NOT have rights to edit the step, ONLY to edit this one multiline text field. And any other group should NOT have the right to edit (...)
(...) ormParams) w WebCon.WorkFlow.Web.UILogic.WFDynamicLite.Rest.Logic.ElementFormLoaderForRest.GetUpdatedForm(FormParameters formParams) w WebCon.BPSCloud.Core.WfDynamic.Services.MoveElementToNextsteps ervice.GoToNextStep(GoToNextStepParameters param) w WebCon.BPSCloud.Portal.API.FormsController.d__27.MoveNext() --- Koniec śladu stosu z poprzedniej lokalizacji, w której wystąpił wyjątek --- (...)
(...) Hi everyone, if you have applied a log4j version below 2.17 or before 2021-12-17 you need to repeat the steps : https://community.webcon.com/articles/security-apache-solr-affected-by-apache-log4j-cve-2021-44228/39 The version 2.17.1 contains a fix for a theoretical problem. If this could be misused, you already have a bigger problem. Source https://blog.sonatype.com/log4j-another-code-execution-bug (...)
(...) Hi, Does anyone have the instructions how to set up the HotMailBox using the Microsoft Graph authentication? I know what needs to be done in Designer Studio. I'm not sure about the steps for obtaining the Tennant ID, Application ID and Client Secret. Any help would be much appreciated. Thanks, Martin
(...) Hello community, I have a short question: Does anyone know the reason for the following error? >Adding new row is not allowed in this step.< The error appears on all steps when I click on dropdowns, check-boxes, item lists, path buttons and delete/save/delegate menu buttons. The designer LOG by GUID is attachet as an image + trace of the error. Best regards!
(...) d. how hotfolder mechanism is looking for bacode? where is he looking it? why I can't assign filed where barcode is? In tutorial: https://community.webcon.com/community/public/posts/post/system-steps -how-do-they-work/82 i found fragment: "b) Waiting for scan The workflow service role – “Folder monitoring” will check files and process the barcode located in it. If the file is correctly re (...)
(...) Hi, I've found the problem with a report configuration. If I chose 2 workflows in a report. In one workflow I chose "All steps ", and in another one "Selected steps ", I don't see the workflow documents where I chose "All steps "
(...) the OCR verification were corrected by the user and passed to the step "Dekretacja" for further proceding. But at that step Webcon decided to change the two fields (the ones passed through OCR z few steps before) for no reason. Has anyone come accross such Webcon Service behaviour?
(...) lob = WFH_AttText1 where WFH_DTYPEID in ( select DTYPE_ID from WFDocTypes where DTYPE_Guid in ('31d8115c-a51a-451c-bdfd-ee17de78ab8c') ) Remarks: This is no official guide, just the steps I had to take. If you are in a similar situation you can use this as a guideline but verify it on your system: 1. Make a backup of the databases 2. Have another environment with the same process r (...)
(...) Hello, I struggle with this scenario: 1) An AD group of 8 purchasers gets the first task to approve an order. 2) One user approves the order for the first step. 3) Several steps later another purchase out of the group of 8 is meant to approve the order again. But not the user having done the first approval (1). My approach would be to get the first approver from the tasks table via SQL an (...)
(...) cess a group of users is requested to deliver an approval by two different members from within the group. Also it shall be possible to change the process to two persons approving each of two approval steps (4 eye principle or 8 eye principle). 2) Task Creation The user assignment to the single approval tasks shall be done through AD groups as the members change frequently. 3) Approach In both s (...)
(...) I have a process with 2 workflows. Those workflows have similar steps . When I would like to filter elements by step, but the number for elements is incorrect. When I check one value, a second value with the same name is checked too, but I see data only from one workflow.
(...) Hi, since version 2022.1.2.59 (my last 2021.1.4.118) i can't copy & paste group elements. Is it possible to get back this feature!? For example: we have for all workflows and steps the same headline and a specific subtitle. With copy & paste I can create very fast the basics of a (new) workflow... Thanks and best regards Daniel
(...) Hi, I have an issue with sending mails in steps that are defined as 'available for Mailapproval'. In the current case I only want to send out a notification email for information, the receipient doesnt have a task in the step. So i defined a template, put fields and grids in, and lokked at the preview. Whatever i try, if I test with an instance that is currently in a step that is avi for MailApprova (...)
(...) Hello, I have a form that has a 5 steps . On each step I have a form field that has 4 options('statuses') : open,closed, opened-again, in-progess. I want to have the value open in first 3 steps , than on step 4 i want to have a status 'closed'. How do I make the step depend on the field?