Name

global.DiffMergeUICheck

Description

Determines if Diff Merge tool is supported in the current UI. Returns string of true or false

Script

var DiffMergeUICheck = Class.create();
DiffMergeUICheck.prototype = Object.extendsObject(AbstractAjaxProcessor, {

  isUISupported : function() {
  	return GlideMobileExtensions.getDeviceType() == 'doctype';
  },

  type: 'DiffMergeUICheck'
});

Sys ID

6b4f3b9097010200abe4bb7503ac4a04

Offical Documentation

Official Docs: