Announcement

Collapse
No announcement yet.

After upgrade from 824 to 825 I faced an unknown issue

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

  • After upgrade from 824 to 825 I faced an unknown issue

    I dont know how to explane but after I completed to upgrade from 824 to 825, I'm dealing with this issue and dont know how to fix this problem.

    It only happened in list view of Lead. I didn't customize anything here. I have tried to create new lead, it's still working, I customized to add more buttons into detail view of lead but not customize in listview.

    list view of Lead didn't render the list of leads without any error logs.

    Please help me to fix this issue due to I forgot to run backup process before upgrade. Poor me, amateur and newbie in dev T___T


    Thanks alo yuri and all you guys

    yuri

    Click image for larger version

Name:	image.png
Views:	80
Size:	86.5 KB
ID:	107111​​
    Attached Files

  • #2
    I've just found out that when I tried to navigate from contact/call/meeting to lead parent (link field) this issue will be happened. I dont know how to fix this problem pls kindly help me

    Comment


    • #3
      There were not changes between these versions.

      I suspect you have some array or link-multiple field with null inside. Maybe you used formula. Null should not be allowed by validation. Maybe try to find which record you have with null value in an array.

      Comment


      • #4
        If you manage to find a problem record, I recommend, revise your formula (if you have), where you set an array. There must be null values passing through. You can use $value ?? '' to replace null with an empty string.

        Comment


        • #5
          Originally posted by yuri View Post
          If you manage to find a problem record, I recommend, revise your formula (if you have), where you set an array. There must be null values passing through. You can use $value ?? '' to replace null with an empty string.
          hi yuri, I found out that I'm having trouble with lead layouts JSON. I'm working on it to fix the problem.

          Thank you so much.

          Comment

          Working...
          X