We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
Hi Bhushan,Have you tried with single quotes like below?javascript:'assigned_to='+current.variables.requested_forJust wondering, is the assigned_to field is available in your custom table?
Hello Azeez,I have tried below code in Serviceportal and it worked for me.HTML:<input type="text" name="name" ng-model="inputValue" /><button type="button" class="btn btn-danger btn-block" ng-click="c.setFieldValue(inputValue)">Value</button>Client C...