How to load Opportunity closeDate (Actual Close) field by RESTlet
Hi,
I’m struggling with a problem how to read Opportunity closeDate attribute. It’s possible to read it by SOAP webservices but seems it can not be done by RESTlet (at least it’s not an attribute easily accessible by record.load, I used isDynamic: true on load). I’m trying to achieve it by latest 2.1 SuiteScript.
Does anybody noticed similar problem?