Pass rule inputs from one interface to record summary interface?

Certified Senior Developer

Hi Everyone,

I have an interface where the data is populated from record type and in the interface there is one link field where I am passing the record type field and identifiers. I the record type I have added the summary interface which will get open on click of hyperlink. My issue is how can I pass rule inputs from interface to the record summary interface?

Any suggestions are welcome!

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Richard Michaelis

    okay, Let me explain in detail, I have interface 1 which calls interface 2 and passes rule inputs from interface 1 to interface 2. From interface 2 I have used record link for one of the field and passing record data in parameters. On click of the record link the record data is passed to the record summary interface but those rule inputs which were passed from interface 1 to interface 2 are now left. I need to pass those inputs to summary interface. 

Children