User Activity
Please reply me ASAP ..Note: This is in Scoped Application and I created Script Include in Scoped Application only.
07-19-2017
Hi guysI have written one client script on onChange of Assignment group ,assigned_ to should be empty and state changes to new.function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { r...
07-12-2017
In Client script of UI page I wrote this :function onSubmit(){var comm = document.getElementById('addComments').value;//var comm = gel('addComments').value;if(comm == ''){alert('Please fill Comments ');return false;}else{alert(comm);g_form.setValue('...