Best System Property alternative to store app level details
i have a system property storing a json value, but now as per SN best practices we can't frequently update the property. I need to find an alternative to store that json value in app level.i do not have a common table to store the details, as table c...