Dynamic Workspace Ribbon Button Factory Text
Content
Hi All,
Sorry if this question has already been answered, I feel this should be easy, but I am having difficulty changing the workspace ribbon button factory text to include a status label for one of our processes. I have found this post https://cloudcustomerconnect.oracle.com/posts/d101aaab13 which mentioned
myButton.Visible = Visibility.Hidden;
but i have not been able to get this to work. My requirement is to update the text of the workspace ribbon button based on a custom status menu field. EG: 'button text' would become 'button text [status]' once it is pressed. This should occur on load of button and/or if button is pressed. Every time I tried to access the text value and update it I am blocked. I am not sure now if this is possible or I need to recreate the button text class? Any help would be appreciated.