Saturday, 23 September 2023

Pega Infinity 23 Installation

 Pega Infinity 23 Installation






Softwares to be downloaded Prior to Pega Infinity 23

Open JDK 11 - https://builds.openlogic.com/downloadJDK/openlogic-openjdk/11.0.18+10/openlogic-openjdk-11.0.18+10-windows-x64.msi

Tomcat 9 - https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.41/bin/apache-tomcat-9.0.41.exe

Postgresql 12 - https://sbp.enterprisedb.com/getfile.jsp?fileid=1258665

postgresql jdbc drivers - https://jar-download.com/artifacts/org.postgresql/postgresql/42.2.14.jre7/source-code


Tomcat JVM args


-Dcatalina.home=O:\Installed Software\Pega 23\tomcat

-Dcatalina.base=O:\Installed Software\Pega 23\tomcat

-Djava.io.tmpdir=O:\Installed Software\Pega 23\tomcat\temp

-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager

-Djava.util.logging.config.file=O:\Installed Software\Pega 23\tomcat\conf\logging.properties

-Djava.awt.headless=true

-XX:MetaspaceSize=4096m

-XX:MaxMetaspaceSize=10240m

-XX:ReservedCodeCacheSize=512m

-XX:+UseG1GC

-XX:MaxGCPauseMillis=100

-XX:+DisableExplicitGC

-Didentification.nodeid=DESKTOP-2UI9TV5

-Dpega.logdir=O:\Installed Software\Pega 23\tomcat\pegalogs

-Dindex.directory=O:\Installed Software\Pega 23\tomcat\Index\PegaSearchIndex

-Dfile.encoding=UTF-8

-DNodeType=BackgroundProcessing,Search,Stream,WebUser

-verbose:gc

-verbose:sizes

-Xloggc:O:\Installed Software\Pega 23\tomcat\pegalogs\gc.log

-Dcom.sun.management.jmxremote

-Dcom.sun.management.jmxremote.port=9001

-Dcom.sun.management.jmxremote.rmi.port=9001

-Dcom.sun.management.jmxremote.authenticate=false

-Dcom.sun.management.jmxremote.ssl=false


context.xml

<Resource name="jdbc/PegaRULES"
              auth="Container"
              type="javax.sql.DataSource"
              maxTotal="100"
              maxIdle="30"
              maxWaitMillis="10000"
              driverClassName="org.postgresql.Driver"
              url="jdbc:postgresql://localhost:5432/pega"
              username="postgres"
              password="postgres"/>
              
    <Environment name="prconfig/database/databases/PegaRULES/defaultSchema" value="pegarules" type="java.lang.String" />

    <Environment name="prconfig/database/databases/PegaDATA/defaultSchema" value="pegadata" type="java.lang.String" />
    
    <Environment name="url/initialization/explicittempdir" value="O:/temp" type="java.lang.String" />

After Deployment : prconfig.cml

<env name="services/stream/provider" value="Internal"/>


Full Installation Video

https://www.youtube.com/watch?v=AJo5E0uJoII&t=606s


Monday, 4 October 2021

PEGA DX API CUSTOMIZATION

 Today We are Going to Use  PEGA DX API for Customizing Screens.


Lets See How to Use DX API, Today In this Tutorial I Have Used ANGULAR Starter Pack for DX API


Use this Below Link to Download Your Pega Angular Starter Pack


https://community.pega.com/marketplace/components/angular-starter-pack


Once You Download Follow The Instructions in that Given Document


After Running You Will See the Default DX API Screen . 


But I have Customized the Screens in DX API.


You Can See My Customized DX API in Below Video.


Kindly Subscribe and Share This Blog and Youtube Video 👍

If You Want to Contribute Like This Content to Us means Kindly Share Your Document with our Mail id



If You Want To Support us In Terms of Donation Then Click Here


We also Offering Some Courses , If You Need Click Here


We are Also Selling Some Notes For PEGA CSA , If You Need click Here

We are Also Selling Some Notes For PEGA CSSA , If You Need click Here


Comment Your Favorite Topic That You Need in Comment Section

                                Youtube Video Link Below


Youtube Link : https://www.youtube.com/watch?v=NproIn1t8cQ






Friday, 24 September 2021

Identifying Duplicate Cases in Pega

            Identifying Duplicate Cases in PEGA



Step 1: Create Casetype Named as "Duplicate Casetype"




Step 2: Create New Step named as "Create"





Step 3: Click Configure View and Properties that Shown in Image and Then Submit. 




Step 4 :  Now Create One New Stage Named as "Identify Duplicate" and Click New Step and Then Click More



Step 5: Now Click Automations and Click Search Duplicate Cases and Select It.



Step 6 : Now Add Base Condition and Select "District" Property in Potential Duplicate and Choose comparator as "same".



Step 7: Now Add Weighted Condition and Select As Shown in Image





