Using Your Liquid UI Products > WS aka Web Scripts (Attended RPA for SAP)

Liquid UI - "comment" command

(1/1)

Benjamin Dasari:
Purpose:
The comment command creates blue-colored comments on the current SAP screen.
The comment command indicates that the text in question is a comment.
The on-screen position of the text can also be specified with the comment command.

The syntax is as follows:
   comment([startRrow,startCol], "text");
   
Options:
The "comment" command takes the one option called "left".
The left option draws a line from the comment to the closest input control or dropdownlist located to the right of the text.

The syntax is as follows:
   {"left":true}

Liquid UI Code:
----------------------------------------------------------------------------------------------------------------------------------------------
Script File Name: SAPMV45A.E0101.sjs       // VA01 transaction
----------------------------------------------------------------------------------------------------------------------------------------------
comment([1,1], "Please fill out all required fields!");


See attachments for code samples!

Navigation

[0] Message Index

Go to full version