(...) 1. In Automation (action) I create excel file from template and add few data to specific cells. 2. The excel file is attached to the form in attachment section. 3. I would like to create pdf file from that excel file. (i don't see that option) in design studio. what I would like to do: 0. create template with excel (done) 1. from fields update excel template (done) 2. excel template save as atta (...)
(...) I am currently building a process in which it is possible to go back to the 'start' step from almost any step. (There are 10 steps that can go back to the 'start') Now I have an (1x) action (action template ) that should be performed when someone selects the path to 'start'. Is there a better way than adding this action to every path? (Adding the same action to all paths that lead to the same step ag (...)
(...) Hello, I have an template with a simple excel file that has a table named "TableExcel". This table has 4 columns: DATE,CUSTOMER,VALUE,CURRENCY. In designer I created an item list with 4 colums that have the same name. When I map the columns in designer I use "Sheet1!TableExcel" and on the right i drag the columns from the item list. Every time i run the action i get : Invalid cell name If i try to (...)
(...) Hi, I think it would be beneficial if we could have a place in the global configuration where we can define custom default values for the steps and paths of dictionaries / document template s. For example I always rename the "Dictionary step" to "Entry". Of course, I also define translations for the the step and paths. Therefore it would be great, if we could define the translations for the step and (...)
(...) Hi, When inserting an item list in a word template , the add-in asks for some columns configuration for the final table. Issue is that modifying "Display name" of a column of the item list is not visible in the final document, it is visible only in the template . The attachment document receives the original item list column name. The "Display name" set for an autogenerated column (like ID) works a (...)
(...) Hello everyone, I have a problem with the global email template . I receive the message attached. I once had an identical problem and I solved it by changing the portal address to a different one and returning to the original one, but unfortunately it didn't help. Can I ask for some advice?
(...) day - and this is not possible as then minimum future period you can select in the config is 1 month ahead. This really confused me, because I have 2 other applications that use the absence process template and there is no such problem (however they were created 3 or 4 years ago, so the process template version could be different back then). All the entries are shown - both the past ones and the future (...)
(...) In template configuration of vacation template generated process we have 2 important data sources - vacation history and vacation plans. Their display on vacation chart is different - history has legend and colors for different types of absences, whereas plans are displayed just in one color and there are no types. Another difference is that history items do not point to the original item, whereas plans a (...)
(...) Hello, I would like to create a Word document using a normal template , but in landscape. In my case I need to add an item list to my template , but it is too long so I thought that changing the layout to landscape would be a simple operation. Sadly when the action creates the file, it is in portrait mode. Does anyone know how is it possible to create a Word file in landscape ? Thank you!
(...) ] like '%1%' union all SELECT [ACT_ID] ,[ACT_Name] ,[ACT_Configuration] ,[ACT_Description] , actProcess.DEF_ID ProcessId , actProcess.DEF_Name Process , 'template action' as Type ,null [ACT_AUTMID] , null AUTM_Name , DEF_APPID FROM [dbo].[WFActions] join WFDefinitions actProcess on ACT_DEFID = actProcess.DEF_ID where [ACT_Configuration (...)
(...) Hi, have you ever seen "Invalid form field order (name of field...)" error on main form, global form template ? Once it happens, it happens any time I try to reorder fields on the form, and the field names are random. Also, with this error, the order of the fields becomes random, and impossible to manage. 2022.1.4.297 Any help? Best, Rafał
(...) Hi, I've prepared a template using Word Classic and put there data rows and data tables fields. Unfortunately the data are not displayed. The same situation happens when I go to Admin Mode > Admin actions > Word template Printout. No data from data rows/data tables fields are diplayed. I am using Webcon Express.
(...) eld from process 1 to a text field in process 2 using an action. Our users would like to have a feature to copy content from older processes to current ones if it is similar content. A kind of "copy template ".
(...) Hi guys, i just have another question... we need to create an Excel file from an item list. Basically, this works well using an appropriate Excel template . However, I have fields in the item list that are filled from a fixed value list and the action then creates an entry in the column in the format [ID#Name]. But I only want to see [Name]. What am I doing wrong?
(...) Hello everyone, Increasingly, when creating large applications containing many processes, dictionaries or document template s, the ability to group processes in Designer Studio would be useful. You can then group processes as you wish, making it much easier to navigate through large applications. Would it be possible to add such grouping to Designer Studio? Greetings to all ;)
(...) Hello, I want to clear some form fields after path transition that leads to the same step. I tried using action template to change values of multiple fields by inserting null values, howewer I get an exception when it gets to the datetime fields: System.ArgumentNullException: Value cannot be null. Which value should I insert to set date form field to empty, or is there another way to do it?
(...) the new instance. Idea 1: I check "copy attachments" in the "Start a subworkflow". Issue: all attachments of the parent workflow are copied Idea 2: I create the instances and create an action template to copy the attachments from the parent workflow using a SQL query, reading the ATT_ID from the attachment column. Issue: with single attachments per line it will work, with mulitple I get an erro (...)
(...) actionProcess.DEF_ID left join Automations on ACT_AUTMID = AUTM_ID left join WFDefinitions automationProcess on AUTM_DEFID = automationProcess.DEF_ID where ACT_ActionKindID = 79 /* Only action template s */ and ACT_ACTID is null
(...) matted text based on an textconstant on a pdf dokument. Therefor we have some logic in the application which places the text in a given multilinefield if a date is changed in a special way. The texttemplate ist displayed correctly in the application and in the word, if the user did not make any changes on the text. But the user has to make changes on the text because its only a template -text which ha (...)
(...) to remove the class which causes this via JavaScript in the HTML field, so that it is aligned with the other controls (2). document.getElementById("SEL_HTML_#{WFCON:7009}#").querySelector(".grid-template __panel .upsidePanel__content").classList.remove("upsidePanel__content") or with CSS: #SEL_HTML_#{WFCON:7009}# .upsidePanel__content {margin-inline-end: 0px;margin-inline-start: 0px} Be (...)