Position Group entity  represents the set of positions (pos). They can have a common attribute or not (e.g. periodic position group, HOAI position group).

Database level

The entity's attributes are shown below. Mandatory fields are marked with a red star:

NameTypeLabelDescription
form *StringFormRepresents the entity form. Will always be "pog".
pog_name *StringNameThe object name
pog_cce_unidString
The unique ID of the cost center object under which the position group has been created and referenced. 
pog_bdg_devString
Represents the budget deviation of the object.
pog_cost_totalNumber
Represents the total cost allocated  to the object.
pog_created_from *String
The parent entity type under which the position group has been created and referenced. This is limited to:
{cce=cost center; sop=opportunity; prj=project; cpg=campaign}"
pog_duration *Number
Reprsents the total duration from start date/time till end date/time.
pog_end *Date/Time
Represent the end date of the object.
pog_start *Date/Time
Represent the start date of the object.
pog_idx *Number
Represents the index of the position group.
pog_nr *Number
Represents the number of the position group.
pog_plan_subs_totalNumber
Represents the subcontractors planed budget.
pog_plan_totalNumber
Represents the total planed budget.
pog_prj_nameString
The parent project name under which the position group has been created and referenced.
pog_prj_nrString
The parent project number under which the position group has been created and referenced. Will always be "YYxxxx" as serial number, that automatically increments by 1 as each new record is added.
pog_prj_unidString
The unique ID of the project object under which the position group has been created and referenced. 
pog_sender_nameString
The name of the person document composed from last name and first name (with an empty space in between). 
pog_sender_unidString
The unique ID of the person document.
pog_sop_nameString
The parent opportunity name under which the position group has been created and referenced.
pog_sop_nrString
The parent opportunity number under which the position group has been created and referenced. Will always be "S-YYxxxx" as serial number, that automatically increments by 1 as each new record is added.
pog_sop_unidString
The unique ID of the opportunity object under which the position group has been created and referenced. 
pog_type *String
The type of the position group as code. (e.g. "gen", "per")
pog_type_textString
The type of the position group as label.
pog_unitsNumber
Represents the number of units
pos_descString
Represents the detailed body description.

QEE classes level

The class representing the Position Group is QEEPog

Inherits from: QEEObject

REST level

The endpoints dealing with Position Group are:

xrPog (GET, POST, PUT, DELETE)

xrPogs (GET, PUT, DELETE)