Connect Chat on Mobile App

geet
Tera Guru

Hi All,

I have just started configuring mobile app ( using both Agent Mobile & Now Mobile) and i have a requirement to enable the functionality of Connect Chat over mobile App.

When we open ITIL view on our instance we have the functionality of Connect Chat on the right hand side in the profile as follows.

find_real_file.png

Can we configure the same in mobile App? If yes, then How ?

 

2)When we open the service portal, we have chat functionality there as well as follows:

find_real_file.png

when we click this chat option, a small new window gets opened on my screen for chat as follows:

find_real_file.png

Can we configure the same over Mobile App? If yes, then how?

Kindly help and suggest how this can be achieved?

Regards,

Geet

 

1 ACCEPTED SOLUTION

Joshwa Antony S
Mega Guru

Hello Geet,

Yes as per the doc : https://docs.servicenow.com/bundle/newyork-mobile/page/administer/mobile-employee/task/va-in-me.html the type "Chat Launcher" is for Virtual Agent.

I tried a different way just for a test and its working, Try it at your end and see if it suits your requirement.

1. Create a Quick action menu

find_real_file.png

2. Create a function with type "URL"

find_real_file.png

 

3. Place the Quick action menu in appropriate launcher Body

Here is the connect chat screen from Agent app.

find_real_file.png

 

Please mark my answer correct/helpful if it helps to resolve your question.

Regards,

JAS

View solution in original post

18 REPLIES 18

Hi Jas,

Thanks for prompt replies!

Last query as you mentioned in 1 of your replies above the following 2 statements highlighted in bold:

If you trying for Agent app, create the record in ITSM Mobile scope

If its for Now app, create the records in ServiceNow NowMobile App Screens and Applet Launcher

 

i created that connect chat function by creating an update set in ITSM mobile scope. 

My query is, when do we actually use studio? i have seen few videos related to Mobile App, in which developers are doing their stuff by going into studio.

Could you please clarify the difference?

And if i also use studio to do my changes then how i will migrate it to my UAT instance?

 

Regards,

Geet

Hello Geet,

Studio is ServiceNow’s Integrated Development Environment (IDE) and is the preferred interface for building and modifying applications.

Doc: https://developer.servicenow.com/app.do#!/training/article/app_store_learnv2_buildmyfirstapp_madrid_servicenow_studio/app_store_learnv2_buildmyfirstapp_madrid_servicenow_studio_ide?v=madrid

Scope is nothing but Application scope:

Application scoping protects applications by identifying and restricting access to application files and data

Doc: https://docs.servicenow.com/bundle/orlando-application-development/page/build/applications/concept/c_ApplicationScope.html

All your development in Studio store in Current update set which you can migrate to next environment, no need of doing the development/changes again in another environment. Regards, JAS

Hi Josh,

i know the difference between studio and application scope.

My query was to know the best practice like what we should actually follow.

Like i asked that you suggested me to do something for enabling connect chat on mobile app. I did it via creating an update set in the ITSM mobile scope. Now when i need to move my changes to UAT i have to take my update set to UAT.

 

This same thing i could have done via studio as well. right?and for that i just have to got to UAT and accept the new change in studio.

 

I am just trying to understand the best way to do that.

You can do the customization in mobile Apps using Native UI (Modules under System Mobile) and Studio.

Prefer to use studio, there are many things yu can do in single window and there are many capabilities.

Regards,

JAS