VIEW navigation

How to write the script in applet level for a custom button so that on clicking the button,the application navigate to other view?

Questions by veggalam venu

Showing Answers 1 - 15 of 15 Answers

chaduvae

  • Mar 9th, 2009
 

TheApplication().GotoView("View Name","Business Object Name")

Business Object Name is required only if the view is in different BO.

  Was this answer useful?  Yes

Pragyan

  • Jun 21st, 2014
 

One can also use the Shopping service business service GotoView Method provided by vanilla to navigate to the necessary view.

  Was this answer useful?  Yes

Anju

  • Jul 21st, 2015
 

One more Business Service is there FINS Goto View Service

  Was this answer useful?  Yes

Syed Bhasha

  • Nov 5th, 2015
 

We can use the Named Method User Property.

  Was this answer useful?  Yes

Amol Raut

  • Jun 17th, 2016
 

We can achieve by script in applet level
Vgoto = TheApplication().GotoView("MY View");

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions