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

search results

for column

(...)   Fig. 11. Error message displayed to the user when report data retrieval fails   While the message suggests that performance issues may be caused by non-optimal calculated column s, the real cause is often a slow SQL Server (e.g., outdated statistics) or an excessive volume of data to load. SQL queries that exceed the timeout can be captured in a diagnostic session. Once th (...)

(...) group for the REST response of our endpoint /tools/calculateSum with: a checkbox form field to hold the value of isError an item list form field to hold the errorMessages collection with one column "Error message" for the messages a multiline text form field to hold the log an integer form field to hold the sum Field matrix Then configure the field matrix. The two firs (...)

(...) ash; prezentacja struktury AD w atrybucie). Starting with version 2019, this configuration method is no longer supported, and the following requirements now apply: Values in the ID and ParentID column s must be of the integer type. SQL queries using the WITH clause are no longer supported, as they are blocked and may lead to errors in some environments. It is now possible to select intermediate (...)

(...) new names results in the loss of relationships between them. Relationships between databases are stored within tables.   Example: In the content database, the table WFAttachmentDatabases, column ADB_Name stores the names of attachment databases linked to the current content database.   A list of occurrences of all references to specific database names can be found in the article C (...)

(...) 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.