Announcement

Collapse
No announcement yet.

Refresh UI

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

  • Refresh UI

    Can I refresh the Create Related icon button in bottom panels when updating the status record?

  • #2
    it is not clear what you want to do. what do you mean by refresh the Create Related icon button ?
    Rabii
    Web Dev

    Comment


    • #3
      rabii
      For example:
      In Account entity, when I save a record which has the type value is 'Customer', I want to hide the create button in Contacts panel and I don't want to use this.$el.find('...').addClass('hidden').​
      Attached Files

      Comment


      • #4
        you can try and create a custom relationship for your contacts and then check if type == "Customer" disable created i think this might work.
        Rabii
        Web Dev

        Comment

        Working...
        X