Hiding UI actions on service portal form widget
In the OOB Form widget there is a code line like this : return $scope.data.f._ui_actions.filter(function(action) where does this '_ui_actions.filter refer to ? And how can I hide specific UI actions on the form widget. If I use 'Disable UI Actio...
