gettting this error and page just loads a white sc...
# suitecommerce
u
gettting this error and page just loads a white screen any one else ?
s
1. Edit Commons/CustomFields/SuiteScript/customFieldsMetadata.ssp and scroll down to the bottom of the file 2. Just above the
response.write
code, add in:
response.setContentType('JAVASCRIPT');
3. Save and deploy the file
u
Thanks Steve!
a
Is that a problem specific to SCA, or does this happen in SCS too? I'm asking for my own benefit, since I'm a sort of beginner SCS dev and want to know how it all works.