function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ShinShin 

Flex Toolkit : R3.7 metadata api, but no CustomObject class

Hello,

From R3.7 I found metadata api methods (e.g. createObject) are newly added, and I also found some scripts like CustomObject.as are also included in source code folder of that release.

However, when compiling I encountered compile error telling no CustomObject class found in .swc file.

It seems that there is some difference between released binary file and bundled source code. Of course I can workaround by compiling the toolkit from source code file, but wellcome to be fixed officialy.
Ron HessRon Hess
this is an oversight, will have to add that file to the manifest to get it into the library.

Also there are some code changes required in salesforceResponder that are
not yet complete (for metadata) and then there is tests to be added to the harness,
oh, yeah and more testing.


raj78raj78

Hi Ron,

 

Wanted to check with you if the library for metadata API has been added to the .swc file. I'm trying to create custom objects & fields in salesforce.com but unable to access the library.

 

Please let me know if you have information on this. Thank you.