Hi @1460047457 ,
you were correct with your assumption that it has to do with your identifier of that record object. The identifier will define which lines will be slected, e.g. if your identifier is the Document Number, than all lines with the same Document Number will be selected. It is always a best practice to choose your identifier in the way that it uniquely identifies a line of your record object.
Cheers!
Hello Dennis,
I was trying to modify the value of record id. Originally it was:
pql: Cases._CASE_KEY
which is roughly equivalent to Document Number. Then I changed it to:
pql: Cases._CASE_KEY || Cases.EBELN
In the second case, shouldn't I get a "resolution" of line selection in Profile View narrowed down to Purchase Order Document Number? In both cases the behaviour of Profile View is the same, as I can only select either all or none of the items.
Thanks,
Dawid
Hi Dawid,
can you try to change the identifier to CASES.EBELN || CASES.EBELP. This should identify the lines in you screenshot as unique.
Best
Kevin