gettting this error and page just loads a white screen
any one else ?
s
Steve Goldberg
01/27/2025, 12:04 PM
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
//greg
01/27/2025, 3:08 PM
Thanks Steve!
a
Aaron McCausland
01/27/2025, 7:39 PM
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.