Hi Maneesh,
Onload client scripts will only run on form level and the value populated through onload client script will not be added in to database due to which you will not be able to see the values in list layout Instead of using onload client scri...
Hi Swathi,
if u want to return multiple sys_id's use return 'sys_idIN'+kk.sys_id.toString(); // Use toString or else it will give u only one record
else if u want to return multiple field values push all the different field values in to a string or...
Hi Manasa,
You cannot use workflow to trigger emails based on regular intervals. in order to achieve this u have to use scheduled job in which u have to define it should run for every two days. in which u have to glide the approval table to fetch t...