Microsoft Dynamics CRM Help

Add record walls to a new form

If you are installing Activity Feeds and encounter the error message that states "Multiple forms are present," you must add your record walls to a form manually.

  1. In the Navigation Pane, click Settings, click Customizations, click Customize the System, and click Entities.
  2. Select the entity to which you want to add a record wall.
  3. Click Forms.
  4. Double-click the form you want to modify. The Form Editor appears.
  5. On the Insert tab, in the Tab group, click One Column.
  6. On the Tab Properties dialog box, on the Display tab, in the Name field, enter this exact phrase: tab_recordwall, and in the Label field, enter Record Wall.
  7. Clear the Expand this tab by default check box.
  8. On the Tab Properties dialog box, on the Events tab, click Form Libraries.
  9. Click Add.
  10. In the Name column, enter msdyn_/ActivityFeeds.Form.js.
  11. Click OK.
  12. Under Event Handlers, click Add. The Handler Properties dialog box appears.
  13. On the Details tab, in the Library drop-down list, select msdyn_/ActivityFeeds.Form.js.
  14. In the Function field, enter ActivityFeeds.Form.CustomizationUtils.updateRecordWallRenderingState.
  15. Select the Enabled check box.
  16. Select the Pass execution context as first parameter check box, click OK and then click OK again.
  17. On the Form Editor, click the Record Wall tab to expand it.
  18. On the Record Wall tab, double-click Section.
  19. In the Section Properties dialog box, on the Formatting tab, select One Column and click OK.
  20. On the Insert tab, click Web Resource.
  21. In the Add Web Resource dialog box, on the General tab, in the Web Resource field, select msdyn_/RecordWall.htm.
  22. In the Name field, enter RecordWall.
  23. Select the Pass record object-type code and unique identifier as parameters check box.
  24. On the Add Web Resource dialog box, on the Formatting tab, in the Number of Rows field, enter 15, and click OK.
  25. When your customizations are complete, publish your customizations.

© 2012 Microsoft Corporation. All rights reserved.