- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2017 05:16 AM
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.
Solved! Go to Solution.
- Labels:
-
Best Practices
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2017 05:34 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2017 05:34 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2017 05:10 AM
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.