0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Note For PegaCSA

Posted at

Note For PegaCSA

1.0版(2021/09/11)

説明

このノートについては、モジュールごとに、pegaがどういう場面で、どういった機能が提供されているのか、どういう設定のバリエーションがあるのか、およびルール間のつながり周りの説明になります。

目次

0. low-code-defined

1. defining-customer-microjourney

2. user-guidance

3. completing-work-time

4. capturing-and-presenting-data

5. calculating-values

6. creating-data-relationship

7. viewing-data-model

8. routing-assignments-users

9. designing-approval-process

10. sending-emails-during-case-processing

11. managing-application-development

12. sizing-pega-platform-project

13. adding-optional-actions-workflow

14. automating-workflow-decisions

15. automation-shapes-case-life-cycle

16. creating-child-case

17. identifying-duplicate-cases

18. skipping-process-or-stage

19. pausing-and-resuming-case-processing

20. validating-data-against-business-logic

21. exploring-application-data-insights

22. gaining-insight-business-efficiency

23. customizing-ui-elements

24. customizing-portal-content

25. customizing-dashboard

26. designing-mobile-app-experience

27. calculating-fields-using-decision-tables

28. inviting-users-application

29. dev-studio-overview

30. creating-rule

31. application-data-manipulation

32. escalating-late-work

33. configuring-cascading-approvals-reporting-structure

34. automating-decisions-decision-tables

35. automating-decisions-decision-trees

36. configuring-cascading-approvals-authority-matrix

37. creating-and-managing-teams-users

38. viewing-data-memory

39. validating-data-dev-studio

40. setting-default-property-values

41. accessing-sourced-data-case

42. saving-data-system-record

43. pega-ux-solutions

44. designing-ui-multiple-devices

45. customizing-appearance-form

46. grouping-fields-views

47. displaying-list-data-views

48. localizing-application-content

49. enabling-accessibility-features-applications

50. simulating-external-data-source

51. adding-external-data-source-data-type

52. configuring-security-policies

53. managing-application-access

54. tracking-and-auditing-changes-data

55. debugging-application-errors

56. unit-testing-rules

57. creating-and-executing-scenario-based-test-cases

58. skins

59. creating-rule-specialized-circumstance

0. low-code-defined

1. defining-customer-microjourney

  • defining-customer-microjourney

  • pega-express-methodology

    1. Name stages by using a noun or noun phrase to describe the section context. As much as possible, try to use no more than two words.
  • case-life-cycle

    1. To define an MLP release, the methodology focuses on three core elements of a great application: Microjourneys, personas and channels, and data and interfaces.
    2. Name processes and steps by using the verb + noun naming convention.
  • case-life-cycle-design

    1. The first stage in the case life cycle is the Create stage, which is denoted by a green bar. The Create stage should contain processes and steps for users to enter initial data upon case creation.The Create stage cannot be deleted or repositioned in the case life cycle.
    2. Cases that include the Create stage are persisted by default and are assigned a case ID upon case creation. Cases that were created before 8.5 do not have the Create stage.
    3. By default, the Create stage contains a Create process, which you can modify to meet your business needs. The steps in the Create process should capture initial data.
    4. You can add a channel-specific Create process for each channel you have configured for your application. You can configure Create processes to start conditionally.(Todo)
    5. Create processes that are not channel-specific can only include Collect information steps.(Todo)
    6. You can configure two or more processes that users can perform in any order as parallel processes.These processes can run at the same time.(Todo)
    7. For alternate stages, it can't be set to automatically move to next stage.(Todo:why)
    8. With the Waiting for a user action option, when all stage processes are complete, the case worker receives the option to complete the stage.(Todo)
  • draft-mode

    1. When you create a case type in App Studio, by default all processes you configure are created in draft mode.(Todo: how to know if it is in draft mode)
    2. Once flows are completed, before an application can be released to production, draft mode must be turned off on all process flows. Failure to do so results in a guardrail violation.
    3. When you save a case type in App Studio, Pega Platform™ automatically switches off draft mode for processes that do not contain configuration issues.
    4. You can only manually turn off draft mode from Dev Studio.(Todo)
  • multi-step-forms

    1. A multi-step form represents a single assignment completed by a single user.

