Show hidden variables on Service Portal using browser console
Since Service Portal uses Bootstrap, You can use those bootstrap specific classes to perform the required action
$('.form-group.ng-hide').removeClass('ng-hide');
Comments
Post a Comment