Skip to main content

Hi,

I want to define a Skuid button action>>”Go to URL” where i would like to pass multiple rows from the Model.

Can you please advise me on the syntax to be used?

Example- https://clientdevorg--newdev--apxt-congasign.sandbox.vf.force.com/apex/apxt_sendForSignature?id={{{$Model.Borrower.data.0.Id}}}

 

When i pass this paramater, it only queries the first rows data. However, In the Model, there are multiple rows. I wish to fetch all the rows queried in the Model.

 

Kindly advise.

 

Thank you.

Regards.

I don’t believe what you’re looking to accomplish here is possible. Probably the most straight-forward thing you can do is pass the relevant condition values that then lets your other page query on the data you want by itself to get what you’re looking for.

For example, pass borrowerType = “MyType” on the URL and then have your other page with its own model that just queries on all borrowers of type “MyType”.


Reply