Global Resource settings set up & best practice
Hi All,
I have a question on what is the best practice to implement Global Resource Setting in our current project.
As part of the requirements we have a REST Integration in place. It uses two separate REST Integrations for triggering data to third party app - one for offers and one for cash bids. We want to implement GRS in order to facilitate the integration maintenance.
We are considering the following options:
1) Implement the GRS in the Integration class directly and just create the required properties in the sub classes for POSTCashBid. They will be in their separate Env class within with the required property only. In the integration class we will have the Data Page and Data Transform only. If we go with this option we will reuse the Data Page and Data Transform, however we will cause a dependency between the two connectors as they will be in the same rule set.
2) Implement separate GRS in each POST class. This way we will have separate Data Page, Data Transform and Properties for each REST Integration. It will look like the attached screenshot for POSTCashBidDetails. We won't have the dependency as in 1), however we won't be reusing much of the components.
Can you suggest what is the best practice in our scenario? (any of the above or even a different suggestion)
Thanks in advance for your time on this!
Kind Regards,
Petar Hr.