Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, Please excuse my ignorance.
I need to pass a value to a parameter in url calling another document. The other document when opened, should display the parameter value in a text object and all related objects in that document's sheet should refresh as per the parameter value or to the text object value.
I am aware that listbox can be used for such selection, but it is a user input value and I cannot use a pre-defined list.
Can someone help?
Maybe this can help you: Passing Parameters in a URL and Document Chaining
When you are saying that "all related objects in that document's sheet should refresh as per the parameter value or to the text object value." does that mean the second documents filter gets selected as per the user input value?
In that case you can have a list box in the second document that can carry such values entered by users.
Is it a numeric or text?
Thanks Sudeep. The parameter value can be alpha numeric. As i have mentioned that i cannot have a listbox with pre-defined values. Let us say i am searching my client base with a phone number or maybe all purchases made by one client code. This cannot be pre-determined.
Thanks Anjos. I have gone through this link, but i was not able to get a solution for passing variable.