Changes to PGP features
Interview Component
The InterviewInfo Section rule was modified to call several of the JavaScript functions in pega_pgp_utils.js. In the Change Action for the Interview Template drop-down list, a Run Script was added to the Action Set to call the LoadInterviewNotes() function to retrieve the selected template from the mobile device’s client cache and populate the InterviewNotes property when in an offline state.
Similarly for the NonMandatoryWithCurrentLocation Section rule, the Country dropdown calls the setStateLabel() function to populate the states for a selected country.
The PersistInterview Declare Trigger rule has been added to save an Interview instance during the data synchronization.
The MoveCaseAttachments Declare Trigger rule has been added to associate attachments collected while in an offline state with the Interview data instance.
Conduct Assessment Component
For ICM Assessment (Pega Survey), PGP overrides a Pega Survey extension Work-pyResolveSurvey Flow rule as PegaSP-Work.pyResolveSurvey and extends it to associate an Assessment to an Investigation or Subject.
Activity Plan Task case type
The TaskInformation Section rule has been modified to include the Pega Work-.pyOfflineCaseAttachments Section rule which conditionally displays in the place of the PegaPS.ViewAttachments Section rule when pzIsOfflineEnabled is true.
Previous topic PGP changes for Mobile Offline Next topic Pega JavaScript API