I have got the custom database setup, would there be a way to select the different resources from the migxdb TV on the film resource?
I have used the following
{
"formtabs":[
{
"MIGX_id":7,
"caption":"Links",
"print_before_tabs":"0",
"fields":[
{
"MIGX_id":13,
"field":"resource_id",
"caption":"resource_id",
"pos":1
},
{
"MIGX_id":14,
"field":"actor_id",
"caption":"actor_id",
"pos":2
}
],
"pos":1
}
],
"contextmenus":"update||publish||unpublish||recall_remove_delete",
"actionbuttons":"addItem||toggletrash",
"columnbuttons":"",
"filters":"",
"extended":{
"migx_add":"",
"disable_add_item":"",
"add_items_directly":"",
"formcaption":"",
"update_win_title":"",
"win_id":"movies",
"maxRecords":"",
"addNewItemAt":"bottom",
"media_source_id":"",
"multiple_formtabs":"",
"multiple_formtabs_label":"",
"multiple_formtabs_field":"",
"multiple_formtabs_optionstext":"",
"multiple_formtabs_optionsvalue":"",
"actionbuttonsperrow":2,
"winbuttonslist":"",
"extrahandlers":"",
"filtersperrow":1,
"packageName":"movies",
"classname":"MovieActor",
"task":"",
"getlistsort":"",
"getlistsortdir":"",
"sortconfig":"",
"gridpagesize":"",
"use_custom_prefix":"0",
"prefix":"",
"grid":"",
"gridload_mode":2,
"check_resid":1,
"check_resid_TV":"",
"join_alias":"Resource",
"has_jointable":"no",
"getlistwhere":"",
"joins":"",
"hooksnippets":"",
"cmpmaincaption":"",
"cmptabcaption":"",
"cmptabdescription":"",
"cmptabcontroller":"",
"winbuttons":"",
"onsubmitsuccess":"",
"submitparams":""
},
"permissions":{
"apiaccess":"",
"view":"",
"list":"",
"save":"",
"create":"",
"remove":"",
"delete":"",
"publish":"",
"unpublish":"",
"viewdeleted":"",
"viewunpublished":""
},
"fieldpermissions":"",
"columns":[
{
"MIGX_id":1,
"header":"ID",
"dataIndex":"id",
"renderer":"",
"sortable":"false",
"show_in_grid":1
},
{
"MIGX_id":8,
"dataIndex":"actor_id",
"header":"actor_id"
},
{
"MIGX_id":9,
"dataIndex":"resource_id",
"header":"resource_id"
}
],
"category":""
}
But it doesn’t seem to be saving?