Skip to Content
0
Former Member
Jan 09, 2012 at 05:52 PM

Export to visio

69 Views

Hello experts,

We are using OrgChart 3.0 SP1.

There was a post on the forum a while back regarding nakisa exporting to visio as one of the options by doing the following:

The following is for export to visio:

Description This configuration is located directly under the 'OrgChart' tag within <orgchartconfiguration> tag and is used to enable/disable the export to visio functionality in the OrgChart.

As well, you will define the fields for display. There are three possibilities for fieldnames; you may use one of the following combinations:

- Displayname alone (useful for OrgUnits or other non-employee based hierarchies)

- LastName + FirstName (for standard employee based hierarchies

Note: If you define all three,'displayname' will override the others.

Configuration Syntax :

<exporttovisio enabled="true/false">

<fields>

<field name="displayname">_____</field>

<field name="lastname">_____</field>

<field name="firstname">_____</field>

</fields>

</exporttovisio>

Default Value :

Sample Configuration

<exporttovisio enabled="true">

<fields>

<field name="lastname">sn</field>

<field name="firstname">givenname</field>

</fields>

</exporttovisio>

I was wondering if anyone has tried this customization and if yes, was it successful.

Thank you,

L