Announcement

Collapse
No announcement yet.

releated Enum

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

  • releated Enum

    if i have enum 1 .. ( 1 - 2 - 3 - 4 )
    and enum 2 ....( a - b - c - d )
    and enum 3 ... ( s - w - e - f )
    i want if i chose 2 from enum 1 ..... enum 2 appear
    and if i chose 4 from enum 1 .... enum 3 appear

    how can i do it ?

  • #2
    Hi
    From version 4.3 you can create these rules in Entity Manager in Dynamic Logic panel of field
    https://youtu.be/WDSTMNFZPLE?list=PL...mXbXrSLmoF15sm there you can find examples (5:35 one of these)
    Last edited by tanya; 04-26-2017, 02:07 PM.

    Comment


    • #3
      Hi tanya version 4.3 available now ?

      Comment


      • #4
        beta version, not stable
        EspoCRM 4.3.0-beta.2: https://www.espocrm.com/downloads/Es...3.0-beta.2.zip (https://www.espocrm.com/downloads/EspoCRM-4.3.0-beta.2.zip) Upgrade from 4.2.7 to

        Comment


        • #5
          OK Thnx tanya

          if i want make phone number unique field

          how can i do it ?

          Comment


          • #6
            Before entity save, it is checked on duplicates. Fields are checked you can find in application/Espo/Modules/Crm/Services/{EntityName}.php getDuplicateWhereClause method.
            You can override needed service. But it only check and notice about duplicates, it doesn't prohibit save records with the same phone number.
            (P.S. for each unrelated question create own topic, if you didn't find the same question)

            Comment

            Working...
            X