pub fn set_record_scroll_state(scroll_state: bool)Expand description
Set whether the temporary record stored on the server for the
currently specified record type is a scroll.
Note: This is only applicable to Book records.
scroll_state Whether the record is a scroll.
Returns void