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

Adam Tauno Williams users@opengroupware.org
Thu, 15 Feb 2007 08:21:31 -0500


> I have added the following items to the NSGlobalDomain.plist file.
>     OGoExtendedAptAttributes = (
>         {
>             key = patientname;
>             label = "Patient Name";
>             type = 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 = labels.patientname;
>   string = patientname;
> }

As I explained in my other message I do not believe the object  
properties are marshalled by the schedular print view page;  so they  
are not present to be displayed.