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

search results

for script

(...) Hello together, I execute a PowerShell script directly on a path in my Webcon workflow. Beacuse I'am searched through some groups I got an timeout after one minute. I get an error with the message: "Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding". But where can I increase this timeout value to higher then a minute? Thanks for your help Max (...)

(...) It would be great having an additional field "Descript ion" for local groups.

(...) Hi everyone, it would be nice if the descript ion of a rule parameter would be displayed in addition to its type, when hovering above a parameter. Best regards, Daniel

(...) Hi everyone, experienced BPS Designers will remember a time when form rules didn't have an 'Edit mode', where you could select Javascript or Form rule. You only had Javascript . :) In the meantime the 'Form rule' option has been added an the Javascript mode gets little attention, if at all. But how can you do some of the 'Form rule' actions with pure Javascript ? If you click on the "Show" button in the (...)

(...) + " .attributeErrorsPanel").css("height", "0px") $("#" + columnName + " .validation-error-panel").removeClass("has-error") $("#" + columnName + " .attributeErrorsPanel li").remove() } My javascript doesn’t work with item list. It would be nice if we could have a built-in form rule function / JS function like SET ERROR(Field, errorText) - for every form diyplay mode . It would also be desirabl (...)

(...) Hi, Does anyone else have problems with Javascript rules not working in the mobile app? Is there any trick to it? Thanks

(...) 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_Descript ion 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_Descript ion FROM [BPS_Content].[dbo].[WFElements] where wfd_id=xxxxx outpu (...)

(...) nality to create a new workflow item. On callback of popup item we want to set new workflow element id to dropdown, but obviously the new item is not in dropdown. Is there an easy way (with Javascript ) to trigger reload of dropdowns datasource? Thanks a lot in advance & best regards, Nik

(...) can I change the appearance of the history button on the form? Just add the inscript ion history next to the icon?

Hi all! We are wondering if there is a good way to add new items to an item list on the client side. We already found a way to add new item (which can be triggered by a form rule) and set some form fields before, which then act as default values for the new row. Since it all is asynchronous it has to be a promise chain, like this pseudo code: p.then(() => { SetValue(formField, 'Value'

(...) which is perfect for new files. The customer wants to keep their document numbering. For the existing files I would like to update the Instance number (Database: WFD_Signature) using a small SQL script . But is it safe and is it wise to do that? I'm aware the numbers need to be unique in the system, and I know they are unique in the old system. I will also do an extra check during migration.

(...) Hi, How can I use Javascript to get the ID of a field that triggered a function? The goal is - if Javascript validation fails on field value change, I would like to revert the value of the changed field back to the default value )or previous value). I was researching the uxContext input parameter, but I was unable to find a function or value in the uxContext structure that would contain informati (...)

Hello. I have in mind that it has been possible in the past to format the text of the "task details" in a form by HTML, e.g. . That doesn't work anymore with V2021.1.5.xxx (see attached) The only thing that works is for a line break. Is there a reason and more important: how can I format the text here? Kind regards Klaus

(...) Good morning, we have a special situation, where we need an configured Javascript (?)-Button which works like an "Add Attachment"-function INCLUDING predefined group. We would have defined the Attachment-Section with following groups: General, F1, F2, F3, F4, F5, F6. Our users should load pictures to the attachment (1x for F1-F6). These would be copied to one of six picture fields (F = German f (...)

(...) Hi We recently changed the version of Webcon from 2020 to 2022 and I came across this problem. In the report we used a calculated column to show comments: (SELECT ISNULL (dbo.f_clear_descript ion(wfelems.WFD_SIGNATURE), 'None')) However, from what I can see in database, the comment format has changed and now when using this function I get an error: "Invalid length parameter passed to the LEFT or (...)

(...) Hi everyone, I think any changes to Javascript is worth a dedicated thread, since these won't effect everyone and can be quite technical. As everyone has read the change log, it should be no surprise that we need to apply some changes to any Javascript based modifications. The cash-dom library has replaced the former jQuery library. The change may affect how form rules work in Javascript mode (...)

Hello everyone In a process I run a cyclic action in the Global Actions. This action contains a "Start a subworkflow (SQL)". When the subworkflow action is executed I just get the message 'Incorrect syntax near '}'.' in the *Last error* field. As seen on the screenshot There is no '}' in the SQL query of the subworkflow action... So now I am facing the mystery where exactly this error occu

(...) Hello, step descript ion (HTML) is not rendered correctly when you hover over the step. In version 2021.1.4.55 – it worked fine. Thank you! Balint

(...) Hi, is there a way to make the descript ion required in case a specific category is picked for that document? Pretty much what I'm saying is that if an user is trying to add an attachment and they choose OTHER for its category, to make them complete its descript ion as well. Thnak youuu.

(...) Hello community I have to have in form field descript ion text and picture. Is it possible? If yes, where to store and how to call the picture? Example will be appreciated. Thank you in advance.