``` rec.setValue({ fieldID: 'usePercentComplet...
# suitescript
n
Copy code
rec.setValue({
			fieldID: 'usePercentCompleteOverride',
			value: true
		});
has anyone tried to setvalue for the overridepercentcomplete field? it doesn't seem to be working
c
maybe try
fieldId
instead of
fieldID
?
n
yep that was it... JohnnyC pointed that out as well.. worked like a charm!
c
If I had a nickel for every time I got stuck on stuff like this…
n
tell me about it... a whole map/reduce script later and... capitalization!
haha