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

search results

for List

(...) ution times, many people involved, or often all of the above, even the most capable mind must yield. To address these challenges, Designer Studio offers a functionality that enables users to create a List of tasks for execution (ToDo), which is discussed in this article.   What is a ToDo List ? Simply put, a ToDo List functions as an electronic notebook, presenting elements of the applica (...)

(...) External content by Daniel Krüger; July 21, 2024 ;  The original post has appeared on daniels-notes.de   I'm sure I'm not the only one who got the task, that some item List rows should be deletable while others can not be deleted. For example if an item List starts sub workflows and when a subworkflow was started for a row, than it should not be possible to delete it. On (...)

Hello everyone! I'm looking for some ideas how to implement the following scenario: - client has approximately 500k customers (a mix of companies and persons) - each customer can have one or more banking accounts - each account can have one or more connected credit cards I would like to give the users the option to search for a customer using data from each of the categories mentioned above. I'm

(...) is used. I already added a style overwrite for this. 3. If single row editing is used it would be better to display the icon on the left instead of the right side. Depending on the width of the item List the user needs to scroll and if you are unlucky the displayed info panel may hide the icon. Of course, I can't replicate the later case any more. Off topic It's nice to see that the status of some (...)

(...) What is the best way to send email to users from item List ? I think it will be nice to have this option directly in "Send a custom email" action configuration". For now you have to use intermediate solution to get users List using SQL/CAML querry.

(...) Between Item List s there is relationship 1:C. How row in the parent Item List can be protected to be updated or deleted if in the child item List there is a row referenced on ID of row in the parent Item List . Is there any sample that can help to overcome this issue. Both Item List s are in the same step.

(...) What type should be predefined in the input parameters to read a type field itemList /enum in a sdk BPS 2020 Exteinsion Logic- BPS Custom Action utilizand ConfigEditableEnum/ ConfigEditableItemList ?

(...) Hello, I'm trying to start a subworkflow from an item List . My item List will have the candidate for Positions and it will not be filled at the same time, each time there's a candidate for an offer, the user creates a row. To start my subworkflow I'm using as conditions having the candidate name as not null and a flag set to true and i'm using this as an execution condition with the following SQL: (...)

(...) Hey everybody! Does anyone already created an action to add news values in an item List ? I'm trying to add a new line in one item List but one of the field I'm copying into is a Person/Group one and it doesn't get the value. I'm using the following query: select '{WFCONCOL:1769}' as {DCNCOL:105}, 'Requester Manager' as {DCNCOL:104} from WFElementDetails where DET_WFDID='{WFD_ID}' and DE (...)

(...) I try to implement a ConfigEditableItemList in a custom action in C#-code. When I go over the ConfigEditableItemList I get the message: "The class with the item List configuration must implement: IConfigEditableItemList ". I implemented an example but when I upload the SDK into Webcon I get an error that there is the implementations missing and I can see nothing from the SDK. Has someone experien (...)

(...) ave a structure where a meeting (parent workflow) has many Agenda Points (Subworkflows). On each Agenda point, I have (inter alia) two fields that I would like to include in Meeting Minutes (an item List on Meeting), where each line item corresponds to one Agenda Point. When I finish an agenda point I would like to create a line item in the items List (meeting minutes). SELECT '{1805}' AS {DCNCOL (...)

Currently, views do not allow dynamic filtering on views for datetime and people-picker fields. It can be done by extending the query in the datasource. The datasource can only be changed by administrators and designers. For end-users it would by great having the possibility to use placeholders for filtering datetime and people-picker fields. My idea is having placeholders like [now] / [today],

(...) Hello, I am trying to clear the contents of a technical itemList which I use to put data into a word document. This itemList works as a buffer and takes the rows of another itemsList which have with a YES/NO field selected as YES. The source itemList always has different values so i need to refresh the buffer. I need an easy way to clear the contents of the buffer itemList . Also, the buffer itemList (...)

(...) e RH where for the different subsidiaries there are different documents and salary benefits for the new admission. The point is when the subsidiary is selected, the form should be updated with the List of documents needed and send them in a notification for the new candidate. There are some issues with this, I'm not able to initialize the item List with the dictionary details (only DB or Sharepo (...)

(...) Hello Gurus I'm trying to do such action: In my VS solution, I have made CustomAction that gets data from an external system as a List . I would like to return that List to ItemsList in my workflow. I have code like this: [ConfigEditableFormFieldID(DisplayName = "Pozycje nagłówka ", FormFieldTypes = WorkFlow.SDK.Objects.Enums.FormFieldTypes.ItemsList )] public List List a_Poz { get; set; } publ (...)

(...) Hi everyone! This is not my first installation of WebCon BPS, but it is the first time I experienced this error. Everything worked fine until Users List configuration step. When I try to configure the local AD as source for synchronization, I receive the error "The parameterized query '(@Email nvarchar(4000),@DisplayName nvarchar(4000),@BpsId nvarch' expects the parameter '@DisplayName', which was n (...)

(...) sharepoint-calendar-adding-entries-from-bps-workflows/ to help in the configurations and I'm able to send the information to Sharepoint: Message Log for my Action Message Address of a Sharepoint List : https://visionboxdomain.sharepoint.com/sites/customers/List s/Calendar Inserting values: Title: Renovation Doc, Location: PT, EventDate: 3/12/2021 12:00 AM, EndDate: 3/14/2021 12:00 AM, Description: (...)

(...) 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 columns with the columns 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_Invoic (...)

(...) Hello all, Hope you're doing great! Does anyone configured a rule that will color a cell in a item List upon value change? I have an item List that will be initialized with values and if the user changes one of them, I want that cell to be marked so it's easier to check the value. I have found some examples but it's using a rule (like > than X) and it's painting the entire row. In the new (...)

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