Refresh UI

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • espo_user1
    Junior Member
    • Nov 2022
    • 2

    Refresh UI

    Can I refresh the Create Related icon button in bottom panels when updating the status record?
  • rabii
    Active Community Member
    • Jun 2016
    • 1250

    #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

    • espo_user1
      Junior Member
      • Nov 2022
      • 2

      #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

      • rabii
        Active Community Member
        • Jun 2016
        • 1250

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