Traversing Component Buffer in Fluid - (Replacing Scroll)
Hi - We are in the process of converting our Classic page to Fluid and we use a lot of "scroll" functionality to traverse the component via PeopleCode to hide and clear out fields within the component via a FieldChange. While researching how this is done in fluid I came across this notation.
"Scroll Area Currently, scroll buttons for next and previous are not yet supported in fluid scroll areas. However, the component buffer has the data and developers can implement their own mechanism to get the data."
Mind you I am not using buttons but actual peoplecode to read the component buffer. Has anyone found a way around this issue?