pxLinkedRefTo in D_AttachmentList[LinkRefFrom:.pzInsKey].pxResults(n) is not accessible

Hi I found

Property pxLinkedRefTo in D_AttachmentList[LinkRefFrom:.pzInsKey].pxResults(n) is not accessible from a data transform by reading it instead of updating. An error is reported when save the DT

Source—Property @baseclass.pxLinkedRefTo is undefined.

while other properties in the pxResults(n) can be accessible normally, like

pxObjClass
pxInsName
pzInsKey

Actually all these properties can be seen in clipboard, value of pxLinkedRefTo is something like

DATA-WORKATTACH-FILE (class name) (case ID)!(time stamp)

Wonder why it can not be access from a data transform. Could you kindly suggest? Thanks.

@MaxonL16591286 Hi Can you please define the data page and its results page in the pages and classes tab of the DT and then try to save it, then it would work.

Please define as shown below:

the other properties are all baseclass properties so it will be accessible anywhere without any definition in compile time, rest are not like that

@SrinidhiM

it works, many thanks for the solution and the clarification.