G
Godfrey Sorita
Guest
Matman, Can you confirm if I the steps I've made below are similar to yours? Create object Master(Employer) and Customer(Employee). Create a relationship between Master and Customer (one-to-many). On Customer object, create a delayed trigger with the code below: rbv_api.log("debug", "{!name#text}'s master: {!R108996412#id}"); if ({!R108996412#id} 0) { rbv_api.deleteRecord("customer125", {!id}); rbv_api.log("debug", "{!name#text} has been deleted!"); } Create a master record: Enter a name and click the quick create button. A dialog box will be displayed. Enter a name for the customer record and click Save. You will be redirected back to master new page. Click the X icon located below the lookup to detach 'Customer 1' with 'Master 1'. Click Save. In this example, 'Customer 1' has been deleted after 1 minute. -Godfrey
Continue reading...
Continue reading...