Add record to other app after record is updated through XML-RPC

Add record to other app after record is updated through XML-RPC

Hi Guys,

I have two Applications created with Creator. Application A (App_A)  and Application B (App_B)

I'm using PHP and XML-RPC to add records to Application A. Now I want 2 things to happen:

1. When record in App_A is added with XML-RPC I want another record to be created in App_B
2. When record is updated in App_A I want another record to be updated in App_B

My question is how can I access other Apps using deluge? Is it possible at all?

I cannot use different forms in the same app since this is just a sample problem, I have to automate a lot of stuff across multiple apps.