You need to sign in to do that
Don't have an account?
Carlos Henrique
Getting info of fields from previous page
Hello everyone,
i was searching one way of take selected fields to be used in next page.
Ex.: pag1 has 3 fields, they will be selected by js and using some method keep these fields and send to the next pag2.
I can already select the fields, but i still dont know how change the page and keep the previously fields.
Unfortunately i cant use the flow because the user will select the field.
thanks in advance.
i was searching one way of take selected fields to be used in next page.
Ex.: pag1 has 3 fields, they will be selected by js and using some method keep these fields and send to the next pag2.
I can already select the fields, but i still dont know how change the page and keep the previously fields.
Unfortunately i cant use the flow because the user will select the field.
thanks in advance.
If you are using Visualforce pages and controllers, you can do is
Hope this helps
All Answers
If you are using Visualforce pages and controllers, you can do is
Hope this helps
Thanks for the help @Iogontokartik. I will try this.
I will necessary i use one .js to select the values, because when the user select the option the page will save the values and send to another page.
And, it's possible i insert methods from the controller inside of js?
Thanks.