zl程序教程

您现在的位置是:首页 >  其它

当前栏目

how cross component navigation is achieved

is How Component navigation cross
2023-09-14 09:02:42 时间

Created by Jerry Wang, last modified on Jul 29, 2015

  • oCrossAppNavigator
  • hrefForExternal
  • window
  • window.location

When select My appointment from My opportunity follow up action sheet:

clipboard1

trigger the load of my appointment application component.js:

clipboard2

selectProcess is called automatically - it is method defined in BaseDetailController:

clipboard3

clipboard4

get target url by navigation service: "#Appointment-myAppointments?AccountID=4031140&ContactID=4103850&EmpID=4031140&StartDate=2015-06-11T00%253A00%253A00.000Z&createFromOppt=X&opportunityId=1396&prevGuid=FA163EEF-573D-1EE5-83F0-376CE8314C41&processType=ZAP0&title=Jerry%2520cross%2520navigation"

clipboard5