(...) Hi there the absence-wizard seems to be the only way to generate an absence-process in webcon. the datasource for vact-types is seemingly hardcode d. I cannot change the dropdown, delete it, nor change the system connection to add more types. if I add a new dropdown and simply hide the provided one, the data does not go where it´s supposed to go because it is not transparent where the data is written (...)
(...) with CSS. I don't know how to change [|ElementAdress|] element to my preference. I want change text-decoration change to none, change color to white and a want to add padding and bottom. It is my code : [|ElementAddress|] [|MessageBody|] I upload how to my div with ElementAdress looks. How to change this field. I have old BPS . It is version 8.2.1.63
(...) e able to set the "[TECH] angeschaut" checkbox when clicking. What i am searching for: 1) a way to implement EMBEDDED HTML with usage of row value as parameter OR 2) any other idea ;-) code for the HTML Button could be like (eg. is for stand-alone button): Open Youtube ************ {FLD:1201} = Link {FLD:1202} = check box ************ Thanks in advance, Björn Poller
(...) fic user was set in any action? I'm using this article https://community.webcon.com/posts/post/checking-user-and-group-privileges/258/3 but I want to also check where for example the user is hard code d for the Task Assignment for example. Hope you got ideas! Thank you
(...) not want to show the instance link and site link, the buttons keep showing up in the email but empty. If you want to erase them, the only option is to create a new template and discover in the HTML code where the buttons are configured. This makes no sense because the buttons don't have any other usage as showing the links so if the person chooses to hide them, it should behave as one compound on (...)
(...) When using objects in the code editor and hover on top of them it shows you the location (Very usefull), but it would lower the ammounts of clicks and speed up the development if by doubleclicking or rightclicking on those, the menu on the right would expand automaticaly.
(...) Hello everyone, having some experience in coding, makes it for me obvious that font used in text areas should be monospaced. Simply it's easier to read code , when it's monospaced. In attachment you can see and compare how that simple lines are better aligned, with monospaced font. When you edit some more complex SQL Queries, or when you deal with some custom HTML element - it would make life just eas (...)
(...) che-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-should-you-worry Best regards, Daniel
(...) One of our customers would like to print the pdf attachment when moving to the next step. As there is no action to send a document to a printer (apart from print a barcode label), i'm wondering if anybody implemented this.
(...) le to color backround of a date cell. The condition would be "if the date in the current field is greater than today, then color backround, else dont change the color". Currently the not working JSON code is: { "content": "=CurrentField", "style": { "background-color": "=if(CurrentField > today, '#FF0000', '')" } } I've also tried different variants of the condition like "date(Cur (...)
(...) I would like to build a solution for incoming correspondence registration. Registering an envelope (which has its own barcode ) and some fields, I would like to add some other barcode s in the Item Lists field and I would like a subworkflow (documents in an envelope) to be created for each of the lines. I can create a subworkflow, but I don't know how to loop through the Item Lists. Do you have ideas (...)
(...) veryone, I have an item list with grouping on one column. I'd like to have this column group collapsed by default. How would I do that? JavaScript? Please consider I'm no js expert so any piece of code or a completely different approach would be much appreciated. Thanks, Martin
(...) as parameters. The business rule that appeals to the other business rules has parameters that are mapped in the appealed rules. I get the error when I testing. I explained the error and showed the code in the attached image. Thank you, Raluca
(...) Module RequestFilteringModule Notification BeginRequest Handler aspNetCore Error code 0x00000000 Requested URL https://marketbpmdev.sunriseseniorlivin (...)
(...) Hi, Why is only one task created, and everything executes in it, when I execute the following code in a loop: args.TransitionInfo.TasksToAdd.Add(new WebCon.WorkFlow.SDK.Common.Model.NewTaskData(new WebCon.WorkFlow.SDK.Common.Model.UserInfo("webcon", "webcon"))); Best regards.
(...) We are using a Hot-Mailbox to process incoming e-mails with a pdf attachment. The attachment is added to the instance corresponding to the barcode applied on the pdf. This works fine so far. There is now the need, that the users has to send at least one other attachment which does not have a barcode and these should be added to the instance as well. Thought this would be possible by configure (...)
(...) F NOT Exists and passing value 1 when the user entry is not a duplicate which means validation is successful and should allow saving the user entry. When a user entry is a duplicate, SQL NOT EXISTS code returns value of 2 and the validation should fail with a message. SQl is returning the correct value but the validation action not working as expected. SELECT CASE WHEN NOT EXISTS (Select WF (...)
(...) Hi folks, As you (to my knowledge) cannot add a html field, like you can do in dashboards, I wonder how to get code into the very first page of Webcon. Our goal is to redirect directly into a specific application, but we cannot use the URL rewrite module of the IIS. Best regards Fabian :)
(...) 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 BusinessDays 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. (...)
(...) st api is only working with registered apps. Would be super cool having the possibility to grant permissions for using the rest api also for users and not only applications. Btw: I reused the code for the weblogin from my powershell and extendend https://github.com/WEBCON-BPS/RestApi-DataImporter, but....