cancel
Showing results for 
Search instead for 
Did you mean: 

MSS: Team View Data drop down auto refresh

Former Member
0 Kudos

Hi all,

I'm trying to figure out if it is possible in the Team View for MSS to be able to automatically refresh the Team View when the drop down changes.  Right now, when a user chooses the Display drop down (Employees or Org Units and Positions, in our case), the Data drop down options automatically refresh, BUT, when you choose an option from the Data drop down, nothing changes on the screen.  You have to click on the refresh button on the screen, and it will then update.

We have played around with the C_REFRESH and G_REFRESH options, and we get a refresh button in the Team view, but nothing happens with the drop down. 

Anyone have an idea as to what can be done to force the refresh on the Data drop down option?

Hope this makes sense!

Cheers,

Kevin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Ok, so I have figured out how to get the refresh to work the way I want it to.  I had to call wd_comp_controller->fill_object_node( ) in a post exit and the screen refreshes the way we are looking for. 

Cheers,

Kevin

Answers (0)