Convert for update existing record.

Posted by Rollbase User on 29-Nov-2012 02:40

How to convert fields from record for update related object's existing record? For example: Lead has relationship with Accounts and then i'd like to convert lead's fields for update into related Accounts record fields. Can i do it by standard Rollbase function or will i do by Object Script trigger.

All Replies

Posted by Admin on 29-Nov-2012 07:47

I decided by Object Script trigger.

Posted by Admin on 29-Nov-2012 11:27

You can also use "Update Field Value" trigger.

Posted by Admin on 29-Nov-2012 22:13

"Update Field Value" trigger uncomfortably to create new trigger for each field which i want to update or may be was I wrong?

Posted by Admin on 29-Nov-2012 22:27

Hi Marat,



If it's just one field, I suggest Update Field Value,

if it's more than one, I suggest an object script with multiple rbv_api.setFieldValue calls for ease of use and maintenance.



Hope this helps

Piscoso, Martin

Rollbase

Posted by Admin on 29-Nov-2012 23:13

Thank you Rollbase team for your reply :)

This thread is closed