usr338 Hi, many times i encountered the situation i need to add new value to values that are shown in relation variable without changing the current form( like normal relation field with crud ability) .is it valid senario in your opinion? any suggestion ?
gabriel I am not certain if I understand you correctly. If you mean changing values in a relation without any form interaction (e. g. no saving changes on a form) - you can always call a backend function that updates values in the database directly. Backend functions can be called from any frontend function.
usr338 gabriel Indeed i want to have ability to add new record to source of variable field, in situation that relation field can not be used. like this:
gabriel If I understand correctly, you want the option "Open form" for variable fields, that present as relationship inputs. Unfortunately, this option does not currently exist and cannot be added before another feature release.