(...) go to the Available filters section and click the Add button to define the form field whose values will be used to filter the reports. In the newly added row, open the drop-down list in the Filtered column s field. Since both target reports—the "Sales over time" chart and the "Previous requests" table – use data from a shared data source ("Order data") assig (...)
(...) ter the script execution) $zipFilePath – the full path, including the name of the ZIP archive where the resulting file will be saved $query – SQL query that will select the filename column ($namecolumn Name) and the binary content of the attachment ($valuecolumn Name). Special attention should also be paid to the $connectionString variable, which represents the connection paramet (...)
(...) he flags, then there is an option to remove it. Fig. 3. Flagging at the workflow instance level Flags in reports Flags in reports are displayed automatically in the Task system column . Should this column be visible in the report, it must be set as the Data source column in its configuration. Fig. 4. presents a report with the visible column Task. Some of the workflow instances dis (...)
(...) l;ger; January 17, 2025 ; The original post has appeared on daniels-notes.de During the WEBCON Tag in Munich I was asked, whether we could limit the size of an item list with many column s. Even so I wasn't to sure how to implement it, my immediate answer was "Yes, that's possible". I'm quite satisfied with the result, especially because this solution only use (...)
(...) instance. The idea is, to implement an sdk custom action, where I am able to configure a mapping between the pdf form fields and fields of the workflow instance. The ideal solution is having two column s in a dynamic grid (similar as in the image attached), where i am able to add as many rows as i need. One to define a name of the form field (text) and another to pick from my workflow fields. I foun (...)
(...) n administration mode. The attached picture shows two changes. Both were done using the admin mode. Unfortunately this is not visible for the second one where the admin added a comment. Maybe a new column could be added or a different colour could be used for versions created in administration mode.
(...) Hello, Do you know the possibility how to place a gantt chart in a process that was not created as a "Vacation" by template? I have column s: "person", "date from" and "date to"
(...) Does anyone know if it's possible to show data not present in an application on the report? I have read the article about calculated column s (https://community.webcon.com/posts/post/using-calculated-column s/196/3) but that's not my case. What I would like to do is join the items from the report to a table in a different database (on the same server) or to an existing MSSQL data source. In many process (...)
(...) case, we have customers who wants to link to files in SharePoint and other dms. So I'm wondering, how you guys solve this challenge. I'm currently thinking about a simple itemlist having a hyperlink column to store the links to the external content.
(...) line item in the items list (meeting minutes). SELECT '{1805}' AS {DCNCOL:253} , '{1891}' AS {DCNCOL:254} , '1' AS {DETCOL:1910} FROM WFElements WHERE WFD_ID = {WFD_WFDID} (Please see picture for column names). Instead of adding a line item to Parent WF, the action adds a Line item to SubWF. Obviously, I am missing something, but I can not figure out what.
(...) face with all the logic behind forms. The database is prepared in MS SQL with different tables. The challenge we are having is to update entries with foreing keys. Scenario: Table 1: Country has one column (apart from ID) – 'Country' Table 2: City has two column s 'Country ID' (Choice column from table Country) and 'City' So in City table, we have one foreign key that shows on Country table. Issue: (...)
(...) nums.FormFieldTypes.TextSingleLine)] public string DataOdn { get; set; } } In Run() I put records from an external system to Lista_Poz. In Designer Studio I have created Items List with column s like in Nagl_OT. When I call my action in the workflow I get an error:Invalid cast from 'System.String' to 'WebCon.SAP.CustomActions.NaglowekOT+Nagl_OT How should I implement Items List in my solu (...)
(...) https://community.webcon.com/posts/post/starting-workflow-from-the-sharepoint-document-library/54 I've did all the same configurations as the document to try to get it working but my Start BPS column is not displayed. The json code that is in the post needs to be formatted and my final version (for my case) is: { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column -formatti (...)
(...) using MS Flow (now called Power Automate) but when I need to configure the Get Token Action I only have the options in the picture and they are premium. Anyone with ideas? Using the json in the column of the item list is not working. Thank you!
(...) Hello all, Does anyone configured an Item List to be initialized with a SQL query that will query from another database? In this case I want to query from an Oracle DB and initialize the column s with the column s from the query: select milestone as {DCNCOL:185}, milestone_date as {DCNCOL:186}, amount as {DCNCOL:187}, currency_code as {DCNCOL:188}, amount_euro as {DCNCOL:189} from PL_Invoicin (...)
(...) Hello all!! Does anyone configured a rule where the action goes on each row of an item list and if a row has option A for a specific column then column B cannot be empty? There are some new functions for the item list but they only work as form rules and for action (even creating a business rule, form rules don't work as it needs to a TRUE/FALSE result). Even using SQL Command I think it would (...)
(...) match (=) is 2% of the query cost. Due to the very high yield for the environment (large BPS instances), I propose to create a new type of selection attributes, where we give up filtering, and for column s intended for searching, we will add an additional search method parameter to the database: LIKE%, %LIKE%, exact match (=).
(...) Hello, I am using an itemlist to show some data to the user. In some cases, the list contains over 50 elements. Because it also has a lot of column s, it is very hard to follow sometimes. I would like to at least make the table header sticky. How can I do that? Thank you in advance! Best regards, George
(...) Hello Community! I have a simple question (at least I think so). Is there a way to make a report that does only show certain column s and DOES NOT link to the details? I have a business delegation process and would like to allow everyone to check who's delegated and when. I do not want everyone to be able to check details of delegation, costs, etc. And clicking on a report row allows me to go to the deta (...)
(...) le to loop over all rows of an excel file? I have an excel file with employees information(say 50 rows of employees). I want to navigate through each row, read and populate data in my form from excel column s and then trigger a workflow for each employee.