4
Views
1
Comments
TextRecordList Gets Blank
Question

Hello Team,

I am trying to pass TextRecordList as input parameter from one screen to another screen, but  TextRecordList become empty on second page.

1] I am passing TestRecordList as input parameter from screen1

2] I am trying to  use this RecordList in second screen but TextRecordList gets Blank/Empty.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Pradip,

You can't pass record lists to web screens. Remember that web screen parameters are passed in the URL. That's not a place for record lists :).

In general, if you want to pass large sets of data, use temporary tables (if it's data that needn't be stored permanently) and pass the Id of the main table. In the preperation of the second web screen, query back the data based on the Id.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.