Oh yeah too right. I should’ve been more clear!
I was referring to that like stereotype of someone coming back and saying “solved it” on experts exchange/stackoverflow et all type sites without posting what they did! Hahah. Sorry I came off as a bit ...
Okay just to end the scourge of “solved it” without answers, here it is:
var data = {
'records' : [
{'fields' : {
'Category': 'Bananas'
}}
]
}
var params = {
'method': 'POST',
'muteHttpExceptions': true,
'contentType': 'applicatio...