Forum Post: RE: Mobile applications URIs

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
Hello Meyrick, A possible way to do what you are looking for is to set the serviceURI and catalogURIs prior to the Login to the service. If you are using the Login page that is part of the Session-enabled template, then you can see that there is a Run JavaScript action associated with the button where a validation occurs. You could change the code and set the following properties: SessionService_Session.serviceSettings.serviceURI SessionService_Session.serviceSettings.catalogURIs SessionService_Session.serviceSettings.authenticationModel (Note: Templates that are based on the appconfig.js file use an AppConfigProcessor() function where these properties are set.) I hope this helps.

Continue reading...
 
Status
Not open for further replies.
Back
Top