Passing entire record CDT a record to a related action

I would like to be able to pass the ALL the data for a selected record (using the data type for the individual record) to a related action.  However when I try, I get the attached message.  Is there a way to do this? It is possible to pass rv!record to a record view, for example.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to ajhick

    Yes, querying is my preferred method as well.  Another strength of this approach is that often a record type will (or at least can) be based on a specialized CDT / View that's fine-tuned just for use in the record type, but for a related action you might want to pass in the "normal" basic CDT from the table upon which the record type view is based.  That would be very cumbersome to do otherwise.

Children