Configure Project-related fields on the Add Activity page

In Oracle Fusion Field Service, project-specific attributes (such as Task Name, Task Number, and Task Description) are typically relevant only when an activity is associated with a project. The activity record stores the project linkage using the pjf_project_id attribute.

To configure project related fields on Add Activity page.

  1. Navigate to Configuration > Screens > Add Activity.
  2. For each field such as, Task Name, Task Number, Task Description, configure a visibility condition so the field only appears when the activity is linked to a project.
  3. Apply the following condition to each field: (NOT empty(activity.pjf_project_id)).
    The project specific fields will be displayed and available for input only when the activity is associated with a project. If no project is linked, these fields remain hidden or disabled, depending on your page configuration.