How to modify a DSS using an activity?

Hi,

Can you please provide any thoughts on how to modify a DSS using an activity where I want to change the value “True” of a DSS to “False”

Thank you in advance.

@neehm

Attached screenshot for reference.

Pega will hold the DSS value in pySetting property, you need to open the DSS instance and override the pySetting property value and then commit changes.

For doing Obj-Open-By-Handle you need to pass the DSS instance pzInsKey. You could get pzInsKey by following below mentioned steps.

  • Open DSS
  • Click Action-> View XML
  • In XML result search with pzInsKey.

In Pages and Class tab define the DSSInstance page class as Data-Admin-System-Settings.

@Neeharika_Madduri This can help you as well for your requirement. RULE-OBJ-ACTIVITY @BASECLASS PXSETDYNAMICSYSTEMSETTING