What's the best way to permanently hide most activity fields on Assist Tasks in Oracle Fusion Field Service?
You can hide fields on Assist Tasks, depending on how you identify those tasks:
- If Assist Tasks are a different activity type:
- Set the visibility condition for properties you want to hide to:
ReadWrite if aworktype NOT IN {aworktype_label of Assist Task}
This ensures these fields are not displayed for Assist Tasks, but they remain visible for other activity types.
- Set the visibility condition for properties you want to hide to:
- If Assist Tasks are identified by the
XA_ENG_ASSISTING_FLAG property:
- Set the visibility of those properties to:
ReadWrite if XA_ENG_ASSISTING_FLAG is empty
The fields will be displayed only if the XA_ENG_ASSISTING_FLAG property has no value. If it is populated, the fields will be hidden.
- Set the visibility of those properties to: