Hi there!
Currently we are working on a project that will require long SLA’s–if a work object has been open for 2 years, mark it as expired.
How does Pega recommend testing this? We have three basic ideas:
Change our expiry parameter in our lower environment from 1 year to 1 hour or something. Nice and easy!
Try changing the Create Date of our test work objects to January 11, 2020. Easy but could have unforeseen consequences.
Try messing around with the system date, which might be a nightmare.
Thanks!
machs1
(Soumya Machepalli)
January 12, 2022, 1:19pm
2
@donaldmiasek
Would it be possible to import old cases from other environments into your test environment to suit the criteria? (cases older than 2 years)
@machs1 Doubtful that we have any available from the other environments, especially since each work object touches a lot of things across the system. i.e. the work object has data in a bunch of different tables.
JohnPaulRaja_C
(John Paul Raja Christu Raja)
January 13, 2022, 8:13pm
4
@donaldmiasek Option 1 is best. create DSS to have SLA value, refer the SLA from DSS. based on your testing need update the DSS.
@JohnPaulRaja ,C Thanks John!