Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

sitecore, Master Db, template set field source from Core Db

I have an template in Master DB. For one of its field, of type "Droplink", I want to set source from Core DB (/sitecore/system/Field types/Simple Types).

So that I can get this list for droplink selection in Content Editor. I don't know if its possible to access some thing like this from Master Db.

enter image description here

like image 883
Kamran Avatar asked Jan 18 '26 13:01

Kamran


1 Answers

You can use databasename=SOME_DATABASE_NAME&datasource=SOME_ITEM_PATH

E.g.:

databasename=core&datasource=/sitecore/system/Field types/Simple Types

sitecore field source from another database

like image 139
Marek Musielak Avatar answered Jan 21 '26 09:01

Marek Musielak