COMMENTS

  1. Required Parameter AssignmentHandle

    About Pegasystems. Pegasystems is the leader in cloud software for customer engagement and operational excellence. If you've driven a car, used a credit card, called a company for service, opened an account, flown on a plane, submitted a claim, or performed countless other everyday tasks, chances are you've interacted with Pega.

  2. How to pass parameters to Assignment from activity?

    Hi, You can try in various ways to get it done: 1) Create Data transform and map in flow connector. 2) you can customize router activity and pass the param over there. 3) Properties can be created and use it wherever require ( can be used for reporting as well in future to play around) Regards, Karthick.

  3. Using handles

    Obj-Open-By-Handle method. The handle of an instance is a unique key, in an internal format, assembled by the system that identifies an instance in the PegaRULES database. It may differ from the visible key generally used to identify instances. (Every instance has a unique handle, but more than one instance may share the same visible key.)

  4. How to pass parameters to standard Agent activity

    Batch activity which runs in advance mode should able to pass the parameters to an activity which gets run by standard agent. Current design: >> Opening the work object by advance agent on tempworkpage. >> populating the required parameters on tempworkpage. >> saving the workpage before queueing it for agent. Now,the problem comes with locking,as when object is being opened in portal then ...

  5. Available actions and conditions

    If an assignment has multiple flow actions, only the default flow action (the one with the highest likelihood) appears in the modal dialog. ... Opens a rule that takes the pzInsKey value as its parameter. Handle — A pzInsKey key value in the rule you want to open. Resolve By — To determine how the system locates the rule, enter one of the ...

  6. Resolving flow issues by using problem flows

    Resolving flow issues by using problem flows. In the Pega Platform™, when you finish an Assignment and encounter a problem within the workflow, the system temporarily stops the primary flow run and begins a standardized problem flow. This standardized problem flow enables administrators to determine the appropriate course of action to address ...

  7. Case participants and routing

    In Pega applications, the Data-Party class contains the base functionality and orchestration for rules in derived classes that handle case participants.Data-Party-Operator is one of the classes that extends Data-Party and overrides the base functionality. Understand this polymorphic behavior because the behavior changes depending on the class that defines the work party.

  8. Standard controls accepting parameters

    On the General tab of the Property form (for Single Value properties). Click the Configure button to the right of the Control field to enter parameter values for all presentations of the property. Through the parameter page of an activity and hand-coded Java, for example: tools.putParamValue ("DateFormat","2");

  9. How to use parameter pages with a function alias

    To configure the corresponding example function alias: Open the Function Alias form and click the Reference tab. Enter the name of your function in the Function name field. Select SmartPrompt from the Prompt type drop-down list for the MessageID input parameter. Select No Prompt (Hide) from the Prompt type drown-list for the MessageParameters ...

  10. Data pages and parameters

    Parameters can be passed to data pages from several sources: From UI elements. From sections. From non-UI rules. From autopopulated properties. Each time that you reference a data page with different parameters, an instance of the data page is created on the clipboard. You can have multiple instances of a data page on the clipboard, each one ...

  11. Defining resource and processing details for a Service REST rule

    Use the Service tab of the Service REST rule to configure the mapping of the URL path parameters, data transforms, and other configuration options for your service.. The following task applies to Service REST rules that you create in Pega Platform 8.4. To update Service REST rules that you created prior to Pega Platform 8.4, see Defining resource and processing details for a Service REST rule ...

  12. Assignment routing

    Assignment routing. As a piece of work moves through Pega's Case Life Cycle, it may need to move between multiple operators to be completed. When more than one operator is required to complete work on a Case, you define who performs the work on each Assignment. Careful and appropriate Assignment routing design increases business efficiency ...

  13. Use case: Referencing data in a data page by using parameters

    Use case: Referencing data in a data page by using parameters. Data pages provide quick, accurate access to the data that your application needs. Calling data pages with parameter values lets the data page provide exactly the data required for a situation, from the most appropriate data source, on demand. The system waits until a user action or ...

  14. Standard properties in the Assign- base class

    Handle of the work item. pxServiceLevelName: Service-level agreement associated with this assignment. Copied from the flow rule when the assignment is created. service-level agreement: pxSkillsDesired: Can identify skills (Rule-Admin-Skill rule type) identified in the flow rule as desirable but not required for the operator who is to perform ...

  15. Parameter set in activity

    Parameter set in activity. Report. A button action in UI is calling an activity (A) which calls another activity (B) to create work object. Based on the selections in UI, parameters are being set using Property-Set method. But the latest values of parameters are not being passed to activity B. It is taking the earlier values (which are in ...

  16. openAssignment(assignmentID, className, options)

    Pega Software Maintenance Program ... Required: assignmentID: string: The ID of the assignment to be opened. Example: "ASSIGN-WORKLIST OPB1HW-SPACETRA-WORK RA-43001!REQUEST_FLOW_0" : className: string: The name of the case class associated with the assignment. ...

  17. Savable Data Pages

    Savable Data Pages. You can use savable data pages to save a page or page list of data specified in a data page back to its system of record (SOR) regardless of whether the SOR is Pega Platform™ or another system like an external database. By using a savable data page, you can configure an application to update the SOR in real-time with case ...

  18. Data Page

    Pass the name of the page as a parameter (of type String) to the data page. If you are using load activity as the data source, you can 'pass current parameter page' to the load activity. In your activity, define the same param but of a Page Name type. You can then reference your page containing request params using " param.RequestPage " syntax.

  19. Call instruction parameters

    Images do not appear for parameters that are designated as both input and not required. Caution: Do not use a local variable to hold an output parameter. Do not enter a constant as the value of an output parameter. The system creates a parameter page for the called activity that is separate from the calling activity's parameter page.

  20. Request parameters

    Updated on April 8, 2022. The Execute Tests service takes certain string request parameters. The strings are: ApplicationInformation - Optional. The name and version of the application for which you want to run Pega unit test cases. You can pass it instead of the AccessGroup parameter. If you pass only this parameter, the service runs all the ...

  21. Required Property and Error Handling?

    Report. You can handle this client side. Assuming you have client side validation turned on (you should as it is the default), and you mark a field required, this will prevent such a scenario under the assumption a user has navigated to said field. The problem here is that if you hide the field in a collapsed section, then a user would never ...

  22. Pega Community Feedback

    Pega Platform: Community Edition Success Stories Pega Community Blog Video Library Get Involved Get Involved Partner Portal Client Programs Pega Community Events Content Contributor Program Support Forums Community Hubs ...

  23. Add a parameter

    Click the Add icon () to create two new parameters-BirthNameFull and BirthCity-as shown in the following figure. Enter the appropriate properties to map to the parameters. Click OK. The new Parameters appear in the left panel as shown below. Click Save to save the BirthPlace Requirement. You receive a success message, and the new ...