


For example I have this use case:
Activity 1: Updates elem1, elem2, elem3
Activity 2: Updates elem2, elem3, elem4
Is there a way for another activity (Activity 3) to disable:
Activity 1: disable update on elem3
Activity 2: disable update on elem2
I do not know of any way to accomplish this out of the box. You could implement your own getOffers/applyOffers into a single request with a promise that you only applyOffers in the use case that is pertinent to your scenario. Would need to have some developer assistance if you take this route:
I do not know of any way to accomplish this out of the box. You could implement your own getOffers/applyOffers into a single request with a promise that you only applyOffers in the use case that is pertinent to your scenario. Would need to have some developer assistance if you take this route: