
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Navigation From One App to Another App Specific Sheet
Hi All ,
I have Two Apps ,1.Sales app and 2.Finance App.
Sales App having 3 sheets and finance app having 4 sheets like .I have Navigation Buttons also .
My Requirement is ---
Sales App Sheet 2 ---Select the Navigation Button it will Go to Sheet 3 Of finance App and
Sales App Sheet 3 --- Navigation to Sheet 4 of Finance App And
Sales App Sheet 1 ---navigation to Sheet 2 of Finance App like .
Please if any body know's the solution ,Let me know
Thanks,
Thanks
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Ramu
It can be done using URL:
where SHid - is the sheet object id
LBid would be a list box if you want to pass values
To pass multiple values it will be necessary to use (<value1>|<valuen>)
Or using document chaining but I don't remember how customized it can be configured.
Kind Regards.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Ramu
It can be done using URL:
where SHid - is the sheet object id
LBid would be a list box if you want to pass values
To pass multiple values it will be necessary to use (<value1>|<valuen>)
Or using document chaining but I don't remember how customized it can be configured.
Kind Regards.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Nadiag,
Thanks.
