In my xcp application, I have content tree widget and content area widget. Once I select relevant node in the content tree, I am able to see the results of the folder in the content area.
My requirement is to add a custom button within content area pane next to "Import Files" button.
How can I do this?
Work around is that I can place a custom button and add dataservice instance which in turn invoke stateless process to do what ever I need.
However customer need to place the button at the "content area" widget only.