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 7659631
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:21:28+00:00 2026-05-31T13:21:28+00:00

How do you store and retrieve application preferences using the App SDK? I see

  • 0

How do you store and retrieve application preferences using the App SDK?

I see in some of the scripts they seem to use use:

rallyDataSource.preferences.getAppPreferences()
rallyDataSource.preferences.update()
rally.sdk.data.Preferences.parse()

Are these documented anywhere?

Thanks…

  • 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-31T13:21:29+00:00Added an answer on May 31, 2026 at 1:21 pm

    Those functions are for unsupported and undocumented in the AppSDK. We never were able to make the preference functionality simple enough for us to fully include in the AppSdk.

    I would recommend saving the Preferences manually.

    Here are some things to remember when dealing with preferences.

    Preferences require a name and a scoping parameter.
    The combination of the scoping and the name must be unique. This code will show you how to save a preference that is name spaced to your current workspace and namespace it by the apps current id. It will not work external to a Rally App tab unless you replace WORKSPACE_OID with a workspace’s object id.

            var value = { value : true };
            rallyDataSource.create("preference",
                    {
                        Name: prefNameKey + rally.sdk.util.Context.getAppInfo().getAppId(),
                        Workspace: "/workspace/__WORKSPACE_OID__",
                        Value: dojo.toJson(value)
                    }, function() {
                    }, function() {
                    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Application settings to store and retrieve my GUI settings. For one
in my application i am using the sql server database to store and retrieve
I am trying to store/retrieve a value that is stored in the Application Settings.
The application that I'm designing will retrieve and store content from a variety of
For some small programs in Python, I would like to set, store and retrieve
I design an objected oriented application using C# with database back end, for some
I'm currently using App Engine with Python. My application looks like a massive multiplayer
I'm trying to permanently store three strings as user preferences for my Android application.
I am creating an application (desktop) to store and retrieve patients' records along with
How can we implement iPad application that retrieve or store data from remote data

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.