Liquid UI Forum
Using Your Liquid UI Products => WS aka Web Scripts (Attended RPA for SAP) => Topic started by: chirag.amin@guixt.com on February 16, 2016, 10:03:01 AM
-
The tip command is used to add tips to native SAP elements. It has a very simple syntax, taking the screen element as the first input and the tip you want to display as the second.
LiquidUI Code
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Author: Synactive, Inc. [1065 E. Hillsdale Blvd, Foster City, CA, 94404, USA]
// Email: support@guixt.com; sales@guixt.com;
// Contact: 650.341.3310
// Version: 1.0.0.0
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Use the tip command to help user when entering a Division
tip("F[Division]","01,02, or 03 only");