danielbidala VIP
Total posts: 153
08 Mar 2015 22:11

Hi Sergey!

I use composite title. Can you help me to get the title of the record from $fields array in my plugin. I can get field's value like this $fields[3]->value where 3 is the id of the field, but I can't get the title.

Thanks in advance.

Last Modified: 09 Mar 2015


pepperstreet VIP
Total posts: 3,837
09 Mar 2015 02:23

Did you try $record object? What's inside?


danielbidala VIP
Total posts: 153
09 Mar 2015 07:13

Ok, thanks pepperstreet.

The solution is $record->title

Powered by Cobalt