Need to do anadvanced condition on the source table variable and since its not a reference wantedto dot walk the variable in advanced section. whats the excat backend field value for this condition variable source table ?
g_form.setValue("field_name", ''); or g_form.clearValue("field_name"); neither works in combination with g_form.showFieldMsg() or g_form.showErrorMsg() or alert();
I had a similar use case and I tried an On After Transform Script to create the relationship record in cmdb_rel_ci table.
Below is the sample you can try:
(function runTransformScript(source, map, log, target /*undefined onStart*/ ) { //Create re...