Skip to main content

Tags

getCompanyTags

Get the company tags

Return List of TagListElement

local tags = getCompanyTags()

getContactTags

Get the contacts tags

Return List of TagListElement

local tags = getContactTags()

getOpportunityTags

Get the opportunity tags

Return List of TagListElement

local tags = getOpportunityTags()

getProductTags

Get the product tags

Return List of TagListElement

local tags = getProductTags()

getTagById

Get a tag by its id

Arguments

  • id: int the id of the tag

Return TagListElement

local tag = getTagById(id)

Table

Function NameDescriptionFirst ArgumentReturn
getCompanyTagsGet the company tagsList of TagListElement
getContactTagsGet the contacts tagsList of TagListElement
getOpportunityTagsGet the opportunity tagsList of TagListElement
getProductTagsGet the product tagsList of TagListElement
getTagByIdGet a tag by its idid: the id of the tagTagListElement