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

search results

for display

(...) sed to split the package files larger that 20 MB -f, --fileChunkSize Size of a single chunk; 4 MB by default --help Used to display context sensitive help with parameter descriptions --version Used to display application version   Fig. 1. Preview of application scre (...)

(...) , while the right panel 70%, 70/30 – the left panel will occupy 70% of the form width, while the right panel 30%, One column – the form content will have a continuous form and will be display ed in one column with a maximum width of 768 px. This is the default template for newly created Dictionary processes.   Fig. 2. Global form template in the “Recruitment” p (...)

(...) these fields has led end users to complain about its lack of clarity. To streamline operations within the department, the application designer decided to incorporate several Widgets into the form to display key data.   When hard data matters: the Numeric value type Widget For obvious reasons, many of the numerical fields on the form display financial data. The values entered in these fiel (...)

(...) he Actions tab available in the upper bar of the Designer Studio window and select the ToDo List button.     Navigation within the ToDo List window The list window is display ed independently of the configuration windows for specific application objects in Designer Studio, allowing it to remain open while designing. As mentioned earlier, the ToDo List has a tabular form, a (...)

(...) During my first Ask me Anything I was asked how I could add a custom help page.I found this question so intersting, that I went a little overboard. The result was a solution to automatically display a help icon, if there's a help page for this step.  READ MORE: here.

(...) 400px makes it quite hard use the modal dialog. It would be better if the available space is used. I already added a style overwrite for this. 3. If single row editing is used it would be better to display the icon on the left instead of the right side. Depending on the width of the item list the user needs to scroll and if you are unlucky the display ed info panel may hide the icon. Of course, I can't (...)

(...) What is the easiest way to detect whether a form is in edit or display mode? I need this to show/hide fields. Any ideas?

(...) S solution, I have made CustomAction that gets data from an external system as a list. I would like to return that list to ItemsList in my workflow. I have code like this: [ConfigEditableFormFieldID(display Name = "Pozycje nagłówka ", FormFieldTypes = WorkFlow.SDK.Objects.Enums.FormFieldTypes.ItemsList)] public List Lista_Poz { get; set; } public class Nagl_OT { [ConfigEditableFormFieldID(Displ (...)

(...) Everything worked fine until Users list configuration step. When I try to configure the local AD as source for synchronization, I receive the error "The parameterized query '(@Email nvarchar(4000),@display Name nvarchar(4000),@BpsId nvarch' expects the parameter '@display Name', which was not supplied." I assume, that for one of my service accounts the property display name is not set? I have double che (...)

(...) ternal documents and they need to be renewed after 1 year from the previous date. I was trying to set up the beginning of the process in the Library List (and in the future use the renewal date do display the Start Workflow option for the line) and took the example of https://community.webcon.com/posts/post/starting-workflow-from-the-sharepoint-document-library/54 I've did all the same configur (...)

(...) hich can be loaded from an URL or uploaded as a file. Benefits: - We don't need to use the HTML field on the form level, like https://community.webcon.com/forum/thread/41/15 - HTML fields can't be display ed on reports so we are creating other workarounds - It's not necessary to load these via dashboards - Single point of failure instead while providing a consistent user interface - With this we co (...)

(...) is read, but the synchronization fails and each entry shows error as below (of course there is valid data under these xxxxx) Record (distinguishedName: CN=xxxxxxxx,OU=Users,OU=xxx,DC=xx,DC=xx,DC=xx, display Name: Lastame, Firstname, adsPath: LDAP://CN=xxxxxx,OU=Users,OU=xxx,DC=de,DC=xx,DC=xx) doesn't contain property useraccountcontrol Our AD does not populate this property for users. Why is it checked? (...)

(...) d by the "Validate form" action can be fixed by the current user. It would be great if we could have a new configuration option "Focus field" where you can set an expression/field. When the error is display ed on the form the "Set Focus" action is executed and the configured value selected. I assume that the "Set focus" action already toggles collapsed groups/other tabs. Best regards, Daniel

(...) Hi everyone, I just noticed that for some reason step names are no longer display ed in reports or data grids using internal views. The root cause of this is that I used the REST Designer Studio. When you save a process using the REST designer studio unset translation of changed objects are saved as a blank string instead of null. This may lead to empty Step and Form Type columns in reports and other obj (...)

(...) Hello there, we are using a tablet pc at the reception counter for our digital 'guest check-in' process. It's just a seperate Dashboard with a report display ing the current check-in step. We are using the "Auto Refresher" for getting the latest check-in data. Our problem now is, that the smallest interval (1min) is still to long, the maximum value good enough would be 30 sec, otherwise the guest has t (...)

(...) nly a matter of time until the validation checks or messages differ. I'm not sure whether I'm the only one doing this, but if it would be possible to call a validate form action from a form rule and display the error message in the current language it would save a lot of time and errors :) Best regards, Daniel

(...) Hello Webcon v. 2021.1.2.136 I have Dictionary and few thousent lines inside. I display dictionary fields /10 fields/ on the form as "Choice fields" I need to group fields taking into account values to display ing only unique. I do not see grouping option/function. May be someone has solution ? THX in advace Jerzy

(...) earch results from the community 2: Executing the JavaScript 3: Selecting the path with which the results should start, whole community or only forum entries. 4: Entering search phrase 5: Results are display ed in a new tab If someone is interested, here are the details how to set this up and decide which search engine should be used.: https://daniels-notes.de/posts/2021/quickly-search-current-website (...)

(...) toBookmarksCheckBox.Checked) { // Enable the creation of a hierarchy of bookmarks from H1 to H6 tags htmlToPdfConverter.PdfBookmarkOptions.AutoBookmarksEnabled = true; // display the bookmarks panel in PDF viewer when the generated PDF is opened htmlToPdfConverter.PdfViewerPreferences.PageMode = ViewerPageMode.UseOutlines; } Best regards, Daniel

(...) I have to create an Internal view in addition to the automatically created dictionary data source. For those who don't know what this option does: The picker value is rendered as a link which can be display ed in the preview window. That's a really great feature. :) Best regards, Daniel