How to add the activity stream for custom tables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2021 02:37 AM
Hello everyone,
I have created an applet for my custom tables. I have created a new field Additional comments as my table is not a child table from task. I have added it in my activity inside my form.
But when I try to add comments from the agent application mobile in the activity stream, I got an error, and I can't add any additional comments. I got the error failed to add additional comments
I have been able to add comments if I create a function but not from the activity stream. Does anyone know where my error is?
- Labels:
-
Agent Mobile App
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2021 03:00 AM
You should normally create an activity formatter for you custom table.
- Navigate to System UI > Formatters.
- Click New.
- Enter a name for the formatter, such as Activities (task).
- Select a Table (your custom one).
- Enter activity.xml in the Formatter field.
- Leave the Type as Formatter.
- Click Submit.
Please let me know if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2021 03:22 AM
I tried this solution but unfortunately, it didn't work.
Does someone know where I can finds the logs for this issue, as I am not able to found any in the log system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2021 04:29 AM
Make sure that in case of a non-extended custom table;
In my case both the mobile page and table record were in the same scope - so editing fields and comments worked but the journal activity screen segment will still fail. I suspect that this goes through some kind of global or mobile scoped scripts/functions which is why point 2 is needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2022 10:23 AM
Hi Fernando,
How do you create a field where the name is "work_notes" or "comments", the system always adds "u_". Is there a way to skip that?