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 parameters of apartments). When I select an apartment that has dedicated parking place I manage to check and store the ID of the assigned parking place in a technical variable on the fly (as form rule invoked on callback of the items list). However, I can not add it automatically to the list, as there is no function that allows me to do this (or I can not find it).
The only procedure that allows me to change the items list and add rows that were not there is the initialization through sql. But in this case I don't need any initialization at all. Is initialization the only way, or do you manage to cope in such cases in some other way?