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

Michał Ludwiczak

User

Remove Item from collection
07.02.2022 13:47

That's a working solution and much simpler than putting javascript to work! Thanks for the idea!

Remove Item from collection
07.02.2022 10:09

Not really. Collection meaning a choice field with more than one option selected or a text field with value like '1#value1;4#something;18#another choice'.

Remove Item from collection
06.02.2022 21:18

Hi everyone! Am I blind or there is no function oposite to COLLECTION, that would remove an element from collection? How do you manage to overcome the lack of this function? I came up with an idea of making a JS form rule that takes a collection and removes a value given in one of the parameters

So... this means I have to build a copy of the process from scratch :/ Thanks anyway Daniel :)

Hello everyone! I have a quick question - is it possible to convert a dictionary process to document template process or a standard process? If so, how can this be done?

Attachments in dictionaries
04.02.2022 09:49

Hi Daniel, I'm facing the same problem again an now I need to apply your solution (I posponed it as long as it was possible ;-) ) and switch to the document template process (or even a standard process). I'm searching through the menu and can't find how can this be done. I guess only through changi

Thanks Daniel, Your code seems quite complicated :) I was thinking of something more like adding an event listener to the "End edit" button of the modal window. Something like: endbutton.addEventListener("click", function(){ //here the function I want to execute; }); I will try this approach,

Hello, I'm continuing my development of a form containing item list. The case is as follows: I add an item to the item list and after it is added (upon ending the edition in one item edit mode) I want to automatically add an item that is dependant (dependancy is held in one of the items list fiel

Thanks Sebastian, your solution does the job! But if someone who uses JSON syntax could give us the right syntax would be very appretiated. The document at https://community.webcon.com/posts/post/advanced-cell-coloring-in-reports/18 is not very clear on that.

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": {

Hyperlinks in Item lists
25.01.2022 20:56

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

Item list hyperlinks
25.01.2022 15:52

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

Items list modification
10.01.2022 10:51

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 -

Items list modification
05.01.2022 12:22

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

Init button text
29.12.2021 15:01

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! :)

Init button text
27.12.2021 15:52

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

XML Invoices comming soon
16.11.2021 09:05

That's great! Waiting patiently ;-)