(...) .Data.DataRow.GetDataColumn(String columnName) w System.Data.DataRow.get_Item(String columnName) w WebCon.WorkFlow.Base.BusinessLogic.ElementManagement.FormFields.Choose.ChooseValuesLoader.c__display Class7_0.b__0(DataRow row) w System.Linq.Enumerable.c__display Class7_0`3.b__0(TSource x) w System.Linq.Enumerable.c__display Class7_0`3.b__0(TSource x) w System.Linq.Enumerable.WhereSelectE (...)
(...) han 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 li"); if (errorLines.length === 0) { $("#" + col (...)
(...) d in an item list. But there is no column visibility restriction for the delete button, so you cannot prevent deletion of some rows. It is something you can do easily with js, but only with classic display form mode. It doesn’t work with modern forms. The problem 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 t (...)
(...) order. So these groups should be reduced at least to these: IT: Research & Development (1) IT: Research & Development;Quality Management (3) But in the end I would be even more interested in display ing groups for each individual selected option and display all instances which uses the single values: IT: Research & Development (4) Quality Management (3) The same should apply to filters. (...)
(...) How to change by display ing everything, not only 4 tasks? - [|TaskDetailsTable:4|] How to change TaskDetailsTable?
(...) for few security groups lev1-lev4) on a form field and visible for few other groups. I have created a new report and added the form field which has visibility restriction to the report but it is not display ing any data due to the visibility restriction. As an admin also I cannot see data. How can I fix this issue?
(...) Hi everyone, it would be great if we would have an additional option to the "wizard mode". The implementation of the wizard mode always display s the current workflow upon path transition. At least I have quite often the situation, that I need a "conditional wizard mode". This means, that the wizard mode depends on the new assigned person. If it's the same person as the current one, the workflow ne (...)
(...) d filtering on the Requestor Column on the report by Test1, it is not showing anything even though there are requests for test1. If I click on Group option on the Requestor column, a grid is being display ed for Test1 and Test2 and able see their requests. Not sure why filtering by the requestor name is not working. Is it a bug?
(...) the configuration there is enough space to add an option to set start and end date for the absence chart. Alternatively we could also a kind of focused date, so that the range around this date is display ed rather than scrolling to this date.
(...) ied filtering on the Requestor Column on the report by Test1, it is not showing anything even though there are requests for test1. If I click on Group option on the Requestor column, a grid is being display ed for Test1 and Test2 and able see their requests. Not sure why filtering by the requestor name is not working.
(...) ill be logged in regardless which "log out" action I use. I also deleted the website data from within Safari, but this didn't help. Ok, I was only guessing that the app might somehow use Safari for display ing the page so the data would be listed in the browser itself. Best regards, Daniel
(...) iews and not only changes on an element. Ideally we would be able to configure the audit level: - View element - View attachment - Download attachment - View in report (elements retrieved and display ed on reports) - Edit element - Delete element As additional auditing is likely to have performance impacts and also increase the database quite fast, it would be better to enable auditing on pro (...)
(...) ctureGroupRelations as groupMembers on users.COS_ID = groupMembers.COSGR_UserID join [dbo].[CacheOrganizationStructure] as [group] on groupMembers.COSGR_GroupID = [group].COS_ID where [group].COS_display Name = '' AND [users].COS_IsActive = 1 AND [users].COS_AccountType = 1 Besides the display Name you may want to use the AD name of the group. It can be found in table CacheORganizationStruc (...)
(...) Dear All, is there any possibility to display report as calendar type, but with 12 months, as full year view? Currently we only see option to display one month (largest one). Thanks for any response here. Best, Adam.
(...) are being created 2, 3, 4, 5, 6 etc. After they will do their job, and i'll receive the document back in version 7 i want to be able to see all changes between version 1 and 7 (x, y). Instead of display ing incremental list of changes between, just show two columns with two chosen by user versions. I see it very usefull for huge forms, where tracking all the changes in each step takes more time. (...)
(...) nt and with sharepoint? We have a lot of documents that we edit online and I am curious how it will affect the operation. I cannot find information on the differences :/ My version (2020.1.3.443, display mode: Modern on BPS portal) I will be grateful for your help.
(...) Hi, I have a main workflow where I have 5 text fields. Some of these fields are display ed on the sub workflow form(Sub Workflows start on a specific main workflow step) Sometimes I have to change one of the filed value on the main workflow( on step " Wait for sub-workflows) which is display ed on the subworkflows form. When I change field value on the main flow, the same field is not updated on th (...)
(...) Hello! Does anyone know where are this "breaks" coming from. Please see the attached image of the rich text editor in edit mode vs view mode. I'd like to display the text in the same way in both cases. I tried inspecting the code in Chrome, but there is absolutely nothing and I really don't understand. Is there another way to have the texts display ed in the same way? Thank you.
(...) the desired result. I'd like to completely hide the label and have the input stretch to full width of the form. I can achieve it with a Multiple lines of text field (Field name placement: "Above" and display : none; for the field name). Is there any way to have the same for a Single line of text field? Thanks!
(...) the desired result. I'd like to completely hide the label and have the input stretch to full width of the form. I can achieve it with a Multiple lines of text field (Field name placement: "Above" and display : none; for the field name). Is there any way to have the same for a Single line of text field? Thanks!