I would like to select & show content from a specific record which is stored in a table which I have defined with the BDM functionality in 6.3
Suppose that there are 3 records with a unique presistenceId and other additional data available in table TO.
The defined screen must show the data from record “2”. I know what one of the unique values in this record is but I have as far as I can see no possibility to address the ‘where value’ to get that data available. Result of defining ‘to_record - com.company.model.TransportOrderRequest#getTo_recID’ as initial value for the screen (result from selecting the desired field from the Expression Type = Java is an error that indicates that it is impossible to get data with a ‘null identifier’. Which in it self is not so strange of course.
Any ideas of how to do this?