regarding backend name

shreya_3009
ServiceNow Employee
ServiceNow Employee

how can i know the backend name of additional comments

6 REPLIES 6

Ankur Bawiskar
Tera Patron
Tera Patron

@shreya_3009 

what you mean by backend name?

you can always check the column name from the dictionary on that table

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

i have to display the additional comments values in the table i created, so when i am writing BR i am unable to retrieve the additional comments value

@shreya_3009 

I believe it's a journal field so you can't access it directly

current.comments.getJournalEntry(1) ; // give latest entry


current.comments.getJournalEntry(-1) ; // gives all entries

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

using this, i am getting the entire time stamp, name of the person who wrote comments , i just want the comment which is being written