I've config a summary page in record type, the interface be like rule!BCD_userDetails(userDetails: rv!record). But when I click on record link the summary page has no data populated, seems rv!record has no value in it
Discussion posts and replies are publicly visible
If there's any chance this is an older record type, it might not be sufficient to pass in just "rv!record". In newer ones it is, as long as the "userDetails" rule input is an instance of the correct record type.
Thank you for reply. Not sure if that is the cause, I used identifier instead and it worked, but still don't understand why rv!record failed
As Mike mentioned already this can be an older record type. Try passing in the following way instead of passing rv!record.
If you want to pass any relationship then define that as well.