2. user-guidance

3. completing-work-time

  • completing-work-time

  • service-level-agreements

    1. You can configure SLAs on case types, stages, processes, and Collect Information and Approval steps.
    2. An assignment has a default urgency of 10.
    3. The Pega Platform™ Get Next Work functionality assigns high-urgency tasks before low-urgency tasks to ensure that assignments finish on time.
    4. You can configure escalation actions on service-level agreements to notify the assignee, the manager, and the participants; to reassign the task; or to resolve the case as the goals or deadlines occur.

4. capturing-and-presenting-data

5. calculating-values

6. creating-data-relationship

7. viewing-data-model

  • viewing-data-model

  • data-records

    1. By creating local data storage, all associated data records can be packaged and distributed as part of the application.
  • data-pages-and-visual-data-model

    1. In previous versions of Pega Platform™, data pages were called data views.
    2. The Visual Data Model is a diagram that shows links among case type,field,data object.
  • integration-designer

    1. The Integration Designer provides a single location in App Studio for viewing all the data objects, data pages, object dependencies, and external systems in an application.
    2. The Integration Map is a diagram of the data objects, cases, and systems of record in the application and where they are sourced.

8. routing-assignments-users

  • routing-assignments-users

  • routing-work

    1. You can route a step or a multi-step form to a single user or to a team of users.
    2. A worklist is a list of all open assignments, in order of importance, for a specific user.
    3. A work queue is a list of all open assignments, in order of importance, for a group of users.
    4. You route an assignment to the current user if the user who completed the preceding assignment should complete the current task.
    5. You route an assignment to a specific user if an individual user must complete the assignment.
    6. You route to a work queue if anyone in the group can complete the assignment.
    7. You can also use business logic routing when you want to route work based on certain conditions.

9. designing-approval-process

10. sending-emails-during-case-processing

11. managing-application-development

  • managing-application-development

  • agile-workbench

    1. In Agile Workbench, you create work items: user stories, bugs, and feedback.Typically, the majority of development work consists of user stories.
    2. You can optionally associate work items with features or subfeatures. Features are capabilities that you want your application to support. Subfeatures are features within a feature.
  • release-management-pega-platform

    1. DevOps methodology operates under three pillars: people, process and technology.
    2. With continuous integration, application developers frequently check in changes to the source environment and use an automated build process to automatically verify these changes.
    3. With continuous delivery, application changes run through rigorous automated regression testing and are deployed to a staging environment for further testing to ensure that the application is ready to deploy on the production system.
  • agile-development-best-practices

    1. Agile development best practices include:
      1).Frequent development iterations that are small in scope.
      2).Continuous application testing to identify issues early.
      3).Branched development that ensures only quality configurations are introduced.

12. sizing-pega-platform-project

  • sizing-pega-platform-project

  • roles-pega-project

    1. Specialty Architects: Engage with project development depending on project needs and skills alignment. For example, a UX Architect or a Deployment Architect.
    2. Citizen Developers: Citizen developers are non-technical business users who participate in application development. These developers bring valuable knowledge about the business needs.
    3. Subject Matter Expert (SME): Has deep understanding of a particular business topic or domain. The SME works with the project team to convey business needs and helps validate information accuracy.
    4. Business Architect (BA): Works with subject matter experts and stakeholders to understand business needs. In a Pega Platform™ application, Business Architects define business rules, service level agreements, and processes.
    5. Quality Assurance (QA): Creates and executes functional and performance test scripts, participates as part of the Scrum team.
    6. System Architect (SA, SSA, LSA): Designs and configures the application.
    7. Product Owner: Owns the product backlog and prioritization of backlog items. Creates acceptance criteria.
    8. Project Delivery Leader: Provides overall project plan and delivery guidance.

13. adding-optional-actions-workflow

  • adding-optional-actions-workflow

  • optional-actions

    1. Use an optional action to configure a single action that users can invoke at any time during a particular stage, or at any time during the case, such as updating information in a single screen or transferring the case to another user.
    2. Use an optional process to configure a series of steps that users can invoke at any time during a particular stage or at any time during the case.

