I have checked this on two instances of CRM Online with PSA installed.
When you open a project the BPF bar is collapsed after a few moments. We would like it expanded by default.
I have tried the below javascript but it's not working (registered onLoad of the form).
There seems to be something within PSA that's overriding it.
function expandBPF() { Xrm.Page.ui.process.setDisplayState("expanded"); }
*This post is locked for comments