[OGo-Users] Viewing OGoExtendedAptAttributes on the SkyAppointmentPrintViewer page.

Gregory Malsack users@opengroupware.org
Wed, 14 Feb 2007 19:36:10 -0600


Hello All,

I have added the following items to the NSGlobalDomain.plist file.


    OGoExtendedAptAttributes =3D (
        {
            key =3D patientname;
            label =3D "Patient Name";
            type =3D 3;
        },


Now I need to get this field on the printview page. Does anyone know the
correct syntax to get the field to show? I have tried several variations
based on this example, the field shows up but without the data.


patientname: SkySubAttribute {
  label =3D labels.patientname;
  string =3D patientname;
}


Thanks,
Greg