14. automating-workflow-decisions

15. automation-shapes-case-life-cycle

  • automation-shapes-case-life-cycle

  • automation-shapes

    1. The Create PDF automation helps to create and attach a screenshot of a view to the case in the PDF format.
    2. The Run data transform automation helps to run the selected data transform rule at run time.
    3. Post to pulse: Creates a message and sends it to the Pulse social stream.
    4. Push notification: Sends a notification to an iOS or Android mobile device to indicate that a case requires user action.
    5. Send notification: Sends a notification to recipients over multiple channels.
    6. Update a case: Updates the current case or all child cases and descendants.

16. creating-child-case

  • creating-child-case

  • child-cases

    1. Different parties with different expertise can handle each child case in parallel.
    2. Implementing a business process in a separate case type also allows you to reuse the case type as needed.
    3. you can also specify the information that does not change to copy from the parent case to the child case through a process known as propagation.(Todo)
    4. if the data may change on the parent case, then it is more appropriate to reference the data in the parent case.

17. identifying-duplicate-cases

18. skipping-process-or-stage

19. pausing-and-resuming-case-processing

  • pausing-and-resuming-case-processing

  • case-workflow-dependency

    1. The Wait step can be configured to pause case processing based on Wait type: Case Dependency or Timer.
    2. Case Dependency: When a parent case reaches the Wait step, the case pauses until all child cases or any child case of a given type reach a defined status.
    3. The Timer wait type pauses a case until the Set date/time interval expires or until a Reference date/time is reached.

20. validating-data-against-business-logic

  • validating-data-against-business-logic

  • data-validation

    1. you can validate a single field against multiple constant values when different values are required across the application.
    2. On a stage entry validation, if a data value meets the condition for invalid data, the case cannot enter the stage, and an error message is displayed.
    3. When an error message is triggered on a stage validation, end users need to have the ability to update invalid data or perform an action, such as returning to a previous stage or closing the case.(Todo: how to)

21. exploring-application-data-insights

22. gaining-insight-business-efficiency

  • gaining-insight-business-efficiency

  • report-browser

    1. A category defines an organizational framework for reports displayed in the Report Browser. Each category consists of a label and an owner type that exposes the category to a specific audience: an individual user, a group of users, or all users. The two types of categories are private and public.
    2. Reports in the Analyze Performance category analyze and summarize resolved (completed) work items along quality dimensions.
    3. Reports in the Analyze Quality category identify, by assignment, which actions were selected, how often, and the timeliness of the selection.
    4. Reports in the Case Metrics category provide information about open and resolved cases, and historical views of step performance.
    5. Reports in the Monitor Assignments category provide information about open assignments.
    6. Reports in the Monitor Processes category list or summarize open (unresolved) work items in the current application.
  • reports

    1. Business metrics measure the success or failure of business processes, and are based on the data you define for an application.
    2. Process metrics measure how work is performed, and are based on data automatically collected by Pega Platform™.
    3. For columns, You can format the data value in various ways, such as text, currency, or date.
    4. You cannot display a data relationship in a column.
    5. You can use calculations in columns to make reports more useful. Calculations, also known as functions, enable you to calculate results derived from data in the database.
    6. When you use date or date-time column data in your filter, you can select time periods by using symbolic dates. Symbolic dates let you select time periods or dates without having to build functions.

23. customizing-ui-elements

  • customizing-ui-elements

  • controls-and-presentation

    1. The predefined style formats for a button include Standard, Simple, and Strong.
  • dynamic-functionality-ui-elements

    1. Configure the visibility of a field or layout to display the field or layout when a specific condition is satisfied.
      visibility setting: Always,Condition (expression),Condition (when rule).etc.
    2. Configure when a field or layout is disabled to limit user access to a field. A field or layout is disabled when a specific condition is satisfied.
      disable setting: Always,Condition (expression),Condition (when rule).etc.
    3. Configure when a field or layout is required to ensure that a user specifies a value. A field or layout is required when a specific condition is satisfied.
      required setting: Always,Condition (expression),Condition (when rule).etc.
  • event-processing-action-sets

    1. action set consists of: one or more events, one or more actions, Optionally conditions to each action so that the action occurs only when the conditions are met.And Applicability configured for use only when a field is in an editable state, read-only state, or both states.

