Showing childs after selecting Parent - Relations between DocTypes

Hi!

Let’s assume that i have a few projects and every project has some tasks:

  • Project 1 ->Task1, Task2, Task3
  • Project 2 → Task1
  • Project 3-> Task1, Task2

Is there a chance create a field to select related tasks to the project after selecting a project from custom field?

@wookiefc,
You can use get_query/set_query for this.
Difference between set and get query will be set_query is used on the frm object while get_query is used on directly on the link field

1 Like

thanks for the reply, i thought that i can use dynamic links for this :slight_smile: