Load-Data Page queries
I have following queries related to Load-DataPage method to use in Activity:
1. Can we use only Load-DataPage method in Activity, without Connect-Wait?
2. If I use both Load-DataPage and Connect-Wait in Activity, and invoked unit test (Activity-->Run), where can I see the data page result in Clipboard? (in User pages or Data Pages??)
3. Basically, I have one Data Type with some records. I just want to fetch one record using Data Page and need to fetch one of the field value from that page. What is the best possible to implement this?