Hi MiChau, depending on your use case you could also switch from privileges on workflow instance level to privileges based on form type. This way you could easily grant new domain groups read privileges to all workflow instances using this specific form type. Best regards, Daniel
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
Hi Marcin, maybe it will solve itself ones you restart the application pool, for example with iisreset. I had a different error but it also contained "WebCon.WorkFlow.Data.Caching.Collections." namespace. Type: System.ArgumentException ----------------------------------------------------
Hi Patryk, ok, if you need to display the data in a Data Table we have to rely on the build in features. This is not an ideal solution but in our cases it will work, but I don't have any idea how this performance in a real world scenario. :) declare @jsonText nvarchar(max) = '[{"d":"2022-02
Hi Patryk, this can be very easy, at least if you are running SQL Server 2016 and a willing /able to test updating the database compatibility level to 13. Using this compatibility level you can make use of OPENJSON https://docs.microsoft.com/en-us/sql/t-sql/functions/openjson-transact-sql?view
Hi, I did once a small PoC and maybe you can amend the logic: I used PdfSharpCore using PdfSharpCore.Pdf; your logic: using (var targetDoc = new PdfSharpCore.Pdf.PdfDocument()) { foreach (var file in ATTACHMENTS) {
Hi Jegan, I would also prefer it if the actions could be displayed in the first column instead of the last one. Or at least to have it configurable. For the time being I have two tips for you: 1. I don't know when this was added but you can limit the height of the item list in the layouts
Hi Marcin, you need to use the "change a single field" action to assign something to the local parameter. Can you execute the SQL statement inside a "normal" SQL command, so that you can return "i"? I don't have any experience with Oracle, so I can only answer this in a generic way. Best
Hi Marcin, ok, if you need to display this message after path transition you could do it like this: 1. Use the "change value of a single field" action, select the parameter in which the result should be stored. 2. Use a hyperlink action with javascript:alert('PARAMETER') It's probably poss
Hi Marcin, the form rules have a alert and confirm function. You can pass a business rule as a value to them or concatenate the string to display the message. Best regards, Daniel
Hi mansoft, ok in this case I will provide my opinion: 1. Maximum database size I haven't tested this with Express within a paid version you can add/remove content databases via setup.exe "Tools for application management" so there is no need to uninstall WEBCON BPS. You may need to clear the
Hi Bo, I used the stored procedure dbo.ReplaceLogins in the past for this kind of task. Or at least a similar one. For an unknown reason to me the last name is quite often part of the account name. If someone changes his last name, for example due to a marriage, it causes a whole lot of trouble
Hi mansoft, I'm guessing that everyone here is keeping silent because answers regarding licensing should come directly from someone at WEBCON. So a direct communication would be better than using the community. At least this is what I would do. Even if I would receive an answer from someone here,
Hi Kaluser, did you close this thread because you solved your issue? https://community.webcon.com/forum/thread/1460 At least I can't reply there, so I'm guessing that you closed the thread. Best regards, Daniel
Hi, I don't have a formula, but the infrastructure guide contains a detailed example: Chapter 4.2. Estimation of WEBCON BPS database size https://community.webcon.com/community/public/posts/post/webcon-bps-2021-infrastructure-guide/246 On the other hand, you have the demo application
Unfortunately I don't have one which could really work. Only one idea which may work, but only with simple workflows. Even if I had one which could work, I would not disclose this. This would be similar to assisting in a robbery in my point of view. The feature has been explicitly implemented to pr
I used an answer with a short citation, but I'm referring to the previous post. "but how to update production having a version of the target application for the external client" Ok, so you have clients which are using express and you do the development for them on your environment. Luckily I h
Hi Raluca, as you noticed, the question is, why was the parameter not replaced. I had this case once, but this was when I used the PowerShell action. The {} of the script block caused the problem, but I doubt you have similar problem here. Unfortunately I wasn't able to reproduce it. I used on
I agree with you, getting down to the root cause would be the best option. But since I didn't have the issue, I can't tell you anything about this. Somehow I got the impression that you just installed the system so I mentioned the uninstall option. Of course, you could keep your content database, a
Hi, I have no idea for this problem, but I just noticed that the application templates are exported using version 2022.1.1.41. I'm not sure that you will be able to import them in your installed version 2022.1.1.53 in the first place. It may work or not, depending on any underlying changes which