Rally Software

  • 1.  Adding app variable

    Posted Jun 22, 2018 02:29 PM

    Hello, I am trying to build my own custom app and can't figure out how to save values that are entered into a textarea box.  How do we declare a subscription variable so that our app can store data and reference it later?  Thank you.



  • 2.  Re: Adding app variable
    Best Answer

    Posted Jun 25, 2018 12:04 PM

    Nhan,  You can do this using the Preference data object.  In the SDK, the PreferenceManager class will help.  See this link for reference:  Agile Central App SDK 2.1 Docs 

     

    You can scope preferences to the User, App, or Workspace level.  

     

    Kristy 



  • 3.  Re: Adding app variable

    Posted Jun 25, 2018 12:08 PM

    That is very interesting.  I will try it today.  Thank you, Kristy!