RM 2.0 Get custom field value of any resource

KiF

Active member
Hello.

Could you tip how to get custom field value of any resource at xfrm_resource_view via template edit if it's possible, please?

fieldId = test
resource_id = 1
 
At xfrm_resource_view I need to get a custom field value (known fieldId) of the resource which resource_id is a custom_fields value of a current viewed resource.

Could you help, please?

I suggest to use <xf:foreach loop="$resources" value="$resource">

How to make $resources accesable at xfrm_resource_view?
 
Top Bottom