DealBoard
Table of Contents
Constants
- BOARD_KEY = 'crm-vc-myreports-deal'
- CATEGORY_OPTION = "crm.myreports.deal.categoryId"
- VERSION = '3'
Methods
- get() : Dashboard
- getCurrentCategory() : int
- Returns current category for deal widgets.
- getCurrentCategoryName() : mixed
- getPanelGuid() : mixed
- setCurrentCategory() : bool
- Sets current category for deal widgets
Constants
BOARD_KEY
public
mixed
BOARD_KEY
= 'crm-vc-myreports-deal'
CATEGORY_OPTION
public
mixed
CATEGORY_OPTION
= "crm.myreports.deal.categoryId"
VERSION
public
mixed
VERSION
= '3'
Methods
get()
public
static get() : Dashboard
Return values
DashboardgetCurrentCategory()
Returns current category for deal widgets.
public
static getCurrentCategory() : int
Return values
intgetCurrentCategoryName()
public
static getCurrentCategoryName() : mixed
getPanelGuid()
public
static getPanelGuid() : mixed
setCurrentCategory()
Sets current category for deal widgets
public
static setCurrentCategory(int $categoryId) : bool
Parameters
- $categoryId : int
-
Id of the category.