![]() |
Sergey Kornilov admin 9/11/2013 |
You can use BeforeAdd or AfterAdd of the master table for this purpose. if ($values["DropdownField"]=='Set 1') {
|
P
|
p1nr author 9/13/2013 |
Thanks, but I was looking for more of an onload function. I would like the details to populate based off of a selected drop down, then the user can add/remove details accordingly. Would the the DAL feature allow for this as well? |
![]() |
Sergey Kornilov admin 9/13/2013 |
If you want to populate child grid right on the Add page it's also possible but it's more complicated. There is no API to help you with this and there is no sample code. You will have to hire someone familiar with Javascript in order to implement this functionality. |
P
|
p1nr author 9/16/2013 |
I see.. is this something that will come up with future releases? If you want to populate child grid right on the Add page it's also possible but it's more complicated. There is no API to help you with this and there is no sample code. You will have to hire someone familiar with Javascript in order to implement this functionality. |
![]() |
Sergey Kornilov admin 9/16/2013 |
Unlikely, this is sort of functionality will still require coding skills even if some sort of API is provided. |