(...) Hello, I am a webcon beginner. Can someone help me? I created a Dictionary with the following field s: Company and Project. Company A can have Project 1, and Company B can have Project 1 too. When i run a process: i have to select Company and Project. But when i select a project, in the company field i want to see only distinct values of companies from my Dictionary entries for that selected p (...)
(...) Hello, I am a webcon beginner. Can someone help me? I created a Dictionary with the following field s: Company and Project. Company A can have Project 1, and Company B can have Project 1 too. When i run a process: i have to select Company and Project. But when i select a project, in the company field i want to see only distinct values of companies from my Dictionary entries for that selected p (...)
(...) Hello, Is there a way to send an email with the values from an Item List. I have an app for products order. I have some Form field s: Project, Delivery date and Products (which is an Item list - with following columns: ProductName, Prince, Quantity) I want to send an email which has as Body the Item List's values which i have added. Is it possible? I have seen that i can Populate a word with I (...)
(...) d where should i define an additional row... (text fig. 13) Or i get error "column DET_Att1 not found.." https://community.webcon.com/posts/post/confiugration-of-the-item-list-and-data-table-form-field -in-e-mail-templates/14 Can you help? Thank you.
(...) Hi, I wanted to create a rule to validate if the current user is the assigned person directly or the substitution person. I was able to get the assigned person directly from System field s, but I wasn't able to get the substitution person. How can I extract, without SQL, the substitution person? Thank you, Raluca
(...) button if i want to edit. 2. For ItemList there are option to Export/Import to Excel. Is there a way for Export option to configure/rename the filename? It exports with that name of my ItemList's field name. Thanks.
(...) limitations I am struggling with. I want to download an Excel file using this action, using an external REST service. My first approach was to store the response body into a multi-line content field . I am also using a HTML field with a download button, to save this file from content field to disk. This method is working very good with plain/text. After saving file from Content field to di (...)
(...) How can I initialize attachments on the item list in the subworkflow? The initializing query retrieves text field s, but does not retrieve attachments. I receive an error message: Validation Error, SubElems (ID: 9031) Attachment not found. SubElems (ID: 9031) Attachment not found.
(...) ink it would be great to have an opportunity to add the option to execute a form rule in case of a 'Validate form' action fails. In most of my cases there some special condition which relates to a field /tab. Having the option to execute a form rule would allow to: - focus the field - show the tab - execute some JavaScript which would could display a subworkflow which needs to be closed. - etc (...)
(...) Hello, I am trying to create a list in SP. I created a Sharepoint template, but i don't understand those 3 template options: Static, Dynamic, Form field . I attached some screenshots. In screeshot called Template, that's how i setup Action template. In screenshot 'Action' that's how i setup the action - Create a list. When i run i get error: Error in On path action Create a list. (Step: S (...)
(...) Hello, I configured the action "Send a custom email" to send email: - Direct -> Dynamic: field - Author - CC -> Dynamic: field - choose substitute When i send email, i receive the email without CC: person showing, and the person in CC receives the email, but there is not showing the person in To: Is it a bug or i did not configure it right? My field "choose substitute" is a Person or group. (...)
(...) e WFCONCOL_ID : WFD_DTYPEID = {DT:12} and {WFCONCOL_ID:153} = {WFD_ID} has been "translated" to WFD_DTYPEID = 1 and dbo.ClearWFElemId(WFD_AttChoose1) = 2 and is now replaced by the Calculated field WFD_DTYPEID = 1 and WFD_AttChoose1_ID = 2 This will fail now because I didn't put the WFD_ID into single quotes '' and the new field may contain text which can not be converted to integer. It see (...)
(...) Hi, I am attempting to change the number of decimal places in a floating point field . I am getting: System.NullReferenceException Message: Object reference not set to an instance of an object. Any ideas how to solve this? What can I do to give you more information? Thanks
(...) checked "Selecting addresses by SQL/CAML query" and as Data source: i chose my Dictionary When i write a SQL query it doesn't filter. It shows all columns and rows. In my workflow i have a choice field Vendor name (from a Dictionary - it contains Vendor Name, Vendor Email). When i pick that vendor, i want to send an email to that vendor. Can you help? Thanks.
(...) Hi community! We need to add 'active' HTML elements to an item list, e.g. a button containing some Javascript to set a field value or a label with a custom tooltip on mouseover. Is that even possible in an item list, we didn't find any solution for this up to now? Thanks a lot for your input, Best regards, Nik
(...) so I'm using the action with Datasource = my table and in the advanced filter, I just add the person id and the dates for comparison but this is not working. I've added a screenshot. If I use the field manually, I'm able to get that specific line for employee + date considered for rate definition Am I missing something? Thank you!
(...) guages. [We have the Data Protection Notice in 8 languages.] What would be the best way to provide this information to a visitor on the form? I have already thought about a tab panel and an HTML field . Unfortunately, I haven't come up with an idea yet how to display the HTML field depending on the selected/user language. (Or if there is a possibility for the user/visitor to select the language in (...)
(...) How in buisness rule I can implemement function random my buisness rule? I want to set the form field randomly out of 3 choices
(...) Hello all, Does anyone configured a validation rule and/or control field where you need to check if the lines added in a item list were already added in another instance? I have a process for overtime registration and I want to block the user to add a new instance with dates that were already added for the same person in webcon. I've created a control field but now all the processes are moved to (...)
(...) Hi, Is there a set of rules, an instruction on how to directly (using insert-sql) import data into the database (into the WFelements table)? Which field values should we generate so that there are no problems with the operation of the application. Of course, WFF_STPID - step ID, WFD_DTYPEDID - form ID depends on the process, and the rest, e.g. RowVersion (some hexadecimal value) ? And other?