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 shubhamy0005

    okay. like i said: you cannot hand over data from one interface into a record summery view. its just not meant working like that. record link calls a clear record and its current data. thats it.
    -> if you just interested in the interface, call the Sail Form you are using for the summary view of this record type in your process e.g. as the next step .
    -> if you like to update data, then you need to write it and call the record summary afterwards

    Can you explain a bit more on your use case. sounds a bit unusual. 

Children