24. customizing-portal-content

  • customizing-portal-content

  • channel-interfaces

    1. You can also create a channel-specific process in the Create stage.
  • portals-and-landing-pages

    1. A portal is a web channel in use by your application. End users experience the portal through a browser, regardless of device type (such as a desktop or mobile device).
    2. A portal consists of landing pages that consolidate information for easy access.
    3. Pega Platform provides out-of-the-box landing pages, called Custom pages.
    4. you can manage access to landing pages by specifying visibility by role.

25. customizing-dashboard

  • customizing-dashboard

  • dashboards

    1. The developer can configure the dashboard for a role by publishing changes to the default dashboard.
    2. End users can also personalize the default dashboard by publishing changes to their dashboard instance.

26. designing-mobile-app-experience

27. calculating-fields-using-decision-tables

28. inviting-users-application

  • inviting-users-application

  • users-and-personas

    1. In Pega Platform, user interfaces are also called channel interfaces.
    2. Create additional personas when a unique combination of channel interface, responsibilities, permissions, and work routing requires differentiation from an existing persona.
    3. Multiple personas can share a channel interface if appropriate.

29. dev-studio-overview

30. creating-rule

31. application-data-manipulation

32. escalating-late-work

33. configuring-cascading-approvals-reporting-structure

34. automating-decisions-decision-tables

  • automating-decisions-decision-tables

  • decision-tables-dev-studio

    1. A decision table can be delegated to a process owner, who can update the decision logic as needs change.(Todo)
    2. how to use Additional Allowed Results.(Todo)
    3. you can use decision tables in a process are determining the next step in a flow and routing an assignment.(Todo)

35. automating-decisions-decision-trees

36. configuring-cascading-approvals-authority-matrix

  • configuring-cascading-approvals-authority-matrix

  • cascading-approvals-authority-matrix

    1. You use the authority matrix model when configuring a process that requires approvals from multiple entities, with at least one entity outside of the reporting structure.
    2. When using a decision table with an authority matrix, set the decision table to Evaluate all rows to return a list of results.
    3. The application evaluates the decision table. Each satisfied row or condition adds the results to a list of approvers.

37. creating-and-managing-teams-users

  • creating-and-managing-teams-users

  • teams-users

    1. A work group identifies a cross-functional team that contains a manager and a work queue.
    2. An operator must be associated with at least one work group and can belong to more than one work group.
    3. A work group identifies one operator who is the work group manager.
    4. Work groups can contain Authorized managers who can perform some of the manager responsibilities to help transfer assignments.
    5. the deffrences between work group and reporting hierhachy.(Todo)

38. viewing-data-memory

  • viewing-data-memory

  • data-storage-memory

    1. Each data element in a Pega Platform application is a pairing of two pieces of information: the name of the data element (determined by a property rule), and the value assigned to the data element or property.
    2. Each data element is stored in memory on a page. A page is a structure for organizing data elements in an application.
    3. The clipboard consists of all of the pages used to track the property-value pairs that represent case and session data.
  • clipboard-data

    1. all the pages used to store data about the case such as page pyWorkPage are listed in the User Pages category.
    2. The Data Pages category contains read-only data pages defined by data page rules.
    3. The Linked Property Pages contains read-only pages created by linked properties
    4. The System Pages category contains pages that describe the current user session, such as the active user and the active application.
  • pyworkpage

    1. pyWorkPage stores data that is generated during case creation and processing. pyWorkPage is a specific page on the clipboard and stores data such as the case creation date or the case ID.
    2. When you open a child case, the clipboard also contains the page pyWorkCover that contains the case data for the parent case.
    3. When you configure a rule that references a page such as pyWorkPage, you indicate the class of the referenced page.(Todo:class指定しないとデフォルトで参照するclassとかないの?)

