[SOLVED] Â Autofill not working properly in v10.3 |
2/19/2020 7:30:49 AM |
PHPRunner General questions | |
S
Smithy author
Hello everyone, |
|
![]() |
Sergey Kornilov admin 2/19/2020 |
Autofill works based on a single lookup wizard. I guess you expect autofill to work based on two lookup wizards selection and this is why you are not getting the results you expect. |
S
|
Smithy author 2/19/2020 |
Autofill works based on a single lookup wizard. I guess you expect autofill to work based on two lookup wizards selection and this is why you are not getting the results you expect. The solution in your case is to implement a Field Event that will pull the data from the lookup wizard based on two previous lookup wizards selection.
|
![]() |
Sergey Kornilov admin 2/20/2020 |
Images cannot be seen but there are a few issues here.
|
![]() |
Sergey Kornilov admin 2/20/2020 |
And also here is the article that explains how to implement Autofill based on two other fields selection: |
S
|
Smithy author 2/20/2020 |
And also here is the article that explains how to implement Autofill based on two other fields selection: https://xlinesoft.com/blog/2020/02/20/autofill-based-on-two-fields-selection/
function OnClient Before(params,ctrl,pageObj,ajax)
function OnServer($params, $result)
|