manually changing a lookup field
Posted: Sun Jan 28, 2018 12:53 pm
How do you manually change the value of a lookup object in version 4?
In version 3 i was able to use
$('#EstimateSiteID').val('4');
$('#EstimateSiteID').change();
this doesn't work in version 4.
As the change is triggered by the result of another lookup object i tried using the nulookupRecord and SetFormValue in the afterbrowse but that didnt work either on the lookup object
Andrew
In version 3 i was able to use
$('#EstimateSiteID').val('4');
$('#EstimateSiteID').change();
this doesn't work in version 4.
As the change is triggered by the result of another lookup object i tried using the nulookupRecord and SetFormValue in the afterbrowse but that didnt work either on the lookup object
Andrew