Bibek Shrestha
12/06/2022, 6:01 PMList/Record
(id: selectedrecordtype
) data for any field?Bibek Shrestha
12/06/2022, 6:01 PMrecord.getField
doesn’t provide much informationbattk
12/06/2022, 9:10 PMBibek Shrestha
12/06/2022, 11:56 PMBibek Shrestha
12/06/2022, 11:58 PMBibek Shrestha
12/07/2022, 1:04 AMconst resultSet = query.runSuiteQL({
query: "SELECT * FROM CustomField where scriptid = '" + billFields[2].id.toUpperCase() + "'",
});
I needed that toUpperCase()
to make it work
Thanks again @battk, appreciate your help as always!ec
12/07/2022, 1:21 AMBibek Shrestha
12/07/2022, 1:22 AM