(...) Does anyone know if it is possible to provide translations for the Form rule Functions ALERT and CONFIRM? I tried with "MyText$$DE$$Mein Text" but that doesn't do anything. Cheers Pasquale
(...) Hi, I propose to add in Bussines and Form rule s internal parameters like in automatizations. I will be helpful for calculating or savng data to compare, not using JS mode.
(...) May be a sily question, but... is there a way to turn off parts of a form rule ? It would be nice to stop some elements (formulas) from working for debugging reasons. Now to do that I have to delete these parts. Am I missing something, is there w way to do that?
(...) I think it would be appreciated by many developers, if you would add "activate"/"deactivate" on every element in the business rule / form rule / other similar places. It would make debugging much easier in many cases. Just as it is in the actions now.
(...) Webcon ver 2021.1.5.315 I found a bug in business rule s with parameter and SQL query. When type is text and value start by '0' then rule cut first char.
Hello, I have item list with anormous amout of rows from time to time. Few columns with action on it (for example set another column,select data etc.). When item list comes to 100 rows system will send many requireness (once requireness = one log on IIS). This causes slow loading of the form. No once form is unavalible ,error from web browser (Not enough ram memory). I have few ideas, but i
Hi, Is this a bug? I am trying to delete a field from a SET statement, but Webcon tells me it can't be deleted, because it is used. When I click Show Usages, the message is "This configuration element is not used anywhere. What is going on? Thank you
(...) Hi, it would be great if the error message : It is not possible to test a source or business rule that contains columns of an item list. Would only be displayed for the test button of the expression editor. Currently it's also displayed for the "Show" buttons which forces me to replace the variable in the SQL management studio myself. Best regards, Daniel
(...) Hi, the HTTP response for displaying a workflow instance contains all global form rule s. It's ignored which kind of form rule s are used by the process/element. The response should only contain those form rule s which are referenced. After all, the exported process will also export the used/referenced global form rule s and not all. This applies at least to versions 2023.1.2.44 and 2022.1.4.155 (...)
(...) Hi, it would be great when form rule s would be stored in a minimized version too. This minimized version would be used by default whenever a form rule is send to the client in a HTTP response. When a query parameter like 'minimized=0' is added, the "full" version would be used instead. Currently the a JavaScript form rule will be bloated because line breaks are transferred as \r\n. Depending o (...)
(...) hi there, i can add a business rule for condition step, but how if i need to have more than one rule for different fields in the same condition step? so i need the condition step check for more than one rule ., for example: check attachment. please note that every rule separately works but together not. please any solution?
(...) Hello, I want to hide/show the buttons in an item list for : add row, delete row and clone but based on rule . To be more specific, I want the 3 buttons to be visible when the instance is using business entity 1, 2 and 3 , but when i use the business entity 4 i want them to be hidden. The only way I made it possible is by using a form rule with a Java Script, but could not see any build in Webcon (...)
(...) Hi, After upgrading to Webcon2023 (ver. 2023.1.2.44) we found errors during Form rule executions on page load. It is caused by trying to hide/show/set/etc attributes that are not visible on the form. In the 2022 versions, there were no issues with the same configuration cases. These errors appear during Diagnostics and additionally prevent saving the Diagnostics Session. Does anybody have s (...)
(...) Hi! We are in the process of upgrading from 2017 to 2021 - testing phase. I have a problem with the visibility and requirement rule s for fields in an item list, when the contents of one cell affect the behavior of another cell in the same row. The existing rule s do not work. What is wrong?
(...) check whether a value exists in a sharepoint list before I create a new entry via workflow action? What's the best way to do it? Can I use a data connection to query for a certain value in a business rule ? Thanks!
(...) He all, I was searching, but can't find information anywhere. Is there a possibility to run some javascript or form rule s on load of the main website page of local webcon instance? I'm preparing a process where users manually confirm their being at work. It would be very appeciated, that when tey load any page of local webcon instance, there would be some code testing if they already confirmed thei (...)
(...) It would be very helpful if one could create a global form rule and webcon would run it on every page load (especially the pages outside of apps as there is no way you could perform anything there now). This way you could force a user to "punch the clock" after logging to webcon (load and start a dedicated workflow) or show some important information after the user logs in.
(...) Hi everyone, it would really be great if we could have the option to check in a business rule whether the edit mode is active. Currently we can check for: - Admin mode - Mobile device - Share mode At the moment I'm using a combination of business rule and form rule to hide /show an element which is confusing. An alternative or maybe an even better option would be to provide a rule /funct (...)
(...) Hi, I'm finally taking the time to add this user voice. I think it was in BPS 2020 or 2021 where the option was added that a constant in a business rule would be displayed in the format Group:Constant (1). Right clicking on the name of the constant would show a context menu with all constants in this group (2). This was similar to the one which is displayed if you right click on the choose field (...)
(...) One feature, useful especially during debugging would be the ability to disable lines in form rule s (let's say by some toggle n the right of the line alowing to either disable or enable this line).