search group by name and description

Certified Associate Developer

so I have been using the a!pickerFieldGroups() which is great and gives me my group name,

however I am trying to get the name and a description.

does anyone have any idea how that would be possible? 

thanks, 

Kevin

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Associate Developer

    this is my current code:

    {
    a!boxLayout(
    label: "Organization",
    contents: {
    a!sideBySideLayout(
    items: { a!sideBySideItem(
    item: a!pickerFieldGroups(
    label: "Organization",
    labelPosition: "ABOVE",
    maxSelections: 1,
    groupFilter: cons!GFIM_POINTS_TO_US_ARMY,
    value: ri!org&" - "&ri!org,
    saveInto: {ri!org},
    validations: {}
    )
    ),



    },
    style: "STANDARD",
    marginBelow: "STANDARD"
    )
    }
    )
    }

Reply
  • 0
    Certified Associate Developer

    this is my current code:

    {
    a!boxLayout(
    label: "Organization",
    contents: {
    a!sideBySideLayout(
    items: { a!sideBySideItem(
    item: a!pickerFieldGroups(
    label: "Organization",
    labelPosition: "ABOVE",
    maxSelections: 1,
    groupFilter: cons!GFIM_POINTS_TO_US_ARMY,
    value: ri!org&" - "&ri!org,
    saveInto: {ri!org},
    validations: {}
    )
    ),



    },
    style: "STANDARD",
    marginBelow: "STANDARD"
    )
    }
    )
    }

Children
No Data