SIebel

Saturday, 10 September 2016

convert input string into lower case in siebel

PFB code to convert input string into lower case in siebel


var inStr = Inputs.GetProperty("Input String");
var resStr = inStr.toLowerCase();

Outputs.SetProperty("Output String", resStr);
Posted by Unknown at 02:34
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

About Me

Unknown
View my complete profile

Blog Archive

  • ▼  2016 (13)
    • ▼  September (13)
      • Adding workflow policy Condition based on new colu...
      • Removing diccache.dat for Dedicated Client in Siebel
      • Enabling Debug Mode for Task Based UI (TBUI) in si...
      • How applet columns should be moved under columns d...
      • Get day of the week based on input date in siebel
      • Get any LOV field in siebel
      • Convert input string into Date format in siebel
      • Script to Validate email format in siebel
      • Calling workflow in Async Mode in siebel
      • Convert date into DateToDDMMYYYHHMISS format in si...
      • Convert date into DateToDDMMYYY format in siebel
      • convert input string into lower case in siebel
      • Different ways of invoking workflow in siebel
Simple theme. Powered by Blogger.