Manage People Records from Workforce Planner
You can configure data maps for the Workforce Planner People Export integration so that any number of people record fields are managed from Workforce Planner rather than from Dimensions.
Example: Do not map the TSCity address field from Workforce Planner to the WFDCity field from Workforce Dimensions when you run the integration. This way, the city that is defined in Workforce Planner is not overwritten.
Uwaga: Skills, certifications, and wages must be managed from Workforce Dimensions.
-
Open the Integration Template Designer: Select Main Menu
> Administration > Application Setup > Integrations Setup > Design Integration Templates. Uwaga: If prompted, enter your Username and Password. Kliknij Dotknij Log in.
- Wybierz kartę Zarządzaj > Zarządzanie atomem.
- Wybierz swoje środowisko.
- In Administration, kliknij dotknij Environment Extensions.
- In Process Filter, kliknij dotknij the magnifying glass
. It can take several seconds before the button becomes active.
- Scroll to and select the integration pack: Dimensions Workforce Planner People Export > WFPPeopleExport-vx.
- In Process Filter, kliknij dotknij the magnifying glass
- Select Data Maps.
- From the Data Maps dropdown list, select the WFDPeopleExport_PeopleInfo - WFPPeopleExport_People data map.
- Create a custom script in a function as follows:
- In Function, kliknij dotknij the plus button
to add an intermediate function.
- From Category, select Custom Scripting to transform data by way of Groovy or JavaScript code.
- In Functions, select Scripting.
- Kliknij Dotknij OK.
- In Function, kliknij dotknij the plus button
- In Embedded Scripting:
- In Select Script Source, select Use Inline Script.
- In Language, select Groovy 1.5.
- In Script to Execute, enter doNotManageFromWFD=null. This is a recommended name for the variable; you can name it otherwise.
- In Output, (missing or bad snippet)the plus button
to add the new variable to the output from this function.
- In Name, enter doNotManageFromWFD.
- Kliknij Dotknij Add.
- Kliknij Dotknij OK.
- In the data map:
- Wybierz
, aby rozwinąć lub
, aby zwinąć poziomy.Aby rozwinąć wszystkie poziomy, kliknij prawym przyciskiem myszy ikonę zielonych pól
. Wybierz Rozwiń wszystkoWiersze pokazują powiązania między polami w źródle (lewa strona), wszystkimi funkcjami pośrednimi i miejscem docelowym (prawa strona).
- Connect a line from the destination field that you want Workforce Planner to manage to doNotManageFromWFD in the new Scripting function.
- Repeat for all other fields that you want Workforce Planner to manage.
Example: To not map the contact1 field, link the new function to the contactType and contactValue fields.
- Do not connect the new function to any of the source fields.
- Wybierz
- Kliknij Dotknij OK
- To verify, see Run Workforce Planner Integrations.