Announcement

Collapse
No announcement yet.

Entity Definition Making Field Visible.

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

  • Ananya K
    commented on 's reply
    This is cool.

  • esforim
    replied
    Look like Yuri just add in the ability to create this condition. It look like he only change one file and it look quite simple enough, I think based on this code you can manually add it for any field you want.

    Leave a comment:


  • yuri
    replied
    https://github.com/espocrm/espocrm/c...6e40cf38fbd32c

    Leave a comment:


  • esforim
    commented on 's reply
    Don't know then, I'm out of idea.

  • Ananya K
    commented on 's reply
    When we have a varchar field to store the data, then the URL we need to add the validation also, URL in varchar it don't add hyperlink.

  • Ananya K
    commented on 's reply
    URL is a read-only field. I want it visible only when the value is set.

  • shalmaxb
    replied
    Another idea: use the text editor field. There you can put an URL and use formula. Did not test it, but may work.

    Leave a comment:


  • esforim
    replied
    I was initially thinking you could just do a "is not empty" conditions, but you are right, URL field type is not possible to choose the condition.

    In the meantime:
    Would this work as a work-around? Create a secondary field call varchar "URL2", create a Formula so that anytime you add a URL it get copy/or field change into the URL2. Now you can use the URL2 is "is not empty" conditions. All theory at the moment, I haven't for a working formula yet but varchar field should work with all conditions.

    Leave a comment:


  • item
    replied
    Hello,

    just for me understand : how can you make visible a field if you have not possibility to put a value ? maybe is a calculate field ?

    Leave a comment:


  • Ananya K
    started a topic Entity Definition Making Field Visible.

    Entity Definition Making Field Visible.

    Can you please allow the feature like making the field visible only if the value set for that field?

    Example: Field Type = URL
    Make field visible: Field URL != null.

    This option is not allowed. Can you please add this feature to the URL type fields also?
Working...
X