Well its not an error exactly. The problem is, I c...
# suitescript
s
Well its not an error exactly. The problem is, I call
context.currentRecord.setValue({fieldId: 'custpage_my_int', value: 1234});
(in my suitelets client script) and the input field custpage_my_int shows the value of
1
not
1234
.