
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2023 07:32 PM
Hello everyone,
I can't seem to figure out where to find the "comments" field from an asset's edit page in the report builder.
I've seen results online for adding comments from the "comments tab" of an asset. But I am looking for the "comments" field which doesn't seem to be included in tblAssetsComments. I can only find the "description" field under "tblAssets". Perhaps I need more coffee.
Solved! Go to Solution.
- Labels:
-
Finished Reports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2023 11:20 AM
Hello there!
This tblAssetComments stores the comments added to your assets’ Comments tab. Note that the Comments field found in the Summary tab pulls from tblAssetCustom.Comments instead and is provided for backward compatibility with older Lansweeper releases.
This is also documented in our database documentation: https://community.lansweeper.com/t5/reporting/access-lansweeper-database-documentation/ta-p/64481

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
hey my business name is Arsparks and my services is towing cars and decking and undecking cars.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2023 05:09 PM - edited ‎09-27-2023 05:12 PM
.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2023 09:32 PM
It is located in tblassetcomments.comment

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2023 10:03 PM
I tried adding that table, but only seem to get the auto-generated comments from "AddedBy" Lansweeper.
It doesn't seem to pull in comments added by user's on the main asset info page.
I added the tblAssetsComments table using a full join to tblAssets to ensure I wasn't missing anything.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2023 11:20 AM
Hello there!
This tblAssetComments stores the comments added to your assets’ Comments tab. Note that the Comments field found in the Summary tab pulls from tblAssetCustom.Comments instead and is provided for backward compatibility with older Lansweeper releases.
This is also documented in our database documentation: https://community.lansweeper.com/t5/reporting/access-lansweeper-database-documentation/ta-p/64481

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2023 05:11 PM
Thanks! Not sure how I missed that. I think I kept scrolling over it in the editor.
