When using https.request, what format is the crede...
# suitescript
d
When using https.request, what format is the credentials attribute supposed to be? the documentation says the following but provides no example: An array of string GUIDs. These GUIDS are searched for in the options.body of the request and are replaced by actual decrypted passwords before they are sent to a third-party server.
b
its an array of guid strings
d
yes, how are those strings formatted?
b
its not really something you format
you use N/ui/serverWidget to create a credential or secretKey field
put a value in the field
netsuite replaces the value with the guid
you can take a look at the example, but its pretty bad.
d
Thank you