Join Slack
Powered by
Hi All, How to submit text using submitFields in s...
# suitescript
l
Lucas
02/03/2020, 10:53 AM
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
PNJ
02/03/2020, 11:14 AM
values: { field1: value1, field2: value2 }
etc
4
Views
Open in Slack
Previous
Next