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

search results

for prod

(...) to prepare such report and in SQL filter make a join statement similiar to this: SELECT * FROM (SELECT *, ROW_NUMBER() OVER(PARTITION BY [WFD_ID] ORDER BY WFD_ID DESC) rn FROM [BPS_Configprod _Content].[dbo].[WFElements] LEFT JOIN WFElementTasks  ON WFElementTasks.WFT_WFDID=WFD_ID  WHERE WFT_USER='user login' ) AS tbl WHERE rn=1

(...) T.s.put @ redux-saga-core.esm.js:375 (anonymous) @ redux-saga-core.esm.js:1412 (anonymous) @ index.js:20 (anonymous) @ SubstitutionEditForm.js:107 handleClick @ TopBarButton.js:63 Ae @ react-dom.prod uction.min.js:54 Ue @ react-dom.prod uction.min.js:54 (anonymous) @ react-dom.prod uction.min.js:55 Ir @ react-dom.prod uction.min.js:105 Fr @ react-dom.prod uction.min.js:106 (anonymous) @ react-dom (...)

(...) Hi, Sorry for my lack of knowledge but I've just installed WEBCON 2 days ago. Please help! I want to add in a item list rows from a SQL database but: Querying data is ok. I want to select a prod uct name based on that query (from a Choice field) and get the correspondent price from the query... Also my query is based on another field as a filter When I change the value of that filter, the list o (...)

(...) hello, I need to migrate local groups from prod uction to dev environment, do you know database table or do you have sql that will show me all local grups, even empty one ? thanks in advance.

(...) Hi, We are in the process of setting up new servers for Webcon with SharePoint. Regarding licences: -If I understand correctly, when we want to move the new servers into prod uction, we must first deactivate the license on the existing servers and move it to the new servers? -What about the time between installation and prod uction? How can we see that Webcon is functioning properly on the new serv (...)

(...) lidating on form submit path using sql query. Issue: all the time showing validation error message , My validation Sample below: select case when ( SELECT count(*) FROM [BPS_Content_prod ].[dbo].[WFElements] where wfd_attchoose1='{1189}' and (('{L:1191}' between WFD_AttDateTime1 and WFD_AttDateTime2) or ('{L:1190}' between WFD_AttDateTime1 and WFD_AttDateTime2)) AND WFD_DTYPEI (...)

(...) h registered companies. There are few companies set. If I import a process from test environments companies are added again (with new id). I have already tried to "sync" ids of companies in test and prod environment (set names assigned to id in test env from prod ), but the result is the same. To get things more weird not all companies are added with every import. Any ideas? Thanks in advance fo (...)

(...) Hi, We have a project in Webcon that has many processes and dictionaries (more than 150). The application has been in prod uction for, let's say, two years. In the first year, the database size was manageable, but now it's getting out of hand. Does anyone have any tips, tricks, or suggestions for dealing with large amounts of data? Are there optimization techniques we can employ? Any opinions (...)

(...) Hi, In DEV-TEST-prod Architecture environment also containing multiple BPS Content Database it would be helpful to runas BPS Studio to the exact environment and exact content database. Then it would be possible to create .bat script to run exact environment, e.g. TEST to the specific database e.g. BPS_Content_1 The script "BPS Studio prod Database 1.bat" could then alike below runas /user:Domain (...)

(...) I've noticed that when I import from the development environment to the test or in prod uction environment, custom visibility configurations for reports or start buttons don't get imported. For instance, I've set a button to be visible only for a certain group; the configuration remained as custom visibility upon import, but the group disappeared. The groups were created in the development environm (...)

(...) Hello, We have 3 environments (DEV - TEST - prod ). We have noticed that in TEST environment the action "Start a subworkflow" does not have the option "Set form field data before defaults evaluation (compatibility mode)" set to visible. In DEV and prod this option is visible. I attached some screenshots below. Can you help me understand why the option is not visible on TEST environment? And wh (...)

(...) hi in my firm, i came across an issue with communicating with the analyst/business. We are taking instructions from them we develop them on dev enviroment and then we push the changes to prod uction. The issue is that business is making several requests and we would love to let them know how is the best way to keep the track of all of the changes? What are your best practices. We can describe each p (...)

(...) drop-down, or pop-up choice field. Either form Picture field, or from Single line of text in Picture mode. Use case: I'm working on a process, where sales department should specify which base prod uct should be used as a starting point to create a new one. There is a long list of those base prod ucts, and remembering how each one looks just by number/name is not possible. Displaying the base p (...)

(...) have a general question - have you ever encountered a situation in which after moving processes between environments, certain functionalities disappeared? I'm talking about moving the process from prod ->test and then test->prod . Is it even possible for this to cut out recently added functionality?

(...) m helpful here. No matter the source of this issue, is there a way to delete the remaining links of original app into the new app, so that the export from this Dev goes clean to import on the Test/prod env? Thank you, Mihail

(...) m helpful here. No matter the source of this issue, is there a way to delete the remaining links of original app into the new app, so that the export from this Dev goes clean to import on the Test/prod env? Thank you, Mihail

(...) It would be very helpful if excel generating action and data table attribute ability to save as excel could prod uce an Excel file with or without columns headers. This is sometimes useful, as some external applications accept only data in excel files and no headers.

(...) ublic abstract class MyCustomActionConfigBase : PluginConfiguration { [ConfigEditableText(DisplayName = "BaseConfigValue")] public string BaseConfigValue { get; set; } } *** extending / 'prod uctive' project / solution *** Custom plugin class: public class MyCustomAction : MyCustomActionBase { public override Task MyRunAsync(RunCustomActionParams args) { /* do something... (...)

(...) Can we have a new feature to add context variables to the HTML dashboard widget? For example application ID, ID of a report etc. When copying application from prod uction to Test, the report IDs are different and HTML links are therefore broken.

(...) Hello, in the 2023.1.3.29 version, we have apparently identified a reprod ucible bug. In our case we are using a text field to store a time value. The goal is for this to automatically replace a period ('.') with a colon (':') after input (Style and behavior). The error occurs when we attempt to replace every period ('.') with another character using STRING REPLACE, specifically in the case of (...)