Hi
Are they created by event actions? If so check that they are enabled.
Hi @tobese,
I created a simple event action for testing about the problem after this post. So when the action triggered, i see the Info at the tasks screen. But still its not showing at the notification board.
It is so weird i think.
Hi @0guz
Best thing to do is create one manually (which works?) and one via the event (which does not work) and then compare them via the database and see what the differences are.
For streams:
SELECT * FROM fnd_stream_tab
For Tasks:
SELECT * FROM todo_item_tab
Hi again @paul harland sorry for late.
I checked that tabs so the fnd_stream_tab is include only manuel records as “Send To…” option and not include the tasks.
todo_item_tab is include the all tasks as what i want to. But i am seeing nothing about that tasks at the notification area.
Now, what i should check can you show me a good way?
I tested with adding an action that creates a Streams Message, that works fine.
When a task is reassigned then there is also a stream item created.
Hi @0guz ,
Can you check whether the users are connected to person records or not, if yes then can you check that person id and user id values are identical in your scenario.
BR, Ahmet