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

search results

for field

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

(...) There are two date field s in our workflow. To pass the process to the next workflow step, we use an action "on timeout". Checking for a date field works. However, we need a condition for the timeout that takes both date field s into account: If date field 2 is non-empty take this date for the timeout, otherwise take date 1 for the timeout. Can this be implemented with an "on timeout" action and i (...)

(...) workflow, which is monitoring hotfolder for new payment confirmations and then after adding text layer and OCR AI steps (finding signature of invoice instance) keeping the signature value in the text field . 4. Now I want to copy attachment from the workflow from point 3 to the invoice workflow from point 1 using signature (and then WFD_ID) as a key. Is it even possible or I should rather take anoth (...)

(...) Hello everyone! I have an item list with a dropdown field where user chooses a WFD_ID value. I would like to execute an action (Update related workflow instance or Invoke REST web service) passing the WFD_ID chosen in the mentioned field to the action. Is something like that even possible? I can't find a solution myself. Thank you, M.

(...) ed values list" are stored. I am using a "Start a subworkflow (SQL)" to migrate data from our old sharepoint workflow tool to Webcon. Unfortunately, it seems that Webcon has decided that 'Choice field s' always require a GUID#Name to be populated. (Without this format I get an error and the subworkflow does not run). Now I have some Choice field s that use Fixed values lists in Webcon and I need to (...)

(...) Hi. I need a notification when a specific date is reached. I have a form with a field "Requested stage date". I need to send a notification to an employee when such date is reached. How can I achieve this?

(...) ve that so I don't need help with this (WebconBTN_01.png). This code produces the kind of button from WebconBTN_02.png image. - When this button is clicked, I want to set the DET_Att1 (it's a Yes/No field ) to 1 (not run the action from the screenshot). Can someone help me out? Can this be achieved with javascript? If yes, how? Thank you, Martin

(...) data connections? I.e. I have a database (MS SQL) with visitor data and the CacheOrganizationStructure table in the webcon content DB (MS SQL, too). Now I want to create a datasource for a Choice field , where I could query for names in both tables. It is purely for reading data. Kind regards Klaus