cancel
Showing results for 
Search instead for 
Did you mean: 

"Employee Listing" not appearing in Admin Console of Nakisa OrgChart 2.1

Former Member
0 Kudos

Hi All,

I am in the process of installing STVN 2.1 OrgChart. Once logged into Admin Console, I am not able to see the 'Employee Listing' node. The other nodes (Org unit listing and Position listing) are visible.

Is any configuration required to enable the 'Employee listing' in Admin Console?

Warm regards,

J. Thomas

Accepted Solutions (1)

Accepted Solutions (1)

lukemarson
Active Contributor
0 Kudos

Hi J,

I can see Employee Listing in my Admin Console under the Listings tree in the OrgChart module. You can activate it in AppResources.xml by changing enabled="false" to enabled="true" in the listing tag for the SAPEmployeeSearch.

I hope that helps.

Luke

Former Member
0 Kudos

Hi Luke,

Thanks for the response.

In the Appresources file, I could not find an exact place where I could change 'enabled="false" to enabled="true".

The nearest match I could find was the following.

<directory name="SAPEmployeeSearch" default="True">

<caption><![CDATA[Chart Search (Employee)]]></caption>

<listing>

<configuration>SAPEmployeeSearchListing</configuration>

<startasempty>False</startasempty>

<concatenatesearches>True</concatenatesearches>

<searchlimit>0</searchlimit>

<styles>

<style name="Listing" default="False">

Here, I changed the last line, i.e., <style name="Listing" default="False"> to "True">.

However, this did not make an impact in the Admin Console.

Am I doing the changes at the right place?

Warm regards,

J. Thomas

lukemarson
Active Contributor
0 Kudos

Hi J,

At the top of the file should be something like this:


    <module name="orgchart" type="orgchart">
      <directories>
        <directory default="False" enable="True">
          <configuration>SAPPositionSearch</configuration>
          <caption key="2162"><![CDATA[Position Listing
        
        
          SAPPositionEmployeeSearch
          Employee Listing
        
        
          SAPOrgUnitSearch
          Org Unit Listing
        
      
      
        
          SAPOrgUnitEmployeeOrgChart
          Organization Structure
        
        
          SAPOrgUnitOrgChart
          Organization Structure
        
        
          SAPPositionReportingChart
          Position Hierarchy
        
      
    
]]>

In the directories tag should be a directory with the configuration of SAPPositionEmployeeSearch. That is your employee listing.

Have you got that?

Former Member
0 Kudos

Hi Luke,

Thanks for the response.

My Appresources file seems to have different syntax as follows.

< <module name="orgchart" type="orgchart">

<directories>

<directory default="False" enable="True">

<configuration>SAPPositionSearch</configuration>

<caption key="a9e69be3f4db4aa1a6034ccc8a0b8025"><![CDATA[Position Listing]]></caption>

</directory>

<directory default="True" enable="True">

<configuration>SAPOrgUnitSearch</configuration>

<caption key="96b97a40d9164f2fb8c03e313a9ec2b9"><![CDATA[OrgUnit Listing]]></caption>

</directory>

</directories>

<orgcharts>

<orgchart default="True" enable="True">

<configuration>OrgUnitOrgChart</configuration>

<caption key="2164"><![CDATA[Organization Structure]]></caption>

</orgchart>

<orgchart default="False" enable="True">

<configuration>PositionReportingChart</configuration>

<caption key="PositionReportingChart_ModuleCaption"><![CDATA[Position Hierarchy]]></caption>

</orgchart>

</orgcharts>

</module>

<module name="directory" type="directory">>

There is no entry in the Appresources file for SAPPositionEmployeeSearch.

Warm regards,

J. Thomas

lukemarson
Active Contributor
0 Kudos

Hi J,

I assume you are using STVN2.1 OrgChart without SP1? If you implement SP1 (where have you heard that before ) it should include this. I have not used STVN2.1 without SP1 so I can't confirm if it is OOTB functionality, but I know SP1 introduces some enhancements to the OOTB product.

Luke

Former Member
0 Kudos

Hi Luke,

Thanks for the response.

I have installed STVN 2.1 with out SP1.

I have raised an OSS for this issue and awaiting a response from them.

I will provide an update once I get the response.

Warm regards,

J. Thomas

lukemarson
Active Contributor
0 Kudos

Hi J,

This is not a product bug - It is not an OOTB feature of STVN2.1 OrgChart - so you will not get a solution from SAP via OSS. If you want an Employee Search without installing SP1 then you will probably have to create it yourself. My advice is to install SP1.

Best regards,

Luke

Former Member
0 Kudos

Hi Luke,

Thanks for the response.

I will apply SP1 and give a feedback.

J. Thomas

Former Member
0 Kudos

Hi Luke,

I have applied SP1 for STVN 2.1.

The 'employee listing' is appearing now.

Thanks for the help.

J. Thomas

Answers (0)