I'm working on an Angular widget using the Infor SDK and would like to add a hyperlink that navigates to the Product Setup page (icsp.detail
) in SX.e.
Is it possible to access the $state
service from the CSD application context so I can programmatically call $state.go('icsp.detail')
from within the widget?
Appreciate your guidance—thanks in advance!