(...) Hi, If I have a polish language, the data starts from monday, however if i change the lanague to ENG, I can see that the week starts from Sunday, How can i chagne this?
(...) as of WEBCON BPS 2023 with the calculated id columns: and {WFCONCOL_ID:544} = '{WFD_ID}' The big question is, why was it working in the first place and only failed in production? The production data base contains way more data and the SQL server decided to execute the query differently. Test system: The index of the choose column wasn't used, which "magically" allowed the query to work. Produc (...)
(...) es by moving the workflow to a step which checks whether the synchronization is finished. As far as I found out so far a job get's added to the [UserSynchronizationQueueItems] of the current content data base and it maybe get's deleted when the job is processed. At least I thought so, because the job got deleted some time after the BPSGroupRelations in the config data base had been updated. Unfortuna (...)
(...) nt (main flow) can "flow" ... independent from child. but if child is finish then I would like to move Parent by path "save" ... but path save is different depending from step .. what ever I put in data .. then I have error ... I don't understand that config window....
(...) Hello, I'm trying to import user data from the import WF (1) into the employee WF (2) and route based on whether the user has an Active Directory account. Depending on whether the user has an Active Directory user or not, the user should either be sent to the blue path or to the purple path in WF (2). The issue is that the business rule in the 'Start a Sub Workflow (SQL)' actions, which checks i (...)
(...) Hello, I have element in archive data base, when I click admin I show error "Cannot read properties of undefined (reading 'showTitle')". How it fix?
(...) How to limit the number of returned items for a data source in a filter? (to one item maximum) Is only the DISTINCT or TOP option from T-SQL at the data source level left? Can this be done with some function at the filtering stage.
(...) threshold for contributing would not be as high as it is for a Knowledge Base article, which usually requires a certain level of detail. Simple contributions like 'Displaying a Google Maps link in a data Table', 'Coloring a data Table entry from the previous day excluding weekends', 'Displaying graphics in a report', or 'Limiting the maximum number of text lines in a multiline text field using RegEx' (...)
(...) I have created a simple SDK Plugin that includes one input field. In the data base, the field's value is saved in the format "24#24 Months$$de-DE$$24 Monate", and it is displayed in the report exactly as "24#24 Months$$de-DE$$24 Monate". My goal is to display this value in the report as "24 Months" when the user's language is English, and as "24 Monate" when the user's language is German. How can (...)
(...) y 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?
(...) Hi, when you want to add a new new report tile with a link to the "details" in WEBCON BPS 2024 you have to: 1) Choose a data source 2) Choose an existing report The current implementation forces us to create the data source twice. While the effort for the data source creation may be neglectable, I'm quite sure that a lot of us will forget to update both data sources. Especially because it wil (...)
(...) Hello, I'm trying to create a more complex delete of line function. To explain this briefly, I have a list, where I can't use the normal delete button. So instead, I'm adding one using a data Row form field, where I call the JS function like this: deteteFunction(list ordinal number); In this list there is a column called IsOld, and it's values can be OLD or NEW. * If the line I want to delete (...)
(...) WorkFlow.Service.ActivityExecutors.QueueActivityExecutors.ImportActivityExecutor.DoImport(IImportQueueElement queueElement, List`1 importProgressStudioLog, IActivityEvents activityEvents, ImportExportdata importExportdata ) at WebCon.WorkFlow.Service.ActivityExecutors.QueueActivityExecutors.ImportActivityExecutor.d__18.MoveNext()
(...) hich have been set to read only. The result was the following error: Error in On enter action Copy new risk values to project risk. (Step: Completed, path: Complete action) Cannot find value 1 in data source Best regards, Daniel
(...) I would like to propose a change to the Process Import/Configuration grid. It would be great if the names: data sources, Fields, Constant etc. were in a separate column (if it were possible to sort/filter by this column it would be great :-) ). With many data sources, finding the one I don't want to import is not easy.
(...) dio/Process/Attribute/Basic/Itemlist/ILConf/ILGenral then in sub flow if I use the same Item list then all settings from main flow are on .. But I would like to just allow for modification of rows data not add / delete /import .... At the moment I use 2 item list is it correct? or maybe is possible to change settings depending from Form ? I guess it is possible only by JAVA ... Am I correct??
(...) my path i have configured a FOR EACH on my item list which is creating/composing JSON payload for my REST. (rows) However, I am encountering an InternalServerError (500) when attempting to save this data using REST service on path for my current instance. PATCH: api/data /v5.0/db/#{DBID}#/elements/#{WFD_ID}# { "workflow": { "id": "#{WF:123}#" }, "formType": { "guid": "969c34 (...)
(...) ello, I notice 2 weird situations: 1. I have a ForEach and inside I have a simple "Start subworkflow" action and i try to drag from the collection columns in order to start the workflow with some data completed. When I drag the columns, one is showing a bit weird. It will show ok once you double click it. (picture 1) 2. I have another ForEach and inside I made a business rule that uses, again, in (...)
(...) to submit with every REST API call to SAP API. The problem is that I can't submit JSON configuration in REST API Connections area in WEBCON BPS Designer Studio. And later use it to setup REST API data sources. Maybe someone came up with solution how to deal with it?
(...) }#; setTimeout(() => { var itemListElement = document.getElementById(itemList.fld + "_" + itemList.id); if (itemListElement) { const provenientaElement = itemListElement.querySelector('th[data -key="#{SFLD:512}#_#{DCN:512}#"]'); if (provenientaElement) { const textElement = provenientaElement.querySelector('.header-cell__content__text'); if (textElement) { textEl (...)