Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7572439
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T15:55:32+00:00 2026-05-30T15:55:32+00:00

I have an application which is currently using and storing data in Core Data.

  • 0

I have an application which is currently using and storing data in Core Data. My data moel looks like this:enter image description here

My client has requested the ability to amend the Number (in Customer entity), or any of the attributes in ‘Rooms’ (except CustomerName).

I not sure where to start with this. I have done some googling and searching of questions, but cant seem to find a solution that fits my need.

Any help or sample code would be greatly appreciated.

Thanks

Sam

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T15:55:34+00:00Added an answer on May 30, 2026 at 3:55 pm

    You can modify the number using the key value coding or by accessing its method directly

    Customer* customer=[NSEntityDescription insertNewObjectForEntityForName:@"Customer" inManagedObjectContext:self.managedObjectContext];
    customer.Number=[NSNumber numberWithInt:10];
    if(![managedObjectContext save:&err])
        NSLog(@"data cannot be saved");
    

    You can access the Rooms entity in a similar way,which will be returned as NSSet* object.
    Get the required object in that and modify the value in a similar fashion.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a legacy application which is (currently) using Django to effectively display data.
I have an application in which I'm currently using a two column table in
I have developed a few Delphi Win32 (currently using D2007) applications, which revolve around
I'm developing an application which currently have hundreds of objects created. Is it possible
I currently have an application which needs to have an awareness of which monitor
Currently, I have an Application which consists of a BasePage which as a header
I currently have a functioning in-house Windows Forms application which extensively uses the DataGridView
I currently have a 32-bit .Net application (on x86 Windows) which require lots of
I'm currently working on an oophp application. I have a site class which will
I currently work on a multithreaded application where I receive data using the following

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.