I have a skuid custom page for a custom object (Loan). I have various links to create a new Task or event. I want to pass in the Loan.Id as what_id for the event as a part of the URL. I have tried various syntax, but none of them seem to work:
/00T/e?title=Call%3A%20&what_id={{$Model.Loan.data.Id}}<br> /00T/e?title=Call%3A%20&what_id=what_id={{$Model.Loan.data.0.Id15}}
What is the correct syntax for getting the id from a mode?
I had used the following (convoluted) snippet in the past but it doesn’t seem to work any more:
/00T/e?title=Call&what_id={{#$Model.Loan.data}}{{Id15}}{{/$Model.Loan.data}}