(...) thing. I'm trying to setup an internal process to move and lock Active Directory users. This involves moving the user to a different OU, but I can't seem to find this option in Webcon (other than exeCU ting Powershell which I'm trying to avoid for seCU rity reasons). Does anyone have experience in this? Greetings from Switzerland Raymond
(...) Hi, I am CU rrently working on some tool management workflow in WEBCON and I have a problem. I have an items list with REST API as data source where user can pick and book tools for some time period. Time period property is not included in REST API so I'm using form fields for booking dates. Then I need to filter the items list using tools from REST API and dates from WEBCON database to exclude unava (...)
(...) For this purpose, data row field type was working well. For example such code: SELECT '➕➖' AS XX Generated two nice buttons with + and - that performed some actions. With the CU rrent version 2023.1.3.202 WEBCON adds extra " signs, so the entire code is quoted and displayed as text and not intepreted as HTML I would appreciate any idea how to solve the issue
(...) WFDID? For example, to copy the content of a text field from process 1 to a text field in process 2 using an action. Our users would like to have a feature to copy content from older processes to CU rrent ones if it is similar content. A kind of "copy template".
(...) iceModel.Channels.ServiceChannelProxy.Invoke(MethodInfo targetMethod, Object[] args) at generatedProxy_1.Ping() at WebCon.WorkFlow.BusinessLogic.Licencing.LicenceClientManager.ServiceAgent.ExeCU teInternal[TResult](Func`2 exeCU tionMethod) at WebCon.WorkFlow.BusinessLogic.Licencing.LicenceClientManager.ServiceAgent.ExeCU te[TResult](Func`2 exeCU tionMethod) at WebCon.WorkFlow.BusinessLog (...)
(...) Studio is missing Dark Mode - many if not 99% of programmers are just working on dark colors, thus saving their eyes and improving the comfort of their work. The second topic is the code editor. CU rrently, in Designer Studio, the place where we edit code that is, for example, "sql command" is probably a regular notepad without support for, for example, tab. It would be useful to have such a sma (...)
(...) to prepare data for selected cases in one of our interfaces. BPS Studio version 2023.1.3.202 doesn't give us an option to add that type of action in global actions (configured for the process). So CU rrently we have to use a task, that is configured in TaskScheduler on the application server, to run it. Is there an option in BPS Studio to run a PowerShell script that is not connected to only one (...)
(...) ved version. :) - Additional widget type 'Text', which will output any text and not only numbers. For example to display information like "open/closed" sub workflows: 2/4. - A form rule can be exeCU ted what should happen when the user clicks on it. We could display a tab for example or exeCU te a hyperlink or whatever. - A form rule to trigger the refresh of the widget. Can be useful if a subwor (...)
(...) Hi I have a question. I want to return all weekend days in SQL for my form validation. This is my SQL Code that returns these days, but only for the CU rrent month: WITH Dates AS ( SELECT CAST(DATEADD(MONTH, DATEDIFF(MONTH, 0, GETDATE()), 0) AS DATE) AS DateValue UNION ALL SELECT DATEADD(DAY, 1, DateValue) FROM Dates WHERE DATEADD(DAY, 1, DateValue) < DATEADD(MONTH, DA (...)
(...) Necorupt); newAttachmentData.FileGroup = new AttachmentsGroup(Configuration.informationNecessary.GropuName.Split('#')[0], Configuration.informationNecessary.GropuName.Split('#')[1]); new DoCU mentAttachmentsManager(args.Context).AddAttachmentAsync( new AddAttachmentParams() { Attachment = newAttachmentData, SkipPermissionsCheck = true, DoCU mentId = Convert.ToInt32(Configuration.informa (...)
(...) Hi, it would really be great to add support for the hyperlink action on the attachment menu. The only additional thing which would be required is the id of the CU rrent attachment. The hyperlink action supports exeCU ting JavaScript and one use case would be to trigger the print dialog without opening the preview. While this is one there may be other use cases which is the reason why I don't r (...)
(...) / Notepad++ for some powershell - all of those support autocompletion (which in most cases of recent software is supported by language server protocol). Could we get a built in autocompletion for CU stom business rules inside Designer Studio? I'm leaving 2 examples of how autocompletion works in Azure Data Studio, and leaving one additional concept what kind of autocompletions i would like to se (...)
(...) Hi everyone, I'm CU rrently working with a popup search field that retrieves data from a REST web service. My challenge is that I need the ID to also be the value for the field. Essentially, when initializing the field, I need to set both the ID and the Name for the same field. However, when I attempt to do this, I encounter an error. Has anyone else faced this issue or found a workaround to ha (...)
(...) Hello everyone, Increasingly, when creating large applications containing many processes, dictionaries or doCU ment templates, the ability to group processes in Designer Studio would be useful. You can then group processes as you wish, making it much easier to navigate through large applications. Would it be possible to add such grouping to Designer Studio? Greetings to all ;)
(...) Hi everyone, I'm new to Webcon and CU rrently working on setting up its components. Unfortunately, I have run into some diffiCU lties and could really use some guidance. I'm uncertain about the compatibility of the Webcon components I'm using. Is there a specific resource or doCU ment outlining which versions work best together? Additionally, I'm encountering error messages about missing files (...)
(...) I noticed in Webcon 2022.1.4.404 if I do action "Send CU stom email" and the action is not related with "Action templates" then there is no prefix if action is saved as "Action templates" and template is using "default" Template - no prefix but if any Action template is using "E-mail notifications" template then prefix appears like: "[PROBPS#21293]" I don't know where I can configure it to (...)
(...) Hello all, Do you know if the Search everywhere only allows to search for instances that were opened in the CU rrent year? Thank you
(...) Hello everyone, I need your assistance with something. I am CU rrently working on a Business Rule that should return a value using SQL. The Business Rule needs to be as universal as possible, and I want to pass two parameters to the SQL query. So far, so good. The issue is that I want to pass the same form field as a parameter twice: once as a value and once as a "column name" (essentially as a (...)
(...) Hello, I would like to create a process that deletes all attachments from my CU rrent app. I selected option: Remove attachment and all binary data But when i look into DB: [WFDataAttachmets] i see the records for my given instance Also when i look into [BPS_Content_Att].[dbo].[WFAttachmentFiles] also i see records for my given instance Is there a possibility to delete, to free up space o (...)
(...) dering of the report. I want to show the sum of days in each step of the process (Bar chart) and the average Day(s) in step as a Line chart. This is not working. I don't have any filters, nor calCU lated columns. I've tried to create a chart with another field to check if the issue is related with Day(s) in step field, still I get the error. Does anyone configured something like this? Thank (...)