Ugh, I hope this is an easy one. I’m getting “Inv...
# suitescript
m
Ugh, I hope this is an easy one. I’m getting “Invalid account reference key XXXX” when trying to set the account on the sublist of an advanced intercompany je. The account is active and I was able to set and create the je through the UI. I’m setting the account from a query column.
const debitAcct = allocDetails[i]?.values[1];
advInterCoJE.setSublistValue({
sublistId: "line",
fieldId: "account",
line: iii,
value: debitAcct
});