Skip to content

Saving a Parse.com object with a custom 'objectId' #40

Closed
@brunocleite

Description

@brunocleite

I'm trying to save a Parse.com Object with a custom objectId, but the object is not saved at all. I'm using the Javascript API. Here is an example:

var newsfeed = new Parse.Object("Newsfeed");
newsfeed.id = 'customid';
newsfeed.save();

But when looking at the list of Newsfeed object on Parse data it is not there.

If this is not possible there should be at least an error message.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions