0

I have maximo anywhere code base, i would like to create new screen. Please let me know how can i start. I have added new view inside app.xml as below
How we can identify where to place this view?

developer
  • 92
  • 7

1 Answers1

0

Look at transitionTo, that's typically how we launch these subviews. Take a look at these examples in our documentation:

http://www-01.ibm.com/support/knowledgecenter/SSPJLC_7.5.2/com.ibm.si.mpl.doc_7.5.2/config_apps/t_add_rel_records.html?lang=en

scott dickerson
  • 908
  • 1
  • 5
  • 13