Attach Related Record Trigger Example

Posted by Rollbase User on 03-Jul-2012 09:11

Could you provide an example of how to set up an "Attach Related Record" trigger? I have read the "Rollbase in Action" documentation and it provides no examples for this type of trigger. Thanks!

All Replies

Posted by Admin on 03-Jul-2012 10:30

OK, I will.

Posted by Admin on 03-Jul-2012 13:00

Where will I be able to view this example?

Posted by Admin on 03-Jul-2012 13:03

"Rollbase in Action" Chapter 10.

Posted by Admin on 03-Jul-2012 21:29

The following example uses Query API to determine ID of record to be attached:



rbv_api.selectNumber("SELECT id FROM contact WHERE name=?", '{!contName}');

This thread is closed