- Views (721)
- Replies (2)
- Login to like
- Reply
Reply posted on November 13, 2016 by HemalathaM
what is custom pagination?what is pagination activity in an repeating grid? what logic should be implemented here?
Collaborate with developers, support engineers, and experts who build and work with Pega products and services. Join us to get fast answers to your questions, and participate in our Ask the Expert sessions!
Congratulations to Anthony Tham for achieving the title of Participant of the Week! Anthony proactively assisted several users with their queries, which helped them progress with the troubleshooting and arrive at successful solutions. We appreciate your efforts to share knowledge in the community. Hope to see you around and keep up the great work!
what is custom pagination?what is pagination activity in an repeating grid? what logic should be implemented here?
String explicitTmpDir = tools.getSystemSettings().getFSSetting("initialization/explicittempdir", "", true, false); String PathDir= explicitTmpDir +"/StaticContent/global/ServiceExport/"+<<file Name>> check...
Discussion posted by HARIPAGADALA on April 10, 2013
Hello, Use Property-Set-Stream method to fetch the contents of the paragraph rule into a property. Method Parameters: PropertyName: <<property reference in which you want to get the paragraph content>> Stream Class: "Rule-HTML...
See if my answer at the link below helps. https://pdn.pega.com/forums/case-management-and-process/sla-screen-flows
To skip a step, you can configure a When rule as a condition for performing the action. When the case reaches the action, the Pega 7 Platform evaluates the When rule. If the result is true, the Pega 7 Platform skips the action and advances to the next...
Discussion posted by SatvickKumarG on July 18, 2013
Hi, I have a requirement, if I select check box it is goes to next other wise no, please explain clearly with example.
Discussion posted by RahulCa on November 5, 2013
Just add the customized (just give your own page, pagelist & property names there) function code of pxRemoveEmptyPagesFromPageList in a Java step after the step 'call MSOParseExcelFile step.
Discussion posted by SwaidQadirBhat on February 18, 2013
is there any way to avoid this installation? This is not ideal, if the users are high, to install and suggest for each user is an overhead process.
Customise the results: 1. Add the selected items to a new page list. 2. Append the items when pyselected is false to the above page list such that u will have in sorted list. 3. And use those results.
Discussion posted by BAHURDEEN on September 13, 2013
Please look at the application skin. You should be able to change the default settings through the skin. Click on the Application menu>Open the Application Skin and look for the mixin that reflects this setting. You can also use the Rules Inspector...
Please wait while we search for PDN content that suits your question.