Form view on portal

Jack62
Giga Guru

Afternoon all.

I seem to have an issue in which users viewing their requests (form view not ticket view) are seeing the ticket in the default view rather than self service. Its fine for incident, again using form view (Requirement) they get the reduced portal view. I have looked at the widget and tried various things but cant seem to force requests to load in self service view.

 

Any thoughts?

 

JAck

 

1 ACCEPTED SOLUTION

Hi Jack, On change_request you can create an sp view. Can even be a copy of the default view. That way you do not have to customize widgets.

View solution in original post

11 REPLIES 11

Agreed, this is the best route.  This method allows for the creation of create server-side UI Actions for change_request, with their visibility only on the 'sp' view for future use cases if you wish.

I know that the sp view is the way to go - and I've done that successfully for a list view - but I just created an sp view for the sc_req_item table and for some reason it (the ootb Form widget) continues to use the Default View if I don't set the view in a URL parameter ðŸ˜£