Arman K
06/28/2024, 9:25 PM"INVALID_FLD_VALUE","message":"You have entered an Invalid Field Value 929 for the following field: account"
Could you help me understand does this happen? When I try to manually add this line with this account from Netsuite UI it allows me to do it
...........
aije.selectNewLine({ sublistId: 'line' });
aije.setCurrentSublistValue({
sublistId: 'line',
fieldId: 'subsidiary',
value: lineData.subsidiary
});
aije.setCurrentSublistValue({
sublistId: 'line',
fieldId: 'account',
value: lineData.account
});
...........
battk
06/28/2024, 9:41 PMbattk
06/28/2024, 9:41 PMbattk
06/28/2024, 9:42 PMArman K
06/28/2024, 10:06 PMArman K
06/29/2024, 9:44 PM