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

search results

for Attribute

Applies to version: 2025.1.x and above; author: Grzegorz Straś Updated in 2025 R2: Authorization now available on table reports Related Documentation The 2 areas relevant to setting up this feature are the Visibility tab in the configuration of each form field, and the Security node in the global parameters, where the authorization methods are enabled. This article references on

(...) rresponding form fields. Starting with version 2022 R1, in certain cases described here, such OCR operations may produce errors such as: "'<', hexadecimal value 0x3C, is an invalid Attribute character". The reason for the error is that the resulting OCR .xml file stored in the text column of the attachment database (ATF_FRData column in the WFAttachmentFiles table) contained Unic (...)

(...) column and select the Selection list option, which will allow users to select multiple values at once.   NOTE: leaving the Name field empty automatically assigns the name of the selected Attribute to the configured filter.   After defining the first filter for the "Ordering party" form field, it's time to add the second filter for the "Order date" field. To (...)

Applies to version 2025 R1 and above, author: Krystyna Gawryał   Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON BPS Help: Workflow designer | WEBCON BPS Global form template | WEBCON BPS Field matrix | WEBCON BPS Form | WEBCON BPS   Introduction

(...) ailed below: Fig. 8. Attachment selection   SELECT     ATT_ID FROM WFDataAttachmets WHERE     ATT_WFDID = {WFD_ID}     AND dbo.ClearWFElemID(ATT_Attribute 1) = 1     AND ATT_IsDeleted = 0   In this field, you must define an SQL query on the WFDataAttachmets table that returns the ID of the attachment to be signed. For this scenario, th (...)

(...) or required parameter         Set-Variable -Name $key -Value $value -Scope Script     } } Same is done if the object of the optional parameters isn't empty but without the validation of the Attribute s values because they are only optional: if ($optionalParams) {     foreach ($key in $optionalParams.PSObject.Properties.Name) {         $value = $optionalParams.$key         Set-Variable -Nam (...)

Applies to version: 2019 and above; author: Martyna Krzyżak, Lily Adamowicz   Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Choice tree   Introduction The Choice tree form field allows dictionary data to be displayed on the form as a tr

(...) ource. This allows the user to authenticate and obtain an access token for Microsoft Graph API, which is then passed to the action sending the message to Teams.   OAuth2 Authentication Attribute configuration   The final step is to create a message-sending action using the Invoke REST Web service action. In the Authentication tab of the action configuration window, select the same (...)

(...) s good on both dark and light backgrounds. With the help of AI, we found such options. However, there is a much better method that works for all color variations — using transparency. In the Attribute settings, set the background color using rgba, where the a value controls transparency. And that’s almost it. Almost, because depending on the Webcon version, the platform applies this (...)

(...) Designer Studio downloaded through the portal gets installed in the user profile. Using the placeholder %LocalAppdata% has the advantage of not having the username hardcoded in the shortcut. The Attribute s for the shortcut are: Target: "%LocalAppdata%DesignerStudioWEBCON Designer Studio.exe" -protocol "webcon://https://XXXXXX/&parameters=" _develop Start in: " (...)

(...) s quick comparison between the previous and current naming conventions.   Scope of changes As part of the introduced changes, the naming used in metrics, traces, spans, as well as their Attribute s and tags, has been standardized. The adopted naming approach is based on OpenTelemetry guidelines and assumes the use of lowercase names with namespaces separated by dots. For multi-word names, a (...)

Applies to version: 2025.2.1.348 and above; author: Tomasz Błach   Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: SharePoint Site Collection OAuth2 Authentication Microsoft Entra ID   Introduction Due to Microsoft discontinuing suppo

(...) rowed down, for example as follows: SELECT     ATT_ID FROM WFDataAttachmets WHERE     ATT_WFDID = {WFD_ID}     AND dbo.ClearWFElemID(ATT_Attribute 1) = 1     AND ATT_IsDeleted = 0   In the next section, define the key recipient fields that determine the data sent to the electronic signature service. Fig.11. Re (...)

(...) Designer Studio gives the possibility to apply additional button styles. Adding the possibiltiy to define additional class Attribute s on the path properties would make the styling easier. The custom styles could be defined in the new html-field (for every process we would have to define it again) or much better, let it define in the themes editor! Update 06.04.2021 Apparently is now in back-log https:/ (...)

(...) eature will be gantt chart on the form and as web part as well. So is there any plans to implement Gantt charts in next Webcon BPS versions? Or maybe there is posibility to prepare Gant Chart in HTML Attribute ? I mean off course Gantt charts in Modern Webcon BPS, because we wouldlike avoid to built new app on classic SharePoint, where gantt charts are available.

(...) eveloper.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "elmType": "a", "txtContent": "=if ([$Status] == '' 'Start WEBCON BPS!', if ([$Status] == 'In progress', '', ''))", "Attribute s": { "target": "_blank", "href": " = 'https: //vision-box.webconapps.com/db/1/app/41/start/wf/93/dt/86/form?com_id=1&returnurl=%2Fdb%2F1%2Fapp%2F41%2F&AttText1=' + [$FileLeafRef] + '&AttTex (...)

(...) this I have to delete Weekend! and type easter and then type again Weekend! Of course in this case I just have to add it to the text directly, but please imagine in case of the text parts there are Attribute s. I am not sure if there is any trick or something to know, but I did not manage to handle it in an easy way. Would be great if the usage could be more user friendly. Thanks a lot Best regards Thom (...)

(...) which should contain a long text (an information for the employee, mandatory for legal reasons). What is a proper way for placing these types of data on a form? Is there a way other than creating an Attribute and assigning default value (assuming that the text will be constant).

(...) Currently selection Attribute s, such as picker, poll the database in such a way that LIKEs are always placed in the WHERE clause. The data that the database returns are then filtered according to the picker configuration (exact match, contains phrase, starts with). In my company, we collect customer data from several CRM systems. For one of them, we have the customer's data materialized in the dictionar (...)

(...) We have a supporting workflow which is being started via hot-folder. The name of the attached file is then being analysed (we have a naming convention) and based on the Attribute s we want to move the file to a target workflow elements. Is there a way to do this via standard actions? I've struggled to find one and we might be required to create a sdk action to copy the file.