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

search results

for row

(...) Hello, I'm wondering is there a simple way to do this. Sometimes "SQL COMMAND" returns nothing (there are no row s that match the query). How do you test for this? IF "SQL COMMAND [...]" = EMPTY does not seem to work. Maybe there is a workaround?

(...) them. To make sure the users attach a structured set of documents, I created a dictionary of document types, along with translations for them which are defining which document is attached in which row of the item list. The item list is initialized with a set of standard document-types that should be attached. There are a few things that dont make much sense to me in this scenario, though. 1.) Al (...)

(...) Hello everyone, I'm need help. I did an express installation. When trying to connect either by brow ser or webcon desing studio, I can't authenticate. I'm using the same user as the installation

(...) er by a column which is a global or computed field, for example, the data is prompted only for those that have been loaded. if the data in the filter has been read to the value, e.g. 'o' trying to narrow down to a word that starts with the letter 'p' the search doesn't work. It works well if we filter by column, e.g. author, after entering the phrase, the data is read into the filter If the report (...)

(...) 2019 and updates, .net 4.7 installed automatically with the system, .net core hosting bundle 2.0.9, MSSQL 2019 express, Ms Sql Server Management Studio 18, IIS with Windows Authentication) -in the brow ser error http 500.19 - internal server error. Additionally, it is not possible to start the website configuration from the iis level (error in the web.config file) with the installed hosting bundel v (...)

(...) In the brow ser, the portal WEBCON shows the following error: Cannot execute as the server principal because the principal "BPS_readonly" does not exist, this type of principal cannot be impersonated, or you do not have permission. the BPS_readonly account exists in DB\Security\Logins and has access to the Content database. How to fix it?

(...) he Outlook Plugin according to the manual. When adding an Email to a Workflow instance, i get an error "Insufficient attachment permissions" (see screenshot). I have to admit, that i used the Edge brow ser instead of Internet Explorer to install the add-in. What could i do to fix this? Thanks for considering my request, Christian

(...) 0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36 | href: | ex: System.ArgumentException: Kolumna 'WFD_Guid' nie należy do tabeli Result. w System.Data.Datarow .GetDataColumn(String columnName) w System.Data.Datarow .get_Item(String columnName) w WebCon.WorkFlow.Base.BusinessLogic.ElementManagement.FormFields.Choose.ChooseValuesLoader.c__DisplayClass7 (...)

(...) I have a dictionary process containing some appartments, and another process where you make reservations. I would like to do one thing - let's say you are brow sing the appartments list and when you find the right one, you want to make the reservation right from the appartment form. At the moment to do this I first need to click "edit", then a menu button with the relevant action appears which I can c (...)

(...) orm rule function / JS function like SET ERROR(Field, errorText) - for every form diyplay mode . It would also be desirable to have something like this for item lists: SET ERROR ITEM LIST (ItemList, row , errorText) The counterpart CLEAR ERROR would also be fine to remove the error message. My approach is not that ideal, because I must do validation twice, once a user changes something in the form a (...)

(...) we have a column visibility/edit/requirement restriction for every field in an item list. But there is no column visibility restriction for the delete button, so you cannot prevent deletion of some row s. 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 -> (...)

(...) st). However, I can not add it automatically to the list, as there is no function that allows me to do this (or I can not find it). The only procedure that allows me to change the items list and add row s that were not there is the initialization through sql. But in this case I don't need any initialization at all. Is initialization the only way, or do you manage to cope in such cases in some other w (...)

(...) While trying to cope with problematic hyperlinks to different items in one item list row , I came up with a solution that might come in handy. Explanation: The item list contains one key choice field ("Symbol") which is configured to populate several other fields in the list. Among the populated fields are "Przypisane komórki (BPS)", "Przypisane garaże (BPS)", "Przypisane miejsca postojowe (BPS)" (...)

(...) a. For example - I know that Tomasz is author of some threats, but he is not visible in category "Author" becuase amount of this threats is less then 7 (screenshot 1). When I use the filter to narrow down search result in category "Author", Tomasz will appear in category "Author" (screenshot 2). Is it possible for all the values to appear in the categories, regardless of the number of threads (...)

(...) . However, reports do great job and allow all the necessary filtering and grouping. Using a report would be a perfect start for a sales transaction. I was working on a solution to allow salesmen brow se through a report of items and adding them directly to transaction. This is wat I came up with: Transactions have additional technical fields: a). is the transaction "open" (allowing items to be ad (...)

(...) . 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 displaying the page so the data would be listed in the brow ser itself. Best regards, Daniel

(...) to have access to old documents in end step (Final - positive). Clicking through several thousand documents is not an option. It would be best to use the option to check permissions to open in the brow ser, but that didn't work for me. I was thinking about using a dedicated BPS SQL procedure [proc_WFSecuritiesInsert] to add access for a group for specific cases but I don't know if it's a good sol (...)

(...) Hi, I would like to create an plugin that will open a link in the client side brow ser. I try using basic .NET method, but the brow ser starts on the server where Webcon is installing. Would I have to make a separate addon running on the client side? Then how to install such an add-on?

(...) specific step in the report (view - new view) (regardless of the DEV / TEST / PROD environment)? Unfortunately, when moved to another system (DEV to PROD), the ID of the steps changes. And from the brow ser level, when adding new views, you need to add the step ID.

(...) lls the form in: 1 form field: CAR: Volkswagen Golf IV 2 form field: Persons: Mr Smith, Mr Johnson, Mr Williams 3 form field: Position: Manager Then the Sharepoint list should add the following row s: 1) Mr Smith // Volkswagen Golf IV // Manager 2) Mr Johnson // Volkswagen Golf IV // Manager 3) Mr Williams // Volkswagen Golf IV // Manager Is it somehow possible?