Activity stream comments and work notes before a specific date do not display on the formIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms In any table that supports activity stream only records after a certain date are displayed on the form, however records before this date do not displayed on the form. The missing entries are however visible in audit history which can be accessed by clicking History/List from the form header menu right click option. Release Any Release Cause This is caused because of system property "glide.history.max_entries" value if the total number of records in the audit data exceeds this value. The property defines maximum number of entries allowed to display in the activity stream, so if the entries exceed the value set in this property, only total number of activities upto a certain date would appear and any other entries will not be visible in the activity stream on the form. The system default for this property is set to a default value of 250. Resolution As per the docs link below, modify the value for"glide.history.max_entries" system property as per business requirements NOTE: Setting the value for this property to a very high number could cause performance issues with the form load. Customers need to configure this value optimally based on their needs. System default is 250. Additional Information Limit the number of activity stream entries