Skip to main content

EntryCodeModifiableFields

These are fields in the Entry Code object that can be modified or given as input when creating a new Entry Code.

group_names object[]

A list of Groups (names and IDs) that the object belongs to.

This is a read-only list. To change the Groups that an object belongs to, use the groups field.

See GroupFields for additional information about Groups and this field.

  • Array [
  • iduuid

    The Group ID.

    pnamestring

    The Group name.

    uristring

    The URI of the Group.

    WARNING: this field is planned in a future release but is not yet available.

  • ]
  • groupsuuid[]

    A list of Group IDs that the object belongs to. See GroupFields for additional information about Groups and this field.

    Example: ["5088C427E8B64EBEBE1C5B5961DB1902","3553F715A6F54DAB95D0D25B08468195"]
    autoaddbooleanrequired

    If true, this Entry Code is automatically added to new Groups as they are created.

    Example: false
    descriptionstring

    A description of the Entry Code.

    Example: This is a description of the Entry Code.
    loggableboolean

    If true, this Entry Code is currently loggable (usable) on Entry Screens.

    Example: true
    pnamestringrequired

    The name of the Entry Code.

    Example: Billable
    EntryCodeModifiableFields
    {
    "autoadd": false,
    "description": "This is a description of the Entry Code.",
    "loggable": true,
    "pname": "Billable",
    "group_names": [
    {
    "id": "5088C427E8B64EBEBE1C5B5961DB1902",
    "pname": "Sales"
    },
    {
    "id": "3553F715A6F54DAB95D0D25B08468195",
    "pname": "Accounting"
    }
    ],
    "groups": [
    "5088C427E8B64EBEBE1C5B5961DB1902",
    "3553F715A6F54DAB95D0D25B08468195"
    ]
    }