Question
Last activity: 12 Apr 2016 8:57 EDT
How do i fix case action buttons at the bottom of the perform harness?
Similar to how screen flow harnesses have their buttons fixed at the bottom of the screen regardless of the body content, how do i achieve the same thing for the perform harness? Thanks!
Message was edited by: Lochan to add Category


Pegasystems Inc.
IN
Hi Mounika,
I really appreciate you taking the time to respond. Unfortunately, taking this out of the scope of the perform harness is not the approach we would like to go forward with for reasons such as preserving screen real estate, wrong context, etc. The harness in the screen flows, such as the TabbedScreenFlow7, go through a process of resizing; leaving the "HARNESS_BUTTON" div fixed at the bottom as depicted by the below picture. I want to know how do i achieve the same results within the perform harness. Thanks!
Updated: 11 Apr 2016 3:09 EDT


Pegasystems Inc.
IN
So that was actually one of the first things that i tried. I also tried to achieve the same look and feel via CSS as well as saving the screenflow harness as the new perform harness.
Here's a screenshot of a button placed in the div below the harness container
As you can see, the harness is not re-sized and the button is not fixed to the bottom. Based on the doHarnessResize() function that exist in the user workform javascript, it should do what it does for the screenflow for the perform harness as well. Thanks


Common Wealth Bank of Australia
AU
Hi Victor.
Is it possible for you to customise the pyCaseBody for your requirement?
Create a new sections with the buttons as required and include the section underneath the pyCaseContent section.
Show/hide the section with buttons based on perform/review harness.
Will that satisfy your scenario?
Regards,
Sri
Srividhya i understand where you're coming from but this isn't just about placing the buttons at the button but more about making sure those buttons are never hidden due to a page scroll. The buttons always have to be visible no matter how much vertical inclined our pages are. Similar to the below screenflow
Notice how the button is always visible and the scroll bar on the screenflow harness? Thanks.
Hello Victor,
Would using the screen layouts help ?
We have several OOTB screen layouts with a header/footer.
Best Regards,
Mounika