<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" >

<channel><title><![CDATA[PegaGang - Blog]]></title><link><![CDATA[http://blog.pegagang.com/blog]]></link><description><![CDATA[Blog]]></description><pubDate>Fri, 12 Jul 2024 05:44:40 -0700</pubDate><generator>Weebly</generator><item><title><![CDATA[Media Capture in Pega]]></title><link><![CDATA[http://blog.pegagang.com/blog/media-capture-in-pega]]></link><comments><![CDATA[http://blog.pegagang.com/blog/media-capture-in-pega#comments]]></comments><pubDate>Wed, 21 Oct 2020 11:04:15 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">http://blog.pegagang.com/blog/media-capture-in-pega</guid><description><![CDATA[We can capture the video of your case progress or an image of your case status using a Pega component given in the marketplace section. Download it and try it from your V8.x version.See the below and we can see the video got captured and attached to the case using this component after making some changes given as per the document. We just tried as a small PoC to test on this component working functionality using my PE V821 but we need to see where it fits in the real-time world . After reading t [...] ]]></description><content:encoded><![CDATA[<div class="paragraph"><span style="color:rgba(0, 0, 0, 0.9)">We can capture the video of your case progress or an image of your case status using a Pega component given in the marketplace section. Download it and try it from your V8.x version.See the below and we can see the video got captured and attached to the case using this component after making some changes given as per the document. We just tried as a small PoC to test on this component working functionality using my PE V821 but we need to see where it fits in the real-time world . After reading the documentation what We noticed is like Pega is still working to improvise the component functionality to meet the customer expectation in future versions of this component. For now, We are happy with our PoC work to understand the design, solution and working nature of it &#128076;</span><br /><br /></div>  <div><div class="wsite-multicol"><div class="wsite-multicol-table-wrap" style="margin:0 -15px;"> 	<table class="wsite-multicol-table"> 		<tbody class="wsite-multicol-tbody"> 			<tr class="wsite-multicol-tr"> 				<td class="wsite-multicol-col" style="width:87.513691128149%; padding:0 15px;"> 					 						  <div><div class="wsite-image wsite-image-border-medium " style="padding-top:5px;padding-bottom:10px;margin-left:0px;margin-right:10px;text-align:left"> <a> <img src="http://blog.pegagang.com/uploads/1/3/3/6/13369922/image-capture-in-pega_orig.jpg" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>   					 				</td>				<td class="wsite-multicol-col" style="width:12.486308871851%; padding:0 15px;"> 					 						  <div class="wsite-spacer" style="height:50px;"></div>   					 				</td>			</tr> 		</tbody> 	</table> </div></div></div>  <div class="paragraph"></div>]]></content:encoded></item><item><title><![CDATA[Difference between RPA and RDA]]></title><link><![CDATA[http://blog.pegagang.com/blog/difference-between-rpa-and-rda]]></link><comments><![CDATA[http://blog.pegagang.com/blog/difference-between-rpa-and-rda#comments]]></comments><pubDate>Sun, 11 Mar 2018 18:45:59 GMT</pubDate><category><![CDATA[Pega RPA]]></category><category><![CDATA[RDA]]></category><category><![CDATA[RPA]]></category><guid isPermaLink="false">http://blog.pegagang.com/blog/difference-between-rpa-and-rda</guid><description><![CDATA[The difference between RPA and RDA is that the RDA is an automation solution that assists the agent in handling simple repetitive tasks. The agent plays a role in facilitating when the automation is triggered and stopped depending on their work flow.An example of that would be an agent receives a call and needs to retrieve all necessary info related to the customer that is calling. Instead of the agent manually retrieving the data from various applications, the RDA assists in gathering this info [...] ]]></description><content:encoded><![CDATA[<div class="paragraph">The difference between RPA and RDA is that the RDA is an automation solution that assists the agent in handling simple repetitive tasks. The agent plays a role in facilitating when the automation is triggered and stopped depending on their work flow.<br />An example of that would be an agent receives a call and needs to retrieve all necessary info related to the customer that is calling. Instead of the agent manually retrieving the data from various applications, the RDA assists in gathering this information in parallel to the agent speaking with customer.<br />The agent is the one that determines when the data is retrieved and what particular information is gathered by providing an account number to the RDA to assist with.<br />The RPA is a headless operation in comparison. There are no agents to instruct the robot when to collect the information. There are no users interacting with the robot. The design of the automation is totally self-sustaining.<br />Suppose you have a massive amount of records that require updating, but the record access is mutually exclusive. Mutual exclusion meaning only one agent can access the record at a time. You wouldn't want to update these records in the middle of a work period, because that would disrupt the call flow of the agents and it would not prove helpful if the account record was already in use by one of the human agents.<br />Instead, you would create a headless (no user interaction) automation to update the records during off peak hours, i.e. (2 AM in the morning). This headless automation could be started with the use of the Windows Scheduler that starts the Robot at a specific time every night, or every 1st and 2nd Tuesday of the month which ever you prefer. The Robot would start from the task scheduler and perform the necessary updates while the agents are not accessing the records. This headless operation is called an RPA.<br />Both RDA and RPA are solution automations, but designed with two different task in mind.</div>]]></content:encoded></item><item><title><![CDATA[How to Automating processes in Pega Platform application with Robotic Process Automation (RPA)]]></title><link><![CDATA[http://blog.pegagang.com/blog/how-to-automating-processes-in-pega-platform-application-with-robotic-process-automation-rpa]]></link><comments><![CDATA[http://blog.pegagang.com/blog/how-to-automating-processes-in-pega-platform-application-with-robotic-process-automation-rpa#comments]]></comments><pubDate>Sat, 20 Jan 2018 06:43:55 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">http://blog.pegagang.com/blog/how-to-automating-processes-in-pega-platform-application-with-robotic-process-automation-rpa</guid><description><![CDATA[You can use Robotic Process Automations (RPA) to automate repetitive and unattended back-office activities directly from your Pega&reg; Platform application. You can batch process large volumes of cases faster and with fewer errors compared with manual handling.For example, you can queue an automation to process one or more stages of an automobile insurance claim. After a claim is submitted, the claim can immediately be routed to a robotic automation virtual machine (VM). The VM runs an automati [...] ]]></description><content:encoded><![CDATA[<div class="paragraph" style="text-align:justify;">You can use Robotic Process Automations (RPA) to automate repetitive and unattended back-office activities directly from your Pega&reg; Platform application. You can batch process large volumes of cases faster and with fewer errors compared with manual handling.<br /><br />For example, you can queue an automation to process one or more stages of an automobile insurance claim. After a claim is submitted, the claim can immediately be routed to a robotic automation virtual machine (VM). The VM runs an automation that analyzes the information submitted with the claim, looks up and verifies policy holder information, and updates web and desktop applications with case information.<br /><br />When you implement automations with your case type, case assignments are first routed to robotic automation work queues. A VM retrieves the assignment from the queue, obtains the case data associated with the assignment, and performs the specified automation. After it processes the assignment, any modified data is sent back to the case, and the VM retrieves the next assignment to process.</div>]]></content:encoded></item><item><title><![CDATA[Pega Robotic Process Automation]]></title><link><![CDATA[http://blog.pegagang.com/blog/pega-robotic-process-automation]]></link><comments><![CDATA[http://blog.pegagang.com/blog/pega-robotic-process-automation#comments]]></comments><pubDate>Sun, 26 Nov 2017 09:50:40 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">http://blog.pegagang.com/blog/pega-robotic-process-automation</guid><description><![CDATA[You can use Robotic Process Automation (RPA) automations to automate repetitive and unattended back-office activities directly from your Pega&nbsp;Platform application. Using process automations can help you to process large volumes of cases in batches faster and with fewer errors compared to manual handling.For example, you can queue an automation to process one or more stages of an automobile insurance claim. After a claim is submitted, the claim can immediately be routed to a robotic automati [...] ]]></description><content:encoded><![CDATA[<div class="paragraph">You can use Robotic Process Automation (RPA) automations to automate repetitive and unattended back-office activities directly from your Pega&nbsp;Platform application. Using process automations can help you to process large volumes of cases in batches faster and with fewer errors compared to manual handling.<br />For example, you can queue an automation to process one or more stages of an automobile insurance claim. After a claim is submitted, the claim can immediately be routed to a robotic automation virtual machine (VM). The robotic automation VM runs an automation that analyzes the information submitted with the claim, looks up and verifies policy holder information, and updates web and desktop applications with case information.<br />When you use automations with your case type, case assignments are first routed to robotic work queues. A VM retrieves the assignment from the queue, obtains the case data associated with the assignment, and performs the specified automation. After it processes the assignment, any modified data is sent back to the case, and the robotic automation VM retrieves the next assignment to process.<br /><br />&#8203;<span style="color:rgb(53, 53, 53)">Any information that you want to share between your Pega Platform application and the automation must be marked as relevant records.</span><br /><br /></div>]]></content:encoded></item><item><title><![CDATA[Integration of Robotic Desktop Automation  with your Pega 7]]></title><link><![CDATA[http://blog.pegagang.com/blog/integration-of-robotic-desktop-automation-with-your-pega-7]]></link><comments><![CDATA[http://blog.pegagang.com/blog/integration-of-robotic-desktop-automation-with-your-pega-7#comments]]></comments><pubDate>Thu, 29 Jun 2017 06:21:43 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">http://blog.pegagang.com/blog/integration-of-robotic-desktop-automation-with-your-pega-7</guid><description><![CDATA[With Robotic Desktop Automation (RDA), you can use robotic automations, which are configured in Pega Robotics Automation Studio, to automate and integrate processes on the desktop. Automating repetitive tasks reduces errors and frees your staff to focus on higher-value, customer-oriented tasks. For example, you can:Synchronize all your desktop applications with a customer's account information.Automatically launch or close applications on the desktop.Send updated customer account information fro [...] ]]></description><content:encoded><![CDATA[<div class="paragraph">With Robotic Desktop Automation (RDA), you can use robotic automations, which are configured in Pega Robotics Automation Studio, to automate and integrate processes on the desktop. Automating repetitive tasks reduces errors and frees your staff to focus on higher-value, customer-oriented tasks. For example, you can:<br /><span></span><ul style="color:rgb(53, 53, 53)"><li>Synchronize all your desktop applications with a customer's account information.</li><li>Automatically launch or close applications on the desktop.</li><li>Send updated customer account information from your Pega 7 application to one or more web or desktop applications.</li><li>Streamline users' workspaces. By automating communication among various desktop applications, users do not need to switch among many applications to update information.</li></ul>For example, customers can submit a request to change their account information in your application. An automation can retrieve customer account information from a legacy application that is running on a case worker's desktop and display it in an application form. Another automation can send the updated account information from your application to the legacy application.<br /><span></span>You can configure an automation to run on a flow action on a flow in your case type, or from a modal dialog box or overlay anywhere in your application.<br /><span></span></div>  <div class="paragraph">PrerequisitesBefore you begin, ensure that the following tasks have been completed:<br /><span></span><ul style="color:rgb(53, 53, 53)"><li>Install and configure Pega Robotics Automation Studio and Pega Robotics Automation Runtime.&nbsp;</li><li>Automations have been created in Pega Robotics Studio.</li></ul></div>]]></content:encoded></item><item><title><![CDATA[What is RPA and Where We Use this Robotic Process Automation   ?]]></title><link><![CDATA[http://blog.pegagang.com/blog/what-is-rpa-and-where-we-use-this-robotic-process-automation]]></link><comments><![CDATA[http://blog.pegagang.com/blog/what-is-rpa-and-where-we-use-this-robotic-process-automation#comments]]></comments><pubDate>Thu, 29 Jun 2017 06:10:56 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">http://blog.pegagang.com/blog/what-is-rpa-and-where-we-use-this-robotic-process-automation</guid><description><![CDATA[&#8203;What distinguishes RPA from traditional&nbsp;IT automation&nbsp;is RPA software's ability to be aware and adapt to changing circumstances, exceptions and new situations. Once RPA software has been trained to to capture and interpret the actions of specific processes in existing software applications, it can then manipulate data, trigger responses, initiate new actions and communicate with other systems autonomously. Large and small companies will be able to reap the benefits of RPA by exp [...] ]]></description><content:encoded><![CDATA[<div class="paragraph"><span style="color:rgb(34, 34, 34)">&#8203;</span><span style="color:rgb(42, 42, 42)">What distinguishes RPA from traditional&nbsp;IT automation&nbsp;is RPA software's ability to be aware and adapt to changing circumstances, exceptions and new situations. Once RPA software has been trained to to capture and interpret the actions of specific processes in existing software applications, it can then manipulate data, trigger responses, initiate new actions and communicate with other systems autonomously. Large and small companies will be able to reap the benefits of RPA by expediting back-office and middle-office tasks in a wide range of industries, including insurance, finance, procurement, supply chain management (SCM), accounting, customer relationship management (CRM) and human resource management (HRM).</span><br /><br /><span style="color:rgb(42, 42, 42)">RPA software is expecially useful for organizations that have many different, complicated systems that need to interact together fluidly. For example, if an electronic form from a human resource system &nbsp;is lacking a zip code, traditional automation software would flag the form as having an exception and an employee would handle the exception by looking up the correct zip code and entering it on the form. Once the form was complete, the employee might send it on to payroll so the information could be entered into the organization's payroll system. With RPA technology, however, software that has the ability to adapt, self-learn, and self-correct would handle the exception and interact with the payroll system without human assistance.</span><br /><span style="color:rgb(42, 42, 42)">&#8203;</span><br /><span style="color:rgb(42, 42, 42)">Although RPA software can be expensive, the technology offers companies an alternative to outsourcing and can ultimately result in lower operating costs, decreased cycle times and increased productivity for human employees who no longer are tasked with boring work. Because RPA technology tracks and monitors all the tasks that it automates, it can also help companies to become more audit- and regulatory-&nbsp;compliant. Though it is expected that automation software will replace up to 140 million full-time employees worldwide by the year 2025, many high-quality jobs will be created for those who are able to maintain and improve RPA software.<br /></span><br /><br /></div>]]></content:encoded></item><item><title><![CDATA[Installation and Configuration of Pega Robotic Studio]]></title><link><![CDATA[http://blog.pegagang.com/blog/installation-and-configuration-of-pega-robotic-studio]]></link><comments><![CDATA[http://blog.pegagang.com/blog/installation-and-configuration-of-pega-robotic-studio#comments]]></comments><pubDate>Thu, 29 Jun 2017 05:50:50 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">http://blog.pegagang.com/blog/installation-and-configuration-of-pega-robotic-studio</guid><description><![CDATA[There are Two Type of &nbsp;installation options available:Run time only installationPega Robotic Studio installation  The runtime client allows the users to run automations on a user&rsquo;s desktop. The automation project can be loaded after launching the run time client and right clicking the run time icon in the task bar. During installation of the client enable RDA checkbox needs to be checked in order to enable the REST service (API) for handling automation requests from Pega 7 application [...] ]]></description><content:encoded><![CDATA[<div class="paragraph">There are Two Type of &nbsp;installation options available:<ul style="color: rgb(55, 58, 60);"><li>Run time only installation</li><li>Pega Robotic Studio installation</li></ul></div>  <div class="paragraph"><span style="color:rgb(55, 58, 60)">The runtime client allows the users to run automations on a user&rsquo;s desktop. The automation project can be loaded after launching the run time client and right clicking the run time icon in the task bar. During installation of the client enable RDA checkbox needs to be checked in order to enable the REST service (API) for handling automation requests from Pega 7 applications.<br /><br /></span>Pega Robotic Studio is built on top of Visual Studio. Robotic Studio is used for creating automations. The installation files and instructions can be found in Pega Robotic Automation Architect Essentials (8.0) course in Pega academy. The course also provides a sample application and step by step instructions on how to create an automation. Automations can also be invoked from a Pega application by running the debugger in robotic studio.<br />&#8203;<br /><br /><span></span>Both runtime and Robotic Studio have configuration files which need to be updated with Pega server base URL. At runtime, Config files are copied to the temp folder under C:/user/AppData/Roaming/OpenSpan. The files need to be updated or deleted from this folder every time the Config files are updated in order to pick up latest Config changes.<br /><span></span><span style="color:rgb(55, 58, 60)"></span><br /></div>]]></content:encoded></item><item><title><![CDATA[Quick Start with Pega Robotic Automation]]></title><link><![CDATA[http://blog.pegagang.com/blog/quick-start-with-pega-robotic-automation]]></link><comments><![CDATA[http://blog.pegagang.com/blog/quick-start-with-pega-robotic-automation#comments]]></comments><pubDate>Thu, 29 Jun 2017 05:46:49 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">http://blog.pegagang.com/blog/quick-start-with-pega-robotic-automation</guid><description><![CDATA[Robotic automations can be used to automate the routine tasks which are repeated in a workflow.&nbsp;Pega&nbsp;robotics adds the ability to automate tasks using the user interface of existing applications. It can help speed up manual tasks by automating user actions.Automations are created in Pega Robotic Studio. The latest version available is 8.0 and can be downloaded from PDN. The minimum requirements for running automations are PRPC 7.2.1 with Pega HFIX-29471 or PRPC 7.2.2.&#8203;There are t [...] ]]></description><content:encoded><![CDATA[<div class="paragraph">Robotic automations can be used to automate the routine tasks which are repeated in a workflow.&nbsp;<a href="http://www.perficient.com/partners/pegasystems">Pega</a>&nbsp;robotics adds the ability to automate tasks using the user interface of existing applications. It can help speed up manual tasks by automating user actions.<br /><br />Automations are created in Pega Robotic Studio. The latest version available is 8.0 and can be downloaded from PDN. The minimum requirements for running automations are PRPC 7.2.1 with Pega HFIX-29471 or PRPC 7.2.2.<br />&#8203;<br />There are two types of Pega robotic automations:</div>  <div class="paragraph"><ol style="color:rgb(55, 58, 60)"><li>Desktop Automation (RDA)</li><li>Process Automation (RPA)</li></ol></div>  <div class="paragraph"><u><font size="4">Pega Desktop Automation</font><br />&#8203;</u><br />Desktop automations are used to provide a unified desktop experience to users by integrating and automating desktop (or web applications) with Pega 7 applications. Desktop or web applications can be launched from flow actions and data can be transferred back and forth between the workflow and desktop applications.<br />&#8203;<br />Desktop automations can help reduce the redundant work that is required to copy and duplicate data in multiple applications. This can help reduce the time a CRM representative needs to spend with a customer on the phone and can also reduce data entry errors which can occur when entering the same data multiple times.<br /><br />Legacy applications where APIs don&rsquo;t exist or are not compatible with new Pega 7 applications can be integrated with the help of automations.</div>  <div class="paragraph"><u><font size="4">Pega Process Automation</font></u><br /><br />Process automations are used for automating high-volume back-end repetitive work. Case assignments are routed to a robotic queue from where they are picked up by a robotic automation VM to perform the automations.<br />&#8203;<br />The working is similar to an agent but the processing is done by an automation instead of the Pega requestor processing the assignment. A new &lsquo;type&rsquo; dropdown has been added in the work basket instance to specify a robotic automation work queue. If Robotic type is selected from the dropdown, two additional fields are displayed:</div>  <div class="paragraph"><ol style="color:rgb(55, 58, 60)"><li>Maximum queue length: This value is used to specify the maximum number of assignments that should be in the queue at a given time.</li><li>Maximum automation execution time: The value is used to specify the maximum amount of time the VM is expected to take to run the automation.</li></ol>Automation VM&rsquo;s can be managed in Pega Robotic Automation Console. Robotic workbasket turns red when the number of assignments exceed the maximum queue length or the automation execution time. The automation console is packaged with a sample application and can be downloaded from the PDN&nbsp;<a href="https://pdn.pega.com/exchange/components/pega-robotic-automation-management-console">link</a>.<br /><span></span></div>  <div class="paragraph"></div>]]></content:encoded></item><item><title><![CDATA[Where We Can Use Pega Robotic Process Automation ?]]></title><link><![CDATA[http://blog.pegagang.com/blog/where-we-can-use-pega-robotic-process-automation]]></link><comments><![CDATA[http://blog.pegagang.com/blog/where-we-can-use-pega-robotic-process-automation#comments]]></comments><pubDate>Thu, 29 Jun 2017 05:45:33 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">http://blog.pegagang.com/blog/where-we-can-use-pega-robotic-process-automation</guid><description><![CDATA[You can use Robotic Process Automation (RPA) automations to automate repetitive and unattended back-office activities directly from your Pega 7 application. Using process automations can help you to process large volumes of cases in batches faster and with fewer errors compared to manual handling.For example, you can queue an automation to process one or more stages of an automobile insurance claim. After a claim is submitted, the claim can immediately be routed to a robotic automation virtual m [...] ]]></description><content:encoded><![CDATA[<div class="paragraph">You can use Robotic Process Automation (RPA) automations to automate repetitive and unattended back-office activities directly from your Pega 7 application. Using process automations can help you to process large volumes of cases in batches faster and with fewer errors compared to manual handling.<br />For example, you can queue an automation to process one or more stages of an automobile insurance claim. After a claim is submitted, the claim can immediately be routed to a robotic automation virtual machine (VM). The robotic automation VM runs an automation that analyzes the information submitted with the claim, looks up and verifies policy holder information, and updates web and desktop applications with case information.<br />When you use automations with your case type, case assignments are first routed to robotic work queues. A robotic automation VM retrieves the assignment from the queue, obtains the case data associated with the assignment, and performs the specified automation. After it processes the assignment, any modified data is sent back to the case, and the robotic automation VM retrieves the next assignment to process.<br />Any information that you want to share between your Pega 7 application and the automation must be marked as relevant records.</div>]]></content:encoded></item><item><title><![CDATA[Use of Pega Pega Robotic Process Automation]]></title><link><![CDATA[http://blog.pegagang.com/blog/use-of-pega-pega-robotic-process-automation]]></link><comments><![CDATA[http://blog.pegagang.com/blog/use-of-pega-pega-robotic-process-automation#comments]]></comments><pubDate>Thu, 29 Jun 2017 05:44:06 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">http://blog.pegagang.com/blog/use-of-pega-pega-robotic-process-automation</guid><description><![CDATA[Pega Robotic Process Automation (RPA), organizations can automate the tedious manual work that is hampering productivity and efficiency. Whether adjudicating claims, onboarding customers or employees, reconciling financials, or updating customer information in systems record your business can utilize Pega RPA to optimize processes across your enterprise.&nbsp; [...] ]]></description><content:encoded><![CDATA[<div class="paragraph">Pega Robotic Process Automation (RPA), organizations can automate the tedious manual work that is hampering productivity and efficiency. Whether adjudicating claims, onboarding customers or employees, reconciling financials, or updating customer information in systems record your business can utilize Pega RPA to optimize processes across your enterprise.&nbsp;</div>]]></content:encoded></item></channel></rss>