(...) Hi all! We are wondering if there is a good way to add new items to an item list on the client side. We already found a way to add new item (which can be triggered by a form rule) and set some form field s before, which then act as default values for the new row. Since it all is asynchronous it has to be a promise chain, like this pseudo code: p.then(() => { SetValue(formField, 'Value') }).then( (...)
(...) y the payment for that month Although I have all the idea structured, I'm facing some questions in regards to: - How can I initialize dynamically the item list with an information from an integer form field ? Didn't find anything in the options using SQL query - Is it possible to translate the number of months as text field, example, from today until end of year, we have September/October/November/Decem (...)
Hello all, Not sure if you might know the answer but it's possible that Dictionary processes do not allow to have attachments? In the form configuration, the attachment's preview is there but the field attachments is not visible. I need to create a directory so a dictionary would be create but some of the lines might have attachments. Thank you!
The instance number of our process contains a field that is settup by the user in the form at the first step. What do we do when the instance is automaticaly started by hotmailbox activity in the fisrt step. In that moment we don't have that field filled in yet. A user will take that instance and move it forward after filling in that field. How can we update the instance number in that instance
(...) rocess export error like below: Invalid reference tag occurences: Business rule (13551) - "Column "BasicDesignerXml" in table "WFBusinessRuleDefinitions" contains a variable referencing object "form field " with an ID of 11805. Referenced object does not exist" The thing is I don't have any form field with ID 11805 and I don't use any business roles in that process. How to get rid of this error?
(...) Hello everybody, we are working on a prototype to document defects. Therefore, we would like to use a new kind of form field : It should act as an image field to upload an image, but then act as a handwritten signature form field to mark something on the image. We tried that with the existing elements and it worked in a way. But the image scaling isn't really good, we couldn't change the pencil color (...)
(...) Hello webcon community! Could someone help me with problem with ordering list on report. To beggining: I create a technical form field which collect the date part of some date field at that form (see screen below). I do itthat by using 'change field value' action and rule 'date part (month)'. Next i use that technical field to group forms by year and month but when users create datas from october nu (...)
(...) Hi all, I have a process where the user fills in information in a datasource form field . When a value is picked, one of the columns in that datasource is copied into another field (status). This field-status is used in a control step to move the process accordingly. But I need to have that information refreshed, when the process is moved to a system step, it will be there for 15 days which means that i (...)
Hi all, I am quite new to webcon and I came over this. We have a form with a item list. The item list is initialized from external source. It shall represent a log file for some measured values. The lines in the item list shall be every 10 minutes, so I initialize the list with 100 x 10 minutes line. Hence, the user shall not be able to delete or duplicate records / lines from the item list.
I've got a contract database workflow. One of the fields on the form is Project/Department field which is the same as user department in AD users list. Two users: Adam and his boss John. Is it possible to: 1. show in the report only these records, where current user login (account) department is equal to Project/Department felds. 2. on the app home show instances not only created by the current
Hi everyone, I'm trying to integrate Autenti platform via SDK plugin. I have add REST connection and try to invoike APIv2 SendingDocumentAction. Unfortunately all I got was the following error message. I have noticed however, that the 'Signature type' field is missing from the action configuration screen. Did any of you come across similar issue? How can it be resolved? Any tips much appreci
(...) Hi, I know this is a kind of "stupid" request. If I select an "Item list" it would be great when the order of "New form field " and "New column" would be switched. Even after years of using the Designer Studio I will create new fields instead of new columns, especially after just creating the item list. Maybe it's just me, but I doubt it. Best regards, Daniel
(...) Hi, I would like to programmatically get the ID of the form field that triggered a function. How can I do this? The end goal is to set the form field back to its default value in case javascript validation fails. Thanks! Mark
Hi, I have one Form with Two lists: 1 List is "ContactPersons" > here is List of persons with column like: Name(R), FirstName(R), email(R), mobile(R), etc. 2 List "Actions" > here is list of actions with reference(choosen field) in one column to ContactPersons (Name column) How to do If I am in Popup adding new Action to "Actions List" and I need to add new item to ContactPerson: There
(...) Hi, What would be the best way to generate pdfs that would contain different images (for example logos), based on a form field ? I was thinking of two ways: -Create a couple of different document templates with pictures already inserted and dynamically select template based on the other field value(s). -Insert picture into a image form field during the workflow and then insert the picture into the (...)
(...) Hi, Is it possible to include the comments field into a pdf generated based on a template? So like you can include various form field s by creating a tag e.g. {WFD_AttText1}, is there such a code for the comments field? And will it work if we include it in a template to generate pdfs? Thanks!
Hi everyone, does anyone has an idea, why a data source dictionary would not return all data, also "access data in the context of system account" is checked? I was banking my head on the wall, why the form validation stopped working until I noticed that the lastest workflow instances are not returned by the data source. The screenshot shows the data from the "data sources" navigation pan
(...) Hey there. What's your preferred way of hiding form field s on page load? In my scenario form field s should remain hidden, unless a form field rule from another field was triggered on value change that 'unhides' the target form field . I've been doing it the following way: 1. Make the field that should not be shown upon form load visible in the Field Matrix 2. Insert the 'Hide' JavaScript function (...)
Hi everyone, I think 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 nee
Is it possible to display a message to additionally inform the user whether he really wants to change a given field (at the selected path or all paths)? In order to emphasize to the user that going forward with such a change will have some consequences?