Validation between two controls
isNullOrEmpty({Self}) && ReviewStatus==”Submit for Review”
|
JavaScript to launch Task form in edit view
Add to custom JavaScript in the settings of the Task Form
<!–if(window.location.href.indexOf(“mode=1”) === -1) {
var newUrl = window.location.href.replace(“mode=2”, “mode=1”);
window.location.replace(newUrl);
}–>