![]() |
Sergey Kornilov admin 1/1/2011 |
Snippets don't have access to records on the List page. I suggest setting 'View as' type of one of fields to 'Custom' and placing your code there. |
B
|
belzant author 1/1/2011 |
Snippets don't have access to records on the List page. I suggest setting 'View as' type of one of fields to 'Custom' and placing your code there.
|
![]() |
Sergey Kornilov admin 1/1/2011 |
Your approach won't work. You still need to use 'View as' type 'Custom' where you have access to all record fields via $data['FieldName']. |
B
|
belzant author 1/2/2011 |
Your approach won't work. You still need to use 'View as' type 'Custom' where you have access to all record fields via $data['FieldName'].
|
![]() |
Sergey Kornilov admin 1/2/2011 |
Your previous approach won't work because the only way to access record fields is to use 'View as' Custom. All other methods like code snippets or custom template variables don't have access to record data. |