Step 8 : Again Add One More Weighted Condition and Do the Same as Shown in Image.




Step 9: Now Give weighted conditions sum at least as "25". and Save a Casetype





Step 10 : Now Run The Case and See The Output as Shown in Below Video.


Kindly Subscribe and Share This Blog and Youtube Video 👍

If You Want to Contribute Like This Content to Us means Kindly Share Your Document with our Mail id



If You Want To Support us In Terms of Donation Then Click Here


We also Offering Some Courses , If You Need Click Here


We are Also Selling Some Notes For PEGA CSA , If You Need click Here

We are Also Selling Some Notes For PEGA CSSA , If You Need click Here


Comment Your Favorite Topic That You Need in Comment Section

                                Youtube Video Link Below




Thursday, 23 September 2021

Creating Multiple Child Cases

            Creating Multiple Child Cases


In This Tutorial We Will See How to Create Multiple Child cases and Copy the List of Data in Page List to Page Group. 


Step 1:  Create Casetype Named as "ParentCasetype".


 

Step2:  Lets Create Collect Order Step



Step 3: Navigate to Datatype and Create OrderDetails


Step 4: Once You Configure These Fields As Show in Image and Finally Save It.



Step 5: Now Navigate Back to Casetype "ParentCasetype" and Click Configure View on "Collect Order" step .


Step 6: Create Field Named as Order Details List and Click Type as Embedded Data and Choose "Order Details " in Data Objects and Then Select "List of Records" and Submit and save.

Note :  IF You are Using Less than 8.4 Version Then You Need to Click Field List .



Step 7: Now Create One More Casetype named "Child Casetype" and add "Individual Order" as a Step.



Step 8: Now Create Field Name as "Individual Order Details" and Select Embeded Data and Choose "Order Details " in Data Objects and Then Select "Single Record" and Submit and save.

Note :  IF You are Using Less than 8.4 Version Then You Need to Click Field group


.

Step 9:  Now Click on Three Dots at Right Side of "Parent Casetype" and Click Add a Child Casetype 



Step 10: Now Select Existing Casetype and Select "Child Casetype" .
Note : Don't Select "GetDetails" as Shown In Image.




Step 11: Once You Done You Will See the Child Casetype will Come Under Parent Casetype



 Step 12: Once You Done Navigate To App Studio and Select Parent Casetype

Step 13: Now Click on Three Dots Near to Create Stage and Add Process and Click New Process




Step 14 : Now Add Step in New Process and Click More




Step 15 : Now Select Automation and Select Create Case.



Step 16 : Now Select Create Case Step and Do the Following Changes as Shown in Image


Now Click Save and Run and Now You See List of Items You Added Will Be Copied To Many Individual Child Cases that Were Created.

Note : See The Video That Demonstrated How You Can Do and Get Output.


Kindly Subscribe and Share This Blog and Youtube Video 👍

If You Want to Contribute Like This Content to Us means Kindly Share Your Document with our Mail id



If You Want To Support us In Terms of Donation Then Click Here


We also Offering Some Courses , If You Need Click Here


We are Also Selling Some Notes For PEGA CSA , If You Need click Here

We are Also Selling Some Notes For PEGA CSSA , If You Need click Here

                                Youtube Video Link Below







Sunday, 16 May 2021

Implementing Face Authentication in Pega

  Implementing Face Authentication in Pega


     First of All I am Really Sorry for Not Able to Post Steps with Screenshot due to My Pega Cloud Got Expired. But I will Share the List Steps I have Used to Achieve This.



  1. Before We Start You Need To Be Know How to Configure Connect-Rest.
  2. First Step is You Have to Get API access that uses Facial Recognition. You can Rapid APi etc.
  3. After Getting the Api , You Need to Configure for Connect-Rest.
  4. Next Step is to Create the Case type with Necessary Steps.
  5. You can Configure steps with UI by Watching my Demo Video (Link in Bottom of Page)
  6. Now You Need to Configure Section and click HTML Tab.
  7. Then Unclick Auto-Generated Code, The Paste the HTML + Javascript Code That can Access to Camera.
  8. Now You Have to Pass the Image url to any Property that Created during Casetype Steps creation.
  9. For Registering Face ,You Need to Make a Request for API with Neccessary Parameters that Holds Image url and Password.
  10. Then You Have Show the Response in the Section about the Status of Request.
  11. Similarly For Login, You Need to Do Same thing for Request but Only One Thing Changes here is It Holds only One Parameter that holds image url.
  12. You Need to Ask password from user and store it in some property.
  13. You Need to Show the Response that will tell You Whether Face is Registered or Not along with password.
  14. Now You Need check whether the user Entered Password Matches with Response Password.
  15. if Both Face Exist and Password Correct Means Tell That You are Authentication.
  16. Else You are Not Authenticated.

Feel Free Post Your Doubts in Your Comment Section

Follow me : 








Subscribe and Share This Blog