Hello all, How is it possible to select a choice field item by index? The choice field(A) has a placeholder ("empty" in attached image) and a dynamically read value. And on value change in another choice field(B), this value is being added to the choice list(A), but I also need to have this new dynamic value selected as right now it is just queued under the placeholder. Is there a way to do this through webcon standard or programmatically? Thanks in advance :)
Hi everyone, this is just a short list of actions I had to do, when I switched from a "local" text field, WFD_AttText1, to a global WFD_AttText1Glob: 1. Fixing Start Subworkflow actions Due to the change of the field type the assignment was "lost". Internally the action uses the database name, so it's obvious, that the assignment of field {690} to field WFD_AttText1 is no longer valid. Configuration after correcting the assignment <field> <attribute>WFD_AttText1Glob</att (...)
Hi, Currently we are on 2021.1.4.55 version . Last Year 2021 big release has few bugs and the later version released after sometime to fix them. So this year we are planning to wait till the next version is being released and then upgrade to that next release. Can we directly upgrade to that next release or is it must to upgrade to 2022.1.1.41 to go to next version?
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.
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-should-you-worry Best regards, Daniel
Hi everyone, I had the requirement to calculate a reminder date based on a due date. This should be x days before while respecting the working day calendar. SQL Command for calculating a date _after_ the base date, attachment (1): select Top 1 [CAL_WorkingDate] from ( -- Top: number of working days before the base date SELECT TOP {BRP:13} [CAL_WorkingDate],[CAL_IsWorkingDay] FROM [dbo].[Calendars] where [CAL_WorkingDate] > '{BRP:14}' and CAL_IsWorkingDay = 1 orde (...)
Hello Everyone, We have a process by which we send e-mails, but at the same time I'd like to save the e-mails sent as attachments. Does someone know a way to do so? Thank you!
Hello, I tried to import some templates from DEV environment to TEST environment and when I uploaded the .zip archive the following error occured on the .xlsx report: "Value cannot be null. Parameter name: securityProvider" Does anyone know why do we get this error? Thanks!
Hi All we have a large report build in one of our processes (list of all invoices which contains >350k items) which is now not loading for users. we have rebuilt it in SOLR and it is fast like TGV train but we had some calculated columns based on item lists which we need to rebuild. Is there any manual, KB article that describes this or anyone having expierience?
Dear Community, is there any method to hide history of an element/task from a specific group of users? KR, InnFlow Team
Is there a way on a new record to prepopulate an item list with static rows? The idea is for each new workflow started, an item list would have 6 rows already setup to have other data entered. Nevermind, I found it :) https://webcon.com/item-lists-repeating-data-done-right/
What would be the best method to get the attachments of an instance inside an SDK plugin in order to make use of them in C# code?
Hi, On the form, I am using the Chart data field. I am wondering whether it is possible to use the chart field in the Word printout report. Is there an alternative way to draw a chart based on the form data in the report? Maybe in HTML report. I was also thinking to put chart into the Picture field that is supported in Word templates. Any insight on how to approach this would be appreciated. Best regards Aleš
Hi everyone! This is not my first installation of WebCon BPS, but it is the first time I experienced this error. Everything worked fine until Users list configuration step. When I try to configure the local AD as source for synchronization, I receive the error "The parameterized query '(@Email nvarchar(4000),@DisplayName nvarchar(4000),@BpsId nvarch' expects the parameter '@DisplayName', which was not supplied." I assume, that for one of my service accounts the property display name is not se (...)
Hello All, Big project regarding to reservation system is ahead of us. And one of the very useful feature will be gantt chart on the form and as web part as well. So is there any plans to implement Gantt charts in next Webcon BPS versions? Or maybe there is posibility to prepare Gant Chart in HTML attribute? I mean off course Gantt charts in Modern Webcon BPS, because we wouldlike avoid to built new app on classic SharePoint, where gantt charts are available.
Is there a parameter somewhere that limits the number of rows that can be imported from xls to the item list ? At the moment it accepts a maximum of 1000 rows, can it be changed/set somewhere?
Unfortunately I can't use as source "BPS Users" and I need to change source to "AD Users". The BPS Users have 100 users but AD Users have 300 users In both sources I need name of Manager. I use item list with dropdown list with Autocomplete when source id BPS user is fine but if I switch to AD Users then I would like to column "manager" but it give me: CN=John Doe,OU=Users,OU=Employees,OU=CTM,OU=People,DC=xyz,DC=xyz,DC=local and I need just "John Doe" in text box ...
Hi, I tried to work with Webcon API on the trial but only what I retrieve is empty list of tasks. I successfully authenticate by app client context and receive token which I used to read tasks. I cannot register by user context and I cannot read other data from Webcon. Is it a standard behavior for trial or is there something I missed?
Hey, I was wondering if there is a possibility to change ordering of form menu buttons(screenshot below). I've already tried doing so, in the application's "Standard areas" panel, but it could not be modified that way.
Hello, I'm looking for help in changing the format of values stored in COS_BpsID, on my test server the user IDs are stored as UPN (user@domain) but on the production server the format corresponds to samAcoutName (domain\name). How can i change my production configuration to match UPN format? Thanks in advance