ctrlmyship.on('change', function(e){
ctrlname.setValue(ctrlmyship.getValue());
});
ctrlcompship.on('change', function(e){
ctrlname.setValue(ctrlcompship.getValue());
});
I found a similar post but the solution was to upload to demo account.
Looking to find out how to have the dependant fields looking at the ctrlname field seen above trigger the dependant lookup. Manually selecting the value in the field will trigger the dependant code but passing/setting the value will not.