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.
- In the Navigation Pane, click Settings, click Customizations, click Customize the System, and click Entities.
- Select the entity to which you want to add a record wall.
- Click Forms.
- Double-click the form you want to modify. The Form Editor appears.
- On the Insert tab, in the Tab group, click One Column.
- 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.
- Clear the Expand this tab by default check box.
- On the Tab Properties dialog box, on the Events tab, click Form Libraries.
- Click Add.
- In the Name column, enter msdyn_/ActivityFeeds.Form.js.
- Click OK.
- Under Event Handlers, click Add. The Handler Properties dialog box appears.
- On the Details tab, in the Library drop-down list, select msdyn_/ActivityFeeds.Form.js.
- In the Function field, enter ActivityFeeds.Form.CustomizationUtils.updateRecordWallRenderingState.
- Select the Enabled check box.
- Select the Pass execution context as first parameter check box, click OK and then click OK again.
- On the Form Editor, click the Record Wall tab to expand it.
- On the Record Wall tab, double-click Section.
- In the Section Properties dialog box, on the Formatting tab, select One Column and click OK.
- On the Insert tab, click Web Resource.
- In the Add Web Resource dialog box, on the General tab, in the Web Resource field, select msdyn_/RecordWall.htm.
- In the Name field, enter RecordWall.
- Select the Pass record object-type code and unique identifier as parameters check box.
- On the Add Web Resource dialog box, on the Formatting tab, in the Number of Rows field, enter 15, and click OK.
-
When your customizations are complete, publish your customizations.