39. validating-data-dev-studio

  • validating-data-dev-studio

  • data-validation-dev-studio

    1. apply an edit validate rule to a property: Edit validate rules are used for client-side validation, which means that the value users enter is validated immediately without referencing the server.
    2. call an edit validate rule from a validate rule: validation occurs when the system runs the validate rule, which occurs when the user submits the form.
    3. You can qualify validation for a property based on the Input property,Proposed work status,Flow action,Stages。

40. setting-default-property-values

  • setting-default-property-values

  • default-property-values

    1. As a best practice, use pySetFieldDefaults to set values for UI fields, and use pyDefault for properties not referenced in the UI.
    2. When a new case is created, the pyDefault data transform is invoked by the pyStartCase process. PyDefault then invokes the pySetFieldDefaults data transform.
  • superclass-feature

    1. You use the superclass feature when you call a data transform to set a different default value for the same property within a hierarchy of subclasses.
    2. The standard Work- pyDefault data transform sets property values that are used in all case types. The properties include work status, work urgency, and operator organization information.

41. accessing-sourced-data-case

42. saving-data-system-record

43. pega-ux-solutions

  • pega-ux-solutions
  • pega-cosmos-design-system
    1. A design system is a builder kit that is composed of a shared library of UX patterns.
    2. A design system is also defined as a set of UI elements, styles, patterns, themes, and guidelines that are used and referenced by development teams to provide a consistent user experience

44. designing-ui-multiple-devices

  • designing-ui-multiple-devices

  • responsive-user-interface

    1. With a dynamic layout, the responsive behavior is applied to the layout When the display width crosses a breakpoint.
    2. You can select the behavior that you want to trigger with the breakpoint. Options for responsive breakpoint behaviors include:Hide this component, Transform to other format, Transform to list, Drop columns with importance 'other'.(Todo)
  • responsive-ui-and-tabular-data

    1. The column importance options are Primary, Secondary, and Other; Pega Platform automatically sets the leftmost column to primary importance and the remaining columns are set to secondary importance.
    2. By default, two responsive breakpoints are set for tables. At the first, wider breakpoint, columns with importance set to Other are not displayed. At the second, narrower breakpoint, the table is displayed as a list.
  • mobile-design-best-practices

    1. There are two categories of mobile-specific design considerations: design for offline use, and design for the characteristics of the device itself.
    2. Follow these best practices for offline mobile use:
      ①Enable client-side decisions and validations.
      ②Use data pages as data sources.When a mobile application is in offline mode, the data pages store all completed work. The data pages sync to your application server when the mobile device is online.
      ③Using responsive UI, layout groups automatically switch to a specific layout based on the resolution size.

45. customizing-appearance-form

  • customizing-appearance-form

  • repeating-layouts

    1. There are different types of repeating layouts that support different use cases:
    • A table layout is useful when you want to present tabular data in a series of columns and rows. Generally, you do not want to use a table layout to present images.
    • A repeating dynamic layout is useful when you want to group and present content in a nonlinear, more aesthetic format.Repeating dynamic layouts have the same responsive capabilities of a dynamic layout.
  • dynamic-layouts

    1. As screen sizes change, dynamic layouts shift on-screen content by wrapping elements to the next line.
    2. Each view can contain one design template. You can combine smaller, modular views into one larger view to mimic the use of multiple templates in a single view.

46. grouping-fields-views

  • grouping-fields-views

  • layout-groups

    1. It is a best practice to use this option only when the number of panels is limited.
    2. A layout group can contain any number of dynamic layouts, column layouts, repeating dynamic layouts, or other layout groups.
    3. You can configure a layout group to organize panels of information in a stacked, tab, accordion, or menu format.

47. displaying-list-data-views

