On the V12 Career Worksheet, you can include a checkbox on each Future Role which allows the User to specify that the Role is a Career Interest on the Employee Profile or People Profile.
In order to use the Preferred Next Move portlet in the profile, the corresponding background element code has to be configured in the Succession Data Model.
12345678
<background-element id="preferredNextMove" type-id="16">
<label>Preferred Next Move</label>
<data-field id="title" field-name="vfldl" required="true" max length="4000" max-file-size-KB="1000">
<label>Title</label>
</data-field>
</background-element>
The instance must also have a "title" data-field defined within that background element.
Additional data-fields may also be present.

The Career Worksheet template must also have the share permission enabled for one or more relative roles.
For example, in the top configuration shown in the figure, only the employee can share his/her own future career plans. In the bottom configuration, no roles are listed in the share permission, so no roles have permission to share the career worksheet information.
Enabling this function exposes a checkbox to the user on the Career Worksheet.

Note
This function only copies the role name from the Career Worksheet to the Live Profile data model. An advantage of this approach is that if the user enters a value directly into Live Profile that is an exact match with a role name, and that role is on his/her career worksheet, the system will detect the match and check the checkbox. However, there are limitations to internationalization with this approach. At this time, the Families & Roles structure is not fully internationalized, so role names are always in the same language in which they were originally set up and selected.Adding the Portlet to the Profile Configuration and Assigning Permissions
Once the portlet exists in the Succession Data Model, you can go to the action search and navigate to Configure People Profile.

The Preferred Next Move block is available under the Live Profile Background Information section.
You can drag and drop this block where it makes sense in the profile. You can also give the block and subsection a name. You can keep the name Preferred Next Move or name the block anything you’d like, such as Career Goals or Future Roles of Interest. Save the modifications you made in Configure People Profile.


Once the configuration of Preferred Next Move is complete, the end user view within People Profile looks similar to the figure below.

Enabling Role-Based Permissions for the Preferred Next Move Portlet
As with any newly created portlet, the permissions in RBP have to be updated. From action search, go to Manage Permission Roles. Select the roles that should be able to use the portlet. The name of the portlet will depend on the label used in the Succession Data Model. In our previous example that label was Preferred Next Move. Under the User Permission, the Preferred Next Move portlet is found in the background for the category Employee Data. Save the modified permissions.