I got the attached guardrail warning in my data class rule. what is the reason?
If you check the Data-Admin-DB-Table instance for this class it will be mapped to pr_other database table.
pr_other is the pega OOTB table which is mapped to any new data classes you create.
Ideally you should create your own table and map the class to it so that all class instances are saved to that table and not pr_other. If you dont need any instance to be saved you can try removing the mapping.
Regards
Bhavya
hi can you share any documentation or reference where i can get to know more about this class-db mappings.. I am just a beginner here so it will be very helpful.
thank you so much
@DebasreeS4579 You can refer below links:
https://docs.pega.com/system-administration/87/database-tables
Regards
Bhavya
Thank you so much