48. localizing-application-content

  • localizing-application-content

  • localization

    1. To ensure that you design your application for localization, create field value rules for capturing labels and notes, paragraph rules for instructions and messages, and correspondence rules for emails and other correspondence.
    2. You define field value rules for those rule types that use labels or other text strings under 64 characters.
    3. Paragraph rules make content reusable. Instructions on a UI form, copyright declarations, and privacy notifications are all examples of reusable paragraph rules. Paragraphs longer than 64 characters can remain intact as boilerplate content and easily applied multiple times in an application.
    4. Correspondence rules generate outbound emails, faxes, printed letters, telephone messages, and other notifications.
    5. Language packs are collections of language-specific rulesets that support the localization of Pega Platform.
    6. While most records in the Pega Platform are set as translatable by default, records from previous versions of Pega Platform may not have the Localize option preselected.
    7. Rules such as correspondence, paragraph, and work party rules contain text that is translated manually and stored in the corresponding translation ruleset with the aid of the Localization wizard.

49. enabling-accessibility-features-applications

50. simulating-external-data-source

51. adding-external-data-source-data-type

  • adding-external-data-source-data-type

  • connectors-and-services

    1. A connection between systems consists of two parts: a connector (sometimes referred to as a service connector) to initiate a request, and a service to fulfill the request.
    2. Connectors pass application data to an external data source through required or optional parameters and parse the response to map source data to the data structure used in the application.
    3. When you use a connector to request information from a data source, you can call the connector from a data page.
    4. Services define parameters for passing data needed to fulfill the request and the structure and format of the response.
    5. The listener runs in the background on the server, waiting for requests. When a request arrives, the listener analyzes the request and calls the service to process the request and return a response.
  • external-data-sources-data-types

    1. In App Studio, you can source a data type from an external system of record through a Representational State Transfer (REST) service by using GET or POST commands.
    2. data transforms are automatically generated to map data between the data models for the data type and the host service.
    3. If the service requires a user name and a password for access, you can optionally configure an authentication profile and OAuth 2.0 provider for the data type.

52. configuring-security-policies

53. managing-application-access

54. tracking-and-auditing-changes-data

  • tracking-and-auditing-changes-data

  • field-level-auditing

    1. By default, Pega Platform maintains a history of actions performed on cases (Work- instances), such as when the case status changes, when the case is routed to an operator, or when the time to execute a service-level agreement expires.
    2. An audit entry shows the old value, the new value, who made the change, and when the change occurred.
    3. There may be two audit entries for data fields: one entry for modifying the initial value and another entry for adding a new value.

55. debugging-application-errors

56. unit-testing-rules

  • unit-testing-rules

  • unit-tests

    1. The main purpose of unit testing is to identify configuration errors in a rule before the errors are compounded in an application when the result of the rule depends on another rule.
    2. If you unit test a rule, and there is a higher version of the rule, the system runs the higher version of the rule.
    3. To create a test case, you convert a test in the Run Rule window and define the results that indicate a successful unit test. Each expected result consists of an assertion, which describes one or more conditions to test and the expected outcome for each condition.
    4. Best practices to configure unit tests: Saving the test case requires access to a ruleset that is configured to store test cases.
    5. From the Unit testing landing page, you can also create test suites that consist of one or more related test cases. Pega unit test suites run multiple test cases in the order that you specify.

57. creating-and-executing-scenario-based-test-cases

  • creating-and-executing-scenario-based-test-cases

  • cenario-testing

    1. Specify either a Case type or Portal scenario test when initiating the test recorder.
    2. The Mark for assertion icon(Explicit assertions) on the orange highlight box provides two features: adding wait time following an action within the test scenario, and the ability to create validation steps in the test scenario.

58. skins

  • skins
    1. By default, a portal points to the skin that is specified in the application, which ensures that all portals in your application have the same look and feel. You can associate each of your portals with a different skin, but having a single skin for the entire application is the best practice. If you do not specify a skin for your application, the application defaults to the pyEndUser skin.
    2. If the skin in your application has many sets of settings that define the same type of a component, and these sets vary only slightly, you might benefit from using Cascading Style Sheet (CSS) helper classes to adjust layouts and cells.
    3. you can adjust the responsive behavior in the skin for optimal viewing in the mobile portal.

59. creating-rule-specialized-circumstance

  • creating-rule-specialized-circumstance
    1. Create a rule specialized by circumstance to provide a variant of the rule that your application triggers only conditionally under specified conditions.
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?