While trying to cope with problematic hyperlinks to different items in one item list row, I came up with a solution that might come in handy. Explanation: The item list contains one key choice field ("Symbol") which is configured to populate several other fields in the list. Among the populated
Hello everyone! A problem I encountered in 2021.1.4.118 does not give me a rest. It conserns Item Lists. When I use any type of choice field and in the picker tick "Show link to this item" it still does not show the item with the link (as it does in standard attributes). It doesn't matter if the fi
This is exactly what I want to do - change item list but not in the initialization stage. "Change Item list Values" Action seems to be the thing I could use, but it only works on paths. There are no (unfortunately) functions I could use in form rules. The mentioned "Add new row" does what it sais -
Hello everyone. I continue developing my module with apartment reservations and came across another problem. Dictionary contains apartments and parking places (together, as most parameters are common for both types). Some apartments have dedicated parking place (this fact is stored in one of paramet
I do it like this: The report contains form fields as columns AND columns from the item list. This way however you should be aware, that if your items list contains 3 rows, there will be 3 rows in the report - each containing specific values from each list row, and the same values "outside" of the i
Thanks! I was looking for INITIALIZE in functions available in HTML control, but couldn't find it. As you advised, adding it in a form rule an invoking the rule does the job! :)
Hi, I wonder if there is a way to chenge the text of the Item List init button. Now it sais something like "+ Restore defaults" and I want to change it to "Update details", as the functionality in my list is to update some fields on the list if they were changed outside of the process (in dictionary
Thanks Daniel, hyperlink invoked through javascript worked they way I wanted! :)
I have a dictionary process containing some appartments, and another process where you make reservations. I would like to do one thing - let's say you are browsing the appartments list and when you find the right one, you want to make the reservation right from the appartment form. At the moment to
That's great! Waiting patiently ;-)
Hi everyone! I've recently heard that we are soon to have electronic invoices in XML format (in Poland) instead of PDFs. This should shorten invoice processing in Webcon as we could read fields straight into the form with no errors and no OCR verification step. This sounds very good, but will Webcon
This might be a good idea, as the report changes once a day Thanks! Michał
Hi there, I have a data source of MSSQL type, that populates a data table. The SQL query is quite complicated but it works. However it currently takes about 33 seconds to complete. Thus when executed in SQL Studio, I get the output table. When I try to execute it in a bps process, it fails. When tes
Thank you Daniel and Christian, I combined your answers and it works :) Did one business rule to detect if the query will return something or not and another rule to return the actual value if the result of the first is 1. Works fine for now :)
Hello, I'm wondering is there a simple way to do this. Sometimes "SQL COMMAND" returns nothing (there are no rows that match the query). How do you test for this? IF "SQL COMMAND [...]" = EMPTY does not seem to work. Maybe there is a workaround?
Thanks Daniel, you are of great help, as usual :) Michal
Hello everyone! I have such a case: There is a process, where new element is being added on the first day of the month and giving it signature containing next continuous number. Someone accidenly deleted the last one and the created new one. Nowe we have documents 1,2,3,4 and 6. Is there a way to ch
Thanks Daniel, I will try that!
Hi everyone, Is there a way to add attachments to dictionary process type entries? I only need one attachment per entry and if this will not be possible, I will have to redesign the process to the standard version.
Problem has been fixed in 2021.1.4.36