I am new to Seblod and still don't quite understand the proper way to access fields as variables from tables, vs. forms.
At the moment I am trying to set a query in Select Dynamic field
SELECT field_for_display AS 'text', field_for_value AS 'value' FROM table WHERE table_user_location_code = '#$user->user_location_code#'
The user_location_code field used in the where clause is from the table #_cck_store_item_users. Does this still work with the $user->
Thank you in advance for correcting my problem.