(...) nces that the document has been deleted. Using the detach option in the context menu of the deleted attachment doesnt work, most likely because the attachment is gone, but ATT_ID is still in the data field of the item list. There is no other way to remove this info, but removing the entire line, and creating it again. If you insist of the sorting in it, you need to delete and create all the lines after (...)
(...) Dear WebCon Team, in our view, we found following misbehaviour of the form field typ - Floating Point. If you try to set this field with a periodical fraction like (14/15)*100 = 93,333333... you will get an error message. In our oppinion this is a misbehaviour, because the field itself should handle such an "exception". And it is hard to find ;) A possible solution is to wrap the "Round" function aro (...)
(...) Hi Everyone, Is there a way to avoid the "No exact match found" when populating data into a choice field ?
(...) Hello, I wonder if this is a bug or feature... I have a form field named "Dział" ("Department") and it is the type of "Choice tree". When I try to create a report with forms containing this field , the field is accessible depending on report source type... when the report source type is "SQL Source" - the field is accessible when I choose "SearchIndex source" - it disappears from the list of accessibl (...)
(...) Hello everyone! :) It's great to work on Webcon, really useful staff. Unfortunately I think i found a bug, since I can't find any issue in my configuration. I have an Item List field type with some field s in it: type, subtype, value, start-date, finish-date. My configuration is set to automaticly take value from database and place it on 'value' when I pick 'subtype' from dropdown. I am using the tar (...)
(...) Hi Everyone, I want to change some field values on a sub-workflow but from a main workflow level. Example: I have a main workflow with 3 sub-workflows. When some user choose a path on the main workflow I want to modify some field s in the sub-workflows. Is there any action to achieve it?
(...) D = outerDocType.DTYPE_ID FOR XML PATH('') ),'') as Label FROM WFDocTypes outerDocType where DTYPE_ID in ({DT:4},{DT:7}) The TRANS_OBJID is fixed. You can get an overview of all ids and which field s, tables you need to replace in the above command from: SELECT * FROM [dbo].[DicTranslationsObjects] The attached image shows the executed SQLcommand and the drop down values for the German languag (...)
(...) Hi, Has anyone encountered this yet - we have a couple of yellow exclamation marks in the SWE configuration under "Data Presentation". These field s are not showing on the form. I don't think permission should be an issue, since everybody has access to these field s. Are there any configuration details I should check? Any suggestions? Thanks!
(...) Hi everyone, if someone uses field references, process rules or similar in translations you should verify that the correct ids are used after importing the application in a new environment. Otherwise you may be in for a surprise. The attached image shows that the translated text uses the old variable ids and only the ids in the original text have been updated to match the new environment. I've notice (...)
(...) Hello, I personally like immediate validation – right after the user checks/selects/enters something on the form - much better than validation on an action. So usually I validate field s “on value change” and set the field error if necessary. Currently I use a js-function like this to showing/remove the error message (form display mode: Modern on BPS portal): function showError(columnName, hintTex (...)
(...) Hi everyone, if you are going to use field references, process rules or similar in translations, these won't work once the process is transferred to another environment. See this thread for more details/images: https://community.webcon.com/forum/thread/1149 In my opinion this is an error, so I created a ticket. The answer was, that this is the intended behavior. There I'm creating this user voice. (...)
(...) Is there a way to query the database or check in the designer studio about the number of form field s created in our application?
(...) Hi everyone, maybe I have a wrong idea how a multi value picker field is used in filters/groups in reports. Current situation: The picker field will store the selected values in the order they have been chosen. If you use this field as a group, every unique "string" will be used as a group. Example: Workflow instance 1: IT: Research & Development Workflow instance 2: IT: Research & Dev (...)
(...) We have a visibility restriction (hidden for few security groups lev1-lev4) on a form field and visible for few other groups. I have created a new report and added the form field which has visibility restriction to the report but it is not displaying any data due to the visibility restriction. As an admin also I cannot see data. How can I fix this issue?
(...) Hi there, I'm trying to work out a rule to color backround of a date cell. The condition would be "if the date in the current field is greater than today, then color backround, else dont change the color". Currently the not working JSON code is: { "content": "=Currentfield ", "style": { "background-color": "=if(Currentfield > today, '#FF0000', '')" } } I've also tried different var (...)
(...) Hi, I noticed something strange in the database values for a choice field - a hash in front of the ID (screenshot attached). Has the behavior of the database changed? In the documentation I still find it's supposed to be ID#Name, no mention of a hash. Best regards
(...) Hi, We have 2 processes: Accounts and Payables . I have created a report for those 2 processes with global form field s field s. Among them there 2 people picker field s. The report is pulling all the requests without any issues but when I tried to filter on the global people picker Column, it is not showing the data. Example: we have a Requestor people picker Technical form field . There are few (...)
(...) We have 2 processes: Accounts and Payables . I have created a report for those 2 processes with global form field s field s. Among them there 2 people picker field s. The report is pulling all the requests without any issues but when I tried to filter on the global people picker Column, it is not showing the data. Example: we have a Requestor people picker Technical form field . There are few requests s (...)
(...) Hi Guys, Has Webcon any function or script to extract the [Comments] field in the "human eadible" way? Lets say DATE | AUTHOR | COMMENT TEXT. Selecting from WFD_Description for particular ID gives me output like below. It is becoming more complicated if I have two or more comments, divided by ','. SELECT WFD_ID ,WFD_Description FROM [BPS_Content].[dbo].[WFElements] where wfd_id=xxxxx outp (...)
(...) Hello everyone, I’m trying to set the color of the cell in a report based on a comparison between the current field (AttDateTime1) and another column (AttDateTe4). It works if I compare the Currentfield to a fixed value. As soon as I try with the other field name, it doesn’t work anymore. Is it even possible to have such comparison? Thank you, Martin