Using ValueOf or Java split function in ServiceNow

sifynm
Tera Expert

                      I would like to have a java client script where I can reuse the text value specified in one field into another field using either valueOf or split functions in java programming. I have visited this documentation which was useful. I can't use the split function in a workflow script.

1 ACCEPTED SOLUTION

Rajesh Mushke
Mega Sage
Mega Sage

Hi Nandan,



Please Refer :



get reference value of a glideAggregate




Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke

View solution in original post

2 REPLIES 2

Rajesh Mushke
Mega Sage
Mega Sage

Hi Nandan,



Please Refer :



get reference value of a glideAggregate




Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke

Hi,



                  I tired using the java substring method and it worked for me for my requirement. I am sure your reference is different and it works for others.