TAB_FLAG Class
Entity's flag (action, resource, candidate, project, opportunity, purchase, product, company, contact, positioning, order, invoice).
Properties
FLAG_TYPE
Tinyint(2)Entity's type :
0
: Company1
: Opportunity2
: Project3
: Order4
: Product5
: Purchase6
: Action7
: Resource8
: Candidate9
: Positioning10
: Contact11
: Invoice
Default: 0
ID_PARENT
Int(11)Entity's identifier :
- Company : if TAB_FLAG.FLAG_TYPE is
0
, cf. TAB_CRMSOCIETE.ID_CRMSOCIETE - Opportunity : if TAB_FLAG.FLAG_TYPE is
1
, cf. TAB_AO.ID_AO - Project : if TAB_FLAG.FLAG_TYPE is
2
, cf. TAB_PROJET.ID_PROJET - Order : if TAB_FLAG.FLAG_TYPE is
3
, cf. TAB_BONDECOMMANDE.ID_BONDECOMMANDE - Product : if TAB_FLAG.FLAG_TYPE is
4
, cf. TAB_PRODUIT.ID_PRODUIT - Purchase : if TAB_FLAG.FLAG_TYPE is
5
, cf. TAB_ACHAT.ID_ACHAT - Action : if TAB_FLAG.FLAG_TYPE is
6
, cf. TAB_ACTION.ID_ACTION - Resource : if TAB_FLAG.FLAG_TYPE is
7
, cf. TAB_PROFIL.ID_PROFIL - Candidate : if TAB_FLAG.FLAG_TYPE is
8
, cf. TAB_PROFIL.ID_PROFIL - Positioning : if TAB_FLAG.FLAG_TYPE is
9
, cf. TAB_POSITIONNEMENT.ID_POSITIONNEMENT - Contact : if TAB_FLAG.FLAG_TYPE is
10
, cf. TAB_CRMCONTACT.ID_CRMCONTACT - Invoice : if TAB_FLAG.FLAG_TYPE is
11
, cf. TAB_FACTURATION.ID_FACTURATION
Default: 0