You need to sign in to do that
Don't have an account?
How to Pass a recordID to various VF pages without using URL parameters
Hi.
Having the below Objects for example.
1.MyParent(Parent).
2.MyChild(Child).
3.MyXObject
Using VF page#1 a record is created in the MyParent.
In page#2 a record created for the MyXObject.
In page#3 a record created for MyChild and MyParent record ID is related.
From page#1 to page#3 I need to pass the record ID ,not through URL parameters.
To say in simple I need to hold the MyParent record ID till the user logout.
All the above 3 objects use different Apex Class.
Any idea is greatly appreciated .
cheers
suresh
You could try saving the id in a custom setting. See the following post for a good overview:
http://blog.jeffdouglas.com/2010/02/08/using-hierarchy-custom-settings-in-salesforce-com/
...stephan
check this out.. i had a similar issue ..now resolved
http://community.salesforce.com/t5/Visualforce-Development/passing-id-from-one-vf-page-to-other-vf-page/m-p/184856#M24540