Pings: Difference between revisions
From MobileX for SageCRM
Crmtogether (talk | contribs) No edit summary |
Crmtogether (talk | contribs) No edit summary |
||
Line 13: | Line 13: | ||
---- | |||
To enable the “custompages/sagecrmws/web.config” file must be updated to add in | |||
<add name="Pings" /> | |||
EG | |||
<CustomPlugins> | <CustomPlugins> | ||
<plugins> | <plugins> | ||
... | |||
<add name="Pings" /> | <add name="Pings" /> | ||
... | |||
</plugins> | </plugins> | ||
</CustomPlugins> | </CustomPlugins> |
Revision as of 15:43, 12 December 2019
Pings are short messages that are created contextually and that the user can send and receive within the app
Click on "Pings" to view the list.
Pings Out are pings you sent
Pings in are pings sent to you
Open pings are pings you have not clicked yet
- when you click a ping it is removed from the Pings out list and you are brought to the entity
To enable the “custompages/sagecrmws/web.config” file must be updated to add in
<add name="Pings" />
EG <CustomPlugins>
<plugins> ... <add name="Pings" /> ... </plugins>
</CustomPlugins>