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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T11:52:50+00:00 2026-06-15T11:52:50+00:00

I am trying to set a default value for a multi-valued parameter in Lightswitch

  • 0

I am trying to set a default value for a multi-valued parameter in Lightswitch but am having no luck.

For an example, I have a hardware inventory. “Hardware” table has fields of (‘active’, bool) and (‘company_id’,int).
Company_id is a foreign key to a Company table which contains a list of companies to select from.

I want to filter my Lightswitch screen based on these two field, but when the screen first loads I want it to default to the primary company, for active hardware.

I have created the Local Property for my ‘active’ parameter, added it to the screen.
Setting up the dropdown list for company parameter requires:

  • Add Data Item (as a Query, selecting the table from my datasource, named Companies)
  • Add Data Item (as Local Property of type Companies, named SelectedCompany)
  • Binding query parameter to SelectedCompanies.company_id property
  • Adding SelectedCompanies to the screen

I then specified the default values as such in code:

partial void Screen1_Created()
    {
        // Write your code here.
        SelectedCompanies.company_id = 2;
        selected_active_property = true;
    }

This works just fine for the ‘active’ parameter which is Boolean, however the SelectedCompanies line gives an intellisense error of:

Property or indexer “LightswitchApplication.company.company_id” cannot be assigned to — it is read only

Has anyone gotten a default value for this type of parameter working before?

  • 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-06-15T11:52:51+00:00Added an answer on June 15, 2026 at 11:52 am

    In LightSwitch, you can’t set foreign keys directly. You have to retrieve the entity from the table, & assign that entity to the entity property.

    So, in your case it would be:

    partial void Screen1_Created()
    {
        SelectedCompany = this.DataWorkspace.ApplicationData.Companies_SingleOrDefault(2);
        selected_active_property = true;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a dataset that i am trying to set the default value as
I am trying to set default value to h:selectOneMenu. But, It is not working.
im trying to trigger a load event (for example set default value) on my
I'm trying to set a default value for a search field. The idea is
I am trying to set a number of Enums to default value I am
I'm trying to set the default value for a Content Taxonomy field in a
I am trying to set a default value for attribute threshold in this code,
I am trying to set default value in DateField using the following statement DateField
I'm trying to set a default value in an instance variable. I'm doing: module
I'm trying to set the default value for a drop down menu based on

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.