Hi All, How to submit text using submitFields in s...
# suitescript
l
Hi All, How to submit text using submitFields in suitescript 2.0? var returnId = record.submitFields({ type: 'sitecategory', id: categoryId, values: fileCategorywiseGroup[siteCategoryText] // siteCategoryText is the text });
p
values: { field1: value1, field2: value2 }
etc