Announcement

Collapse
No announcement yet.

I can not create the same id

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

  • #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


    • #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


      • #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


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

          Comment

          Working...
          X