Assistance Needed: Prevent Demands from Showing in Time Sheet Portal
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago - last edited 2 hours ago
Hello @all ,
Whenever I create a Resource Assignment from the Demand form related list, the corresponding demand starts appearing in the Time Sheet Portal under the “All Tasks” tab.
My requirement is that demands should never appear in the Time Sheet Portal, even if a resource assignment is created for them.
I have checked the Time Sheet Portal configuration, and there does not appear to be a direct table such as Resource or Demand available for filtering.
Has anyone encountered a similar requirement or implemented a solution for this scenario?
Any guidance or suggestions would be greatly appreciated.
{
"tm_grid_options": {
"displayValue": "Time card grid options",
"value": {
"pageSize": 20,
"restrictedStatesForDuplicateMerge" : ['approved', 'processed'],
"header_fields": [{
"name": "task.short_description",
"width_in_percent": 16
},
{
"name": "project_time_category",
"width_in_percent": 20
}
]
}
},
"task_selector_options": {
"displayValue": "Time Sheet Portal Task Selector Options, set maxVisibleTask, maxVisibleGroupTasks to positive integer to limit task selector cards.",
"value": {
"tables": "rm_story,pm_project",
"maxVisibleTasks": -1,
"maxVisibleGroupTasks": -1,
"disableTaskSelectorSync": false,
"showDuplicateCards": false
}
}
}
0 REPLIES 0
