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 Name | Description | First Argument | Return |
---|---|---|---|
getCompanyTags | Get the company tags | List of TagListElement | |
getContactTags | Get the contacts tags | List of TagListElement | |
getOpportunityTags | Get the opportunity tags | List of TagListElement | |
getProductTags | Get the product tags | List of TagListElement | |
getTagById | Get a tag by its id | id: the id of the tag | TagListElement |