Can we edit the dropdown label which will populated dynamically and save that into table

Certified Associate Developer

Hi I have a requirement  I want to edit the prepopulated dropdown  label name   which will be coming from ref table and save that  into other table.  My first doubt is can we do that ?

  Discussion posts and replies are publicly visible

  • 0
    Certified Associate Developer
    in reply to Shubham Aware

    Hi   Sorry I misunderstood something here , I have multiple dropdown fields they may need plan as much they want but they might want to edit some plans as they needed . And I have get to know that I might not touch the main plan table until its unavoidable. So is there any alternative implementation you can suggest me . Sorry for the trouble.  And May I know what is override ? 

  • 0
    Certified Lead Developer
    in reply to iswarya2812

    Ohkay understood now.

    I named new table/record as override

    When users select multiple plans from the multi-select dropdown (like 5 plans), they can click an "Edit Names" button which opens a grid interface. This grid displays each selected plan in rows with two columns - the original plan name as read-only text and an editable text field for the custom name. Users can edit names for any or all selected plans directly in the grid, then click a single Save button to store all customizations at once to the Override record. This approach is efficient for bulk editing since users can see all their selections together, make multiple changes, and save everything in one action rather than editing plans individually.
    These custom names get saved to the Override table while the main plans table stays untouched.