(...) 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?
(...) have a following where clause, which compares a date from Oracle table to a date from a form field that is completed by an user (it is "user's date"): "where table1.date = User's date: date acc. brow ser settings(text)" and it doesn't work because of different date formats. I've tried multiple methods and nothing worked. Do you know any solution? However, the following where clause works ver (...)
(...) Whenever I try to change the language of column "instance number", my report throw s up this error "An item with the same key has already been added". How to fix this issue? Please suggest.
(...) 'Internal' AS ID, 'Click me' AS HTML UNION SELECT 'Azure' AS ID, 'Link' AS HTML And we used this datasource in a datatable field on form. However, we have some interesting results. First row is rendered as text (with esacaped html entitities < ...), the second row is rendered as HTML, also the click event works. Can someone explain this behaviour? Is it even possible to add som (...)
(...) Hi folks, for some reason for the past few days the attachment preview no longer seems to work. Depending on the brow ser used we get a different message saying that the server seems to have refused to embedd the site in an IFrame. Opening the attachment in another tab and downloading does work fine. What could be the culprit there? Best regards Fabian
(...) ce.PortalService.d__123.MoveNext() --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) bei WebCon.WorkFlow.Studio.Logic.PortalService.PortalService.d__121.MoveNext() --- (...)
(...) Hi all! We want to add some row s to an item list with 'Change item lists values' action. The SQL query should take a JSON array (which is perfectly valid) from UI element and return a table for adding new row s to this item list. Unfortunately this does not work. There seems to be some parsing on Webcon side, which eliminates all elements in the JSON array, apart from the separator, which res (...)
(...) low. I have a subworkflow that starts with the first value on that field, if the parent gets changed, I either update the information through Update Related Workflow or show the information as a data row in the child. But I need to alert the responsible on the child flow so they are aware that the field was changed. I'm not sure how to play with versions or IsChanged (using SQL command) to created (...)
(...) y one attachment (picture1). When I use the same action, but the SQL query returns more the one attachment - the action doesn't work (and it doesn't matter if the ID's of attchments are in the one row or many row s). Thank you for your time :)
(...) ems to an item list on the client side. We already found a way to add new item (which can be triggered by a form rule) and set some form fields before, which then act as default values for the new row . Since it all is asynchronous it has to be a promise chain, like this pseudo code: p.then(() => { SetValue(formField, 'Value') }).then(() => { InvokeRule('#{BRUX:1526:ID}#') }) This is work (...)
(...) Hi, I want to compare(lookup) an item list with dictionary items. On a start step I have the item list where I want to upload some row s from an excel file, then I want to check if uploadet row s exist in the dictionary. If exists, webcon should mark a column in the item list that the entry exists. Do you know how to achieve it? Could you help?
(...) n for Rents. The idea is: - Open request and save the date of request (as the current date) - Calculate how many months until end of year (civil year) - Initialize the item list with the number of row s as the number of months - Each row will create independently the payment for that month Although I have all the idea structured, I'm facing some questions in regards to: - How can I initialize (...)