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

search results

for function

(...) ce type is "SQL Source" - the field is accessible when I choose "SearchIndex source" - it disappears from the list of accessible fields... Did anyone face same issue? Is it for a reason, or is it malfunction ?

(...) fter to the photo by camera, and run camera from element. It's could by by custom action or use build funcionality. That problems show on Windows Surfface oraz normal windows where we can't use such function s.

(...) ta on Webcon. ​This way the integrations with other systems would be even easier and there would be no need to duplicate data that already exist in some other system. Can you consider developing such function ality?

(...) vaScript representing the graphic rules. In my case I wanted to execute a 'Form Rule' which again does some more stuff. Unfortunately the id of the rule is added to the name which again is used as a function name. Since the id depends on the environment it gets a little annoying. If you don't want to use a constant which stores the ids, you can use the following approach: for( prop in window) { if (pr (...)

(...) r checks/selects/enters something on the form - much better than validation on an action. So usually I validate fields “on value change” and set the field error if necessary. Currently I use a js-function like this to showing/remove the error message (form display mode: Modern on BPS portal): function showError(columnName, hintText) { let errorLines = $("#" + columnName + " .attributeErrorsPanel (...)

(...) roblem is that it is not guaranteed that your form rules “Main form -> Behavior-> forms rule to be executed on page load” are being executed AFTER the page has been rendered. I use the following js function for hiding the delete button, depending on a value in the row: function hideDelete(listId, nachtragAttribute) { if (SubelementHasRows(listId) > 0) { for (i = 1; i

(...) Hi, I wonder if there is a way to chenge the text of the Item List init button. Now it sais something like "+ Restore defaults" and I want to change it to "Update details", as the function ality in my list is to update some fields on the list if they were changed outside of the process (in dictionary).

(...) y possibility to show only one "Item list" attribute but is there any possibility to create some technical data table or atribute to show more than one list? Or maybe you can give some example of SQL function which select more than one "Item list". Thank you in advance for your help.

(...) store the ID of the assigned parking place in a technical variable on the fly (as form rule invoked on callback of the items list). However, I can not add it automatically to the list, as there is no function that allows me to do this (or I can not find it). The only procedure that allows me to change the items list and add rows that were not there is the initialization through sql. But in this case I do (...)

(...) How to use the mentioned function (https://community.webcon.com/posts/post/function -dictionary-for-business-rules-and-form-rules/237) without sql to get the date value for the last and the first day of the current month in the default value field of datetime type attribute?

(...) Hey everyone! Does anyone know it is possible to integrate Webcon with Zimbra instead of Exchange? I'm particularly interested in the HotMailBox function ality - starting workflows when a new email arrives in a selected mailbox.

(...) Hi, Has anyone encountered an issue like the one in the screenshot? In Edge on Windows 11 the function ality to open in IE mode is configured but it still doesn't work. Is it possible to configure correct settings via GPO? Most users are still on Windows 10. Best regards

(...) Hi everyone! Am I blind or there is no function oposite to COLLECTION, that would remove an element from collection? How do you manage to overcome the lack of this function ? I came up with an idea of making a JS form rule that takes a collection and removes a value given in one of the parameters. It works. But there are limitations that make the solution inelegant. First of all the form rule can not r (...)

(...) There are actions on the form. One of these actions is to perform a function on the base. The result of this function is varchar. I would like to display the content of this result to the user. In the form of a JS alert or any message. Do you know how to do it?

(...) Hi Guys, Has Webcon any function or script to extract the [Comments] field in the "human eadible" way? Lets say DATE | AUTHOR | COMMENT TEXT. Selecting from WFD_Description for particular ID gives me output like below. It is becoming more complicated if I have two or more comments, divided by ','. SELECT WFD_ID ,WFD_Description FROM [BPS_Content].[dbo].[WFElements] where wfd_id=xxxxx output: (...)

(...) I try to use the following function ality: "Security based on organization structure. This function ality allows you to view and edit your subordinates’ instances and tasks (in the same manner that those subordinates would be able to), and also lets you delegate subordinates' tasks to yourself (or another person), in order to take over and complete them. " I can view and edit my subordinates' doc (...)

(...) Hello Team Mayby someone has a solution ? Simple process / screen 1 / On step "Confirmationa" , group of users have to accept. I used function ality: Operation executed on parallel tasks: Wait for required tasks to be completed. Above function ality works fine. Problem is to now , who not accepted. How do it ? Thank you in advance Jerzy

(...) Hi, I am creating a plugin for webcon in C#. I need to start a new task from the code level. Is there any dedicated function for this? Best regards

(...) Hi, has anyone encountered problems with Invoke Sopar service action after upgrading to version 2022.1..1.53? We forgot to test the function ality immediately after the upgrade (due to some issues with the license) so rollback is not an option…. We are gathering data from the national registry of companies when registering a new partner into our system with the action. In 2022 we just receive the follow (...)

(...) ds about 1milion of documents to be generated once a month. That is a lot and using the actions it would take more than a month to finnish all the work. We have investigated how the reports quickpath function ality works (because it seemed to work multithreading) and we have notticed that it uses JS to send async all the instances via the API. So we are now using the API via sdk in order to start all tose (...)