Hello,
After upgrading to Rollup 16. the old SDK.MetaData.js doesn't work any more. So I replaced old one with newest SDK.MetaData.js, which I grabbed from sdk\samplecode\js\soapforjscript\soapforjscript\scripts. However, when I try to call SDK.MetaData in other
function, it shows undefined, no value retrieved. if I change back to old one, it can retrieve all info. Here is the screenshot for two SDK.MetaData libraries. You can find the function I was trying to run from these two libraries:
SDK.MetaData.RetrieveEntityAsync() (old SDK.MetaData)
SDK.MetaData.RetrieveAttribute() (new SDK.MetaData)
Can you tell me anything I did wrong? Thanks.
This the screenshot for this library in entity:

This is new SDK.MetaData screenshot:
