Creating a custom repository - override pyRepoConfiguration in Custom Repository class
Hello,
I'm fairly new to Pega, so please excuse me if you find the issue obvious, but I can't figure it out.
So I'm trying to build a simple POC app on my Community Edition Platform instance, where case creation would be triggered by placing files in a certain folder (file listener).
I thought about utilising Google Drive API for this purpose, thus trying to set up a custom repository for my app. I'm trying to do it according to documentation, managed to create the class, but the next part is not quite clear to me:
"3. To add support for the custom repository type to the Data-Repository rule form, override the pyRepoConfiguration section in the new class."
How do I achieve this? I think I've looked everywhere at this point, but none of the sources were very helpful.