Messages: Difference between revisions

From Customer365 for SageCRM
(Created page with " Requires a screen on "Communication" called "PortalMessagesListView" and the associated view "vcommunication" With fields 1. comm_subject 2. comm_createdby 3. comm_createddate 4. comm_updateddate 5. comm_email 6. comm_note")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
   "PortalMessagesListView" and the associated view "vcommunication"
   "PortalMessagesListView" and the associated view "vcommunication"


With fields
With fields:
 
1. comm_subject
1. comm_subject
2. comm_createdby
2. comm_createdby
3. comm_createddate
3. comm_createddate
4. comm_updateddate
4. comm_updateddate
5. comm_email
5. comm_email
6. comm_note
6. comm_note
----
To filter messages (using a custom flag for example) we use "CasesMessagesFilter"
  <add key="CasesMessagesFilter" value=" and (comm_ct_portalhidden is null or comm_ct_portalhidden='N')" />

Latest revision as of 19:17, 4 January 2024

Requires a screen on "Communication" called

 "PortalMessagesListView" and the associated view "vcommunication"

With fields:

1. comm_subject

2. comm_createdby

3. comm_createddate

4. comm_updateddate

5. comm_email

6. comm_note


To filter messages (using a custom flag for example) we use "CasesMessagesFilter"

  <add key="CasesMessagesFilter" value=" and (comm_ct_portalhidden is null or comm_ct_portalhidden='N')" />