(...) 9. Example of a message in the WEBCON Contrast Black Yellow theme ARIA and semantic HTML – using voice readers in Portal ARIA (Accessible Rich Internet Applications) is a set of Attributes and techniques to improve accessibility and user interaction with dynamic content, such as web applications. ARIA extends the capabilities of HTML and JavaScript by adding new Attributes that more ac (...)
(...) External content by Markus Jenni; October 1, 2024; Html5 introduced the min/max Attributes , which allows us to set a range of allowed values. In addition to these. There is also a step attribute to only allow certain steps in between the range. You can then increase/decrease the value by using the arrow up/down keys. This can be achieved by the following steps: Create (...)
(...) ters related to the system workflow and logic. Fig. 11. Plugin properties { "classifiers" : [ "CHALLENGE_CLASSIFIER-UNIQUE_TYPE:ACTION_SELECTION" ], "Attributes " : { "selectedIds" : ["EVENT_CLASSIFIER-UNIQUE_TYPE:DOCUMENT_SENT"] } } The HEADER X-ASSERTION field automatically inserts the configuration provided through (...)
(...) 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 Attributes values because they are only optional: if ($optionalParams) { foreach ($key in $optionalParams.PSObject.Properties.Name) { $value = $optionalParams.$key Set-Variable -Name (...)
(...) 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 Attributes for the shortcut are: Target: "%LocalAppdata%DesignerStudioWEBCON Designer Studio.exe" -protocol "webcon://https://XXXXXX/¶meters=" _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 Attributes 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, as (...)
(...) Designer Studio gives the possibility to apply additional button styles. Adding the possibiltiy to define additional class Attributes 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:// (...)
(...) eveloper.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "elmType": "a", "txtContent": "=if ([$Status] == '' 'Start WEBCON BPS!', if ([$Status] == 'In progress', '', ''))", "Attributes ": { "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] + '&AttText (...)
(...) 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 Attributes . 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 Thoma (...)
(...) Currently selection Attributes , 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 dictionary (...)
(...) 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 Attributes 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.
(...) When trying to define a tile for a process that has many Attributes , an error appears as in the attachment. It is not possible to define a tile. Only when some Attributes are unlinked from the form, the tile is added. Unfortunately, this is not a solution that can be used in a production environment.
(...) s not give me a rest. It conserns Item Lists. When I use any type of choice field and in the picker tick "Show link to this item" it still does not show the item with the link (as it does in standard Attributes ). It doesn't matter if the field is read-only or writable - always no link. I suppose the solution could be a separate hyperlink column calculated based on the ID in the choice field, but I have 4 su (...)
(...) "Przypisane miejsca postojowe (BPS)" - these are choice fields in read only control mode (technical fields actually). There are rules triggered on change value of each of them to create hyperlinks in Attributes of the same name (without "(BPS)" suffix). All of it in detail in the attached sketch. Sorry for the polish variable names, but you will have no trouble identifying them in the picture. This way (...)
(...) editin of an item in the list, but I guess there is no such possibility. Or am I wrong? UPDATE: I managed to get on callback the list of dependant item IDs and the main item IDs both in separate Attributes . I managed to create actions that I want to perform the desired tasks in a path. But this needs user to click the path button - how to automatically add the new items to the list on closing the edit (...)
(...) ry item to special technical attribute and making the transaction process run through a path that identifies this ID and adds a line to the items list based on this ID. 4. All the temporarly needed Attributes are cleared. This way if there is no transaction - one is created. And then an item is being added to transaction list successfuly. It works. Then the transaction can be saved by the user and thus (...)
(...) Has anyone experienced Webcon Workflow Service changing values of Attributes by itself? As you can see in the attached screenshot, the change occured on step "Dekretacja" with no path passage. First at step "Weryfikacja OCR" the values of the OCR verification were corrected by the user and passed to the step "Dekretacja" for further proceding. But at that step Webcon decided to change the two fields (the on (...)
(...) nitionCacheEntityCollection.ByID(Int32 id) at WebCon.WorkFlow.Studio.Logic.Managers.BusinessRules.InlineBusinessRulesManager.Load(Int32 id) at WebCon.WorkFlow.Studio.Logic.Managers.SubelementsAttributes Manager.LoadBusinessRules(SubelementAttribute subAttribute, IInlineBusinessRulesManager rulesLoader) at WebCon.WorkFlow.Studio.Logic.Managers.SubelementsAttributes Manager.GetSubelementsAttributes ( (...)
(...) I found a problem on WEBCON with regular expression. In the Attributes , in the "Style and behavior" tab, in the Regular expression for validation field. In my case, I set a limit to 11 digits (11 characters long, as in the Polish PESEL number) - "\ d {11}" to be precise. This regular expression works and detects the shorter string as bad. She recognizes even 11 digits as correct, that's good. More character (...)
(...) to do, the first 3 images are what is currently possible with out-of-the-box functionality. If that is already possible I'd be happy to know how without having to target precise css classes, data Attributes etc.