Hide a Variable only in Mobile

Quick write-up for how to hide a variable in a Catalog Item only in mobile views, and not in the desktop Service Portal (I couldn't find another thread on the subject).

Goal: Hide a variable in a Catalog Item form when the user is using a mobile device. Variable should be visible with the desktop view.

Challenge: There's no quick check box or toggle to tell ServiceNow to hide a field on mobile. Also Catalog UI Policies and Client Scripts apply to both Mobile / Service Portal. We still want the variable to show up when using the Service Portal on a desktop, but not when using a mobile device.

Thankfully the solution I found is quick and straightforward. Someone else might even have a quicker one.

First create a Client Callable Script Include. The only script we need inside of this script include is

return gs.isMobile();

That's it for the Script Include.

Next make a Catalog Client Script that runs onLoad and the UI Type is Mobile / Service Portal.

Make a GlideAjax call to your script include, and set your answer to a variable. If the variable is 'true', that means the user is currently viewing the form from a mobile device. If the answer is 'false', then they are not (note: the true and false returns aren't Boolean, but seem to be text. The quotes around 'true' and 'false' are needed).

From there, it's a simple matter to hide the variables needed when the end user is using a mobile device.

Hope this helps save someone the couple of minutes it takes to put all the pieces together.

转载于:https://blog.51cto.com/13716461/2106826

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值