WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for data

(...) I created process where I have got: 1. Parent process with Item list: a) description b) attachment 2. I start child process a) copy data + copy attachments b) i would like to populate the same in child item list with records correlated with coped attachments ... I did SQL source: [code="SQL"] SELECT e.DET_ID as 'ID wiersza dziecka', e.DET_WFDID as 'ID Elementu Detalu dziecka' (...)

(...) Hi, I've inserted a line chart to my form. It gets data from data base (4 columns). 2 columns are presented on a chart as data series. Sometimes there are nulls in one of the columns. Then Webcon interpreters it as 0. Do you know any countermeasures to it? If there is a null value from the data base, then it shouldn't show that line at the given point in time. I attach a photo of that such graph w (...)

(...) hich I want to update later. In the action "Update related workflow instance" we get the message for the users: Incorrect instance ID: ''. When we execute this workflow, the ID is found and the data is written. So it seems to be an authorization problem? Both processes are in the same application. Greetings

(...) ments.Model.Base.ReadOnlyItemsCollection`1.GetByID(Int32 id) at WebCon.BpsExt.Signing.Autenti.CustomActions.Helpers.RequestBodyProvider.AddSmsAuthenticationnConstraints(List`1 constraints, ItemRowdata row, UserColumns userdata ) at WebCon.BpsExt.Signing.Autenti.CustomActions.Helpers.RequestBodyProvider.AddParties(ItemsList itemLis, UserColumns userdata , Boolean setUserPriority) at WebCon.Bp (...)

(...) Hi, Is there a simple way to get which environment runs a process? The data should be one of the 3 possibilities: DEV, TEST, or PROD. There are many places in Webcon settings where environment is set as "Auto", but I found no variable giving the actual name of the environment. I know there's a table and inside is a row which offers this, but I thought there might be an environment variable offe (...)

(...) Hello. I have a choice field that is appearing in 2 different steps. Is it possible to filter the returning data depending on the current step? ex: if in step A, choices to be 1,2,3 and if step B, choices to be 4,5,6.

(...) cantly ease our workload, as we currently have to manually split the address files. Thank you in advance, Bjoern Poller P.S.: I have already submitted a similar request for the Excel export in data TABLEs.

(...) Hi everyone, maybe someone of you has a guess what we can do. - We have an environment with 6 content data bases - We have a process which manages the members of a BPS group. - We use the Add/Remove single user to BPS groups to add a single user in synchronous mode (1) - Even so the action times out after 50 seconds it's marked as completed successfully in the history (2) - The duration of th (...)

(...) tried to import an application from the development environment to the production environment and got the error: "Check if the import service role (part of the core roles) is running for the current data bases". Has anyone had this error? Thanks, Raluca

(...) mall enough, the actions of the item list are collapsed to a context menu. It would be great if this popup would contain information in the DOM about the about the source. For example by adding a data -key attribute to the top element with the value item list and row.

(...) We would like to run a PowerShell script periodically, 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 currently 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 (...)

(...) enu button] action, which should open a hyperlink, I get an error: "Error in Menu button action Start Counterparty Card. The INSERT statement conflicted with the FOREIGN KEY constraint "FK_WFElementdata ils_WFD". The conflict occurred in data base "BPS_Content", table "dbo.WFElements", column 'WFD_ID'. The statement has been terminated." I have exactly same button configured in other workflow in the (...)

(...) someone know how can to create an attachment instances with content and filegroup for send in specific instances? I need for version sdk 2023 I attached the cod fromversion 2022. NewAttachmentdata newAttachmentdata = new NewAttachmentdata (args.Context,Configuration.informationNecessary.FileName, fileMerge_Necorupt); newAttachmentdata .FileGroup = new AttachmentsGroup(Configuration.informa (...)

(...) Hi, I have a question about the service configuration. In the Services configuration -> Services -> Service_name -> Configuration tab, the data base components are configured. How can I increase the number of action threads for timeout? I would like to parallelize several timeouts and not wait for the transition after each of them is completed. Do you have any idea for this? Regards ;)

(...) open 'Designer Studio' project at Webcon, so I'll give it a shot - if not now, then I'm not sure if there will be a better time ;) I think most of us have used SQL Server Management Studio or Azure data Studio to test some queries, and maybe a VSCode / Notepad++ for some powershell - all of those support autocompletion (which in most cases of recent software is supported by language server protocol) (...)

(...) I have a process [1] in which you enter qualifications for people. Then I have another process [2] in which qualifications are also entered and when the step is exited, the data from process [2] should be entered into process [1] via a subworkflow. The data that comes from process [2] is in an item list and should all be entered individually (as separate instances) into process [1]. Before this, h (...)

(...) Hi everyone, I'm currently 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 hand (...)

(...) Hello, I have a question regarding attachments. Is there a way to remove the "[None]" option and see only the categories from the selected data source? Thank you for your help!

(...) Hello, I would like to create a process that deletes all attachments from my current app. I selected option: Remove attachment and all binary data But when i look into DB: [WFdata Attachmets] 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 or (...)

(...) :00AM, and is doing so every 2 minutes. What it does is to create an instance for the same process (parent process - where is also the global action configured). Parent process is running a loop on a data source that contains 10 entries and starts 10 other instances on a second process (child process). To put it more simple, every 2 minutes a parent instance is created that will create 10 other ch (...)