I can not create the same id

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gundogduyakici
    Senior Member
    • Mar 2018
    • 165

    I can not create the same id

    I am creating data for the towns. I must use the same identity for this, because I can not match it.
    But the system does not allow it?
    Is this a solution possible? Thanks in advance for the answers.

    picture is attached.
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello,
    in global practice Id is unique. It is like associated array in php. Could you create several values for one key?
    You can use other unique keys, but create one more readonly field, and set it's value with formula.

    Comment

    • gundogduyakici
      Senior Member
      • Mar 2018
      • 165

      #3
      this creates a select. example;

      <select name="test">
      <option value="33">Name</option>
      <option value="33">Name 2</option>
      </select>

      These values are not unique. But it is acting like that. tanya

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #4
        I don't tell you about html functionality.
        If you select value, only key is saved to database, the value is only translation. In database value is 33, which one translation has to be displayed in crm?
        Also translations are saved in json files. JSON doesn't allow use duplicated ids

        Comment

        • gundogduyakici
          Senior Member
          • Mar 2018
          • 165

          #5
          Thank you very much for answer tanya. I will examine what you said.

          Comment

          Working...