Connect Creatio | Javascript | Knowledge Base
Javascript
Examples of using Connect Creatio Class Functions In Javascript
This code was used to lookup a value inside of SugarCRM using the Sugar REST connector. function scriptedField() { var res = ""; res = vals["Branch Name"]; if (res) { Starfish.LogMessage(res.toString()); } res = ...
Exp Detect URLs in text with JavaScript
A tool that can detect URLs in text with JavaScript can be found here: https://www.regextester.com/96249%7CRegular
Regex Tester
An online regex tester tool can be found through this link here: https://www.regextester.com/%7COnline