Microsoft Dynamics 2011 Activity Feeds provide real time notifications and quick sharing of information via quick, short updates. The solution is available on the
If you are using Microsoft Dynamics CRM and you have multiple forms configured for an entity on which you wish to display the Activity Feed wall, you will need to download, import and publish the solution, and then you will need to follow the steps below to ensure the activity feeds are visible on the forms you want to display the wall.
1. Once you have imported and published the Activity Feed Solution, you need to enable your
2. Open an entity form for the entity you want to enable for activity feeds. In this example, we are using accounts. Open the Form Editor.
-
- Insert > Tab > One Column
- Open the Tab to edit the Tab Properties > Display
- Name= tab_recordwall
- Label = Record Wall
- Uncheck “Expand this tab by default”
- Tab Properties > Events
- Form Libraries, add msdyn_/ActivityFeeds.Form.js
- In event handlers, Add
- Library: msdyn_/ActivityFeeds.Form.js
- Function: ActivityFeeds.Form.CustomizationUtils.updateRecordWallRenderingState
- Check “Enabled.
- Check “Pass execution context as first parameter.
3. Save your changes to the tab and return to the form editor. Select the section inside of the Record Wall Tab. Set to ‘One Column’.
4. Back in the Form Editor, click Insert > Web Resource
- General Tab
- Web resource = msdyn_/RecordWall.htm
- Name = RecordWall
- Visible by Defualt = checked
- Pass record object…= checked
- Formatting Tab
- One column
- 15 rows (this is flexible, but 15 is standard the standard look).
- Display border = yes
- Scrolling = as necessary
5. Save, publish and go!
Post by: Brad Koontz,