Loading Select field Options from another DocType's Text field?

Hi All,

I was trying to do the following without using Client Script.
Is this possible to do only by setting field setup values like “Options” or “Fetch From” etc…

DocType: Country
Field1: country_name → Data
Field2: time_zones → Text

DocType: Location
Field1: location_name → Data
Field2: country → link : options= Country
Field3: time_zone → Select ***

*** can I load the list of TimeZones to select field from Country.time_zones text field based on Location.country value?

I have seen this done by adding a Client Script for Location DocType but can it be done only by field configuration for Location.time_zone field etc…

thanks in advance

Hi @kemaletdin:

AFAIK, there is no way to set Select field options dinamically without client script or .js file …
But … I wonder why not client script or .js file … :thinking: