Modal windows filters - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Development (https://discussions.corebos.org/forumdisplay.php?fid=18) +--- Forum: coreBOS Development (https://discussions.corebos.org/forumdisplay.php?fid=4) +---- Forum: coreBOS (https://discussions.corebos.org/forumdisplay.php?fid=5) +---- Thread: Modal windows filters (/showthread.php?tid=873) |
Modal windows filters - andresriano - 01-30-2018 Hi, everybody! I have a relation between Ticket and Assets in the create ticket window, I want that when a relation modal window is opened and if the organization field is filled, it automatically search the organization's assets, but I don't know how i could do that. Somebody could help me? Thanks and regards RE: Modal windows filters - joebordes - 01-30-2018 This has to be added to the code. Have a read at these articles: http://corebos.org/documentation/doku.php?id=en:devel:conditional_popup http://corebos.org/documentation/doku.php?id=en:devel:corebos_hooks:popup_open_hook http://corebos.org/documentation/doku.php?id=en:devel:corebos_hooks:popup_query_hook |