Is it possible to run a script upon a creation of a contract

G-d willing

Hello,
I have a scenario where a major company has a list of business customers, where every business customer has its own list of private customers.
For this example, let’s call the major company A, which has 1 business customer called B. And B has 2 private customers called C, and D. We should assume that A is not aware of C and D.

I would like to make sure that once A sends an offer to his customer B, automatically B will send an offers to both C and D.
Is it possible? If so, how can I do it?

Thanks,

For such an automation, I would say that the same applies as described in the aswer by @Gary_Verhaegen to your post: How to trigger an action once a specific date & time reached. You are not able to reference C and D when you create the contract acting as A, so I would approach it by creating a trigger/client application that listens for these creations and create the offers to C and D on behalf of B.

1 Like

Okay, thank you very much @Mate_Varga :+1: