PEGA | What Is Standard Agent In PEGA ? | What Is Auto Queue Management In PEGA ?

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ม.ค. 2025

ความคิดเห็น • 10

  • @ediganaveenkumar9810
    @ediganaveenkumar9810 2 ปีที่แล้ว

    Nice explain sir

  • @Pink-wg4mx
    @Pink-wg4mx 2 ปีที่แล้ว

    How to create a case from email parse a mail and create a workobject with the field values autopopulated provided in the mail

    • @HarshaTrainingsacademy
      @HarshaTrainingsacademy  2 ปีที่แล้ว +1

      Hi Pink, we can do it by using email listener and service email rule... We have a video in our channel on the same with full practical... Pls check once... Happy learning

  • @Pink-wg4mx
    @Pink-wg4mx 2 ปีที่แล้ว

    How to commit a process after wait?

    • @HarshaTrainingsacademy
      @HarshaTrainingsacademy  2 ปีที่แล้ว +1

      Hi Pink, in a process flow, after the Work object is released from the Wait share. PRPC performs auto commit.There is no need to use explicit commit...

  • @Pink-wg4mx
    @Pink-wg4mx 2 ปีที่แล้ว

    Hello Sir,
    How to delete mail notifications in pega Db sent from a case after 1 month ?

    • @HarshaTrainingsacademy
      @HarshaTrainingsacademy  2 ปีที่แล้ว +1

      Hi Pink, this can be done by using an agent... We can create one advanced agent which queries the respective table and deleted all the records of last month...
      Happy learning...

  • @heisenberglucas2949
    @heisenberglucas2949 2 ปีที่แล้ว

    Hello Harsha,
    This was the scenario based question asked in recent interview..
    Display the list of Workbaskets available in your application in Dropdown, and based on selection display the list of WorkObjects in that work basket in UI.

    • @HarshaTrainingsacademy
      @HarshaTrainingsacademy  2 ปีที่แล้ว +1

      Hi, it's very easy...
      Create report data-admin-workbasket class to fetch list of work baskets there...use this report as source of dropdown
      On change of workbasket name , take the value and pass it a parameter to another report loading with table layout... This second report to query pcassignworkbasket table with pxassignedoperstorid = param value
      Then it will display the required assignedments