Hi guys!
I'm wondering someone has already faced a problem like this.
I've to filter cue groups of the Role Center, according to the Responsiblity Center chosen by the user during the login.
To do this I created a FlowFilter in the table "Sales Cue"
Enabled Field No. Field Name Data Type Length Description
Yes 50000 RC Filter Code 10
Now I placed this code in the trigger OnOpenPage() of the part "SO Processor Activities"
CLEAR(UserSetup);
SETFILTER("RC Filter",UserSetup.GetSalesFilter);
but it doesn't work. have you got an idea about what I missed?
PS: I saw a colleague of mine that use this method and it works, but I can't find what is the difference.
Thx a lot in advance!
Answers
UserSetup.GET;
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
It was my fault :oops:. I forgot to change the calcformula to all FlowFileds in the SO Activieties.
Here an example Now works!
Thx
It works as expected... More or Less...
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
It works as expected... More or Less...
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
It works as expected... More or Less...
Now I got it..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
It works as expected... More or Less...
https://connect.microsoft.com/dynamicssuggestions/feedback/details/621970/responsibility-center-filter-in-the-rtc
See the link from that site for the forum page.