EN
Español
English
Português
    ADM_AGENT_PROF_ADD_FIELD

    A table that stores the additional fields per agent profile.

    Data model

    Fields

    Field Type Description
    additional_field_id* INT Identifier of the additional field. Reference to Table AFW_ADDITIONAL_FIELD. Id
    agent_profile_id* INT Agent profile identifier. Reference to Table ADM_AGENT_PROFILE. Id
    device_type* INT Type of device to which the additional field belongs
    field_order* INT Field order
    id* INT Unique Table Identifier
    modification_date* DATETIME Date of modification or insertion of the field to the agent profile

    Primary Key

    PK_ADM_AGENT_PROF_ADD_FIELD
    id

    References

    Column Referenced Table Referenced column Name
    additional_field_id* Bod. AFW_ADDITIONAL_FIELD id FK_AFW_ADD_FLD_AGENT_ADD_FLD
    agent_profile_id* Bod. ADM_AGENT_PROFILE id FK_AGENT_PROFILE_ADD_FIELD