removeTags method

removeTags method

Method removeTag— Removes a specific tag and preserves the other tags. Description Tags are a way to organize data and segment information within your company. You can generate smarts lists of Leads, Contacts etc by filtering with tags. At some point you may want to remove a tag from your Leads, Contacts if they don’t […] Read More
addTag method

addTag method

Method addTag— Adds a tag and preserves the previously set tags. Description Tags are a way to organize data and segment information within your company. You can generate smarts lists of leads, contacts etc by filtering with tags. Minimum number of  arguments for this method is two. Structure of the method: addTag(tags, newTagValue) Parameters tags— […] Read More
toAlphanumeric method

toAlphanumeric method

Method toAlphanumeric— Format a string or set of characters into alphanumeric characters only. Description Alphanumeric is a term that includes all the letters in a given language set and the numerals. The alphanumeric characters are those comprised by the combined set of the 26 alphabetic characters, from A to Z, and the 10 Arabic numerals, […] Read More
cubeRoot method

cubeRoot method

Method cubeRoot — finds the cube root of a number. Description Given a number A, the cube root of A is a number B such that B^3 = A. If A is positive B will be positive, if A is negative B will be negative. The number of arguments for this method is one. Structure […] Read More
squareRoot method

squareRoot method

Method squareRoot — finds the square root of a number. Description Square root of a number A is a number B such that B^2 = A. In other words, a number B whose square (the result of multiplying the number by itself, or B⋅B) is A. The number of arguments for this method is one. […] Read More
numberFormat method

numberFormat method

Method numberFormat — Format a number with variable number of digits after the decimal point. Description Minimum number of  arguments for this method is two. The first argument is the number to be formatted. The second argument is the number of  digits after the decimal point. Structure of the method: numberFormat(number, decimals) Parameters number— The […] Read More
getSmartLink method

getSmartLink method

Method getSmartLink — get the Smart Link URL from the Templates / Smart Link menu. Description Minimum number of  arguments for this method is 3. The first argument is the URL of the smart link. The second is the entity it belongs to, and the third is the ID of that record. Last parameter is […] Read More
getShortLink method

getShortLink method

Method getShortLink — shortens a link by specifying the URL, entity name and entity id Description Minimum number of  arguments for this method is three. The first argument is the URL you want to shorten. The second is the entity name followed by the entity id. Those two are needed to track when the entity […] Read More
getSmartListRecords method

getSmartListRecords method

Method getSmartListRecords — find records of a smart list from a specific entity. Description Minimum number of  arguments for this method is two. The first argument is the entity name and the second is the entity id. Structure of the method: getSmartListRecords('Entity Name', 'Smart List Alias') Parameters Entity Name — The entity name like lead […] Read More
findCases method

findCases method

Method findCases — find cases for a specific entity by filtering with entity id Description Minimum number of  arguments for this method is two. The first argument is the entity name and the second is the entity id. Structure of the method: findCases('Entity Name', 'Entity Id') Parameters Entity Name — The entity name like contact […] Read More
1 2 3