I am currently having a problem, in a form view there is a tree view detail row, when I click on a row in the tree view and open the second form view, the button in the second form view is not clickable, when I save the main form and then open the second form view, the button is clickable, why? Thanks for your help.
This question has been flagged
1
Reply
3441
Views
Hi,
By default the button in a treeview(one2many) will be disabled unless it is saved.
have a look at this similar question,
Thanks
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
|
0
Aug 23
|
3425 | ||
|
|
1
Dec 22
|
7003 | ||
|
|
1
Dec 20
|
6672 | ||
|
|
4
Nov 18
|
16955 | ||
|
|
0
Sep 17
|
5200 |
Okay, thank you very much for your help!