JessicaL
03/07/2022, 9:37 PM"You have entered an Invalid Field Value 1898042 for the following field: company"
I have tried parseInt() on the value. I have set it in the browser console with success. But for whatever reason, it won't let me set it with the script. The snippet setting the company value is below. Like I said, this snipper works in the browser console just fine when I load in the modules. Any insight is appreciated.
secondHomeowner.setValue({
fieldId: 'company',
value: savedhomeowner
});
JessicaL
03/07/2022, 9:38 PMcreece
03/07/2022, 9:49 PMJessicaL
03/07/2022, 9:49 PMJessicaL
03/07/2022, 9:50 PMcreece
03/07/2022, 9:52 PMJessicaL
03/07/2022, 9:56 PMJessicaL
03/07/2022, 10:03 PMEric B
03/07/2022, 11:13 PMJessicaL
03/08/2022, 1:01 AM