0

「オープンリード」グリッドで複数のリードを選択する必要があり、選択したリードに対して新しいグループを作成する必要があります。

ここに画像の説明を入力

このスクリーン ショットでは、選択したレコードの新しいグループまたはビューを作成する必要があります。

4

1 に答える 1

1

There isn't an out of the box way of selecting a list of records and adding them to a new view. However you can create a personal view and manually select the records you want there.

You can get there by hitting the Advanced Find button on the ribbon, or by selecting the View tab and hitting the New Personal View button.

On that form you can select the records you want there. Then you can Save As a new view.

Another option would be leveraging a custom relationship to the entity & user (or something like connections) and create a view to display records that you have a relationship to (or connection). You would have to open the record first to add yourself, but once you did it would always show up. It would be a good solution if that list doesn't change too often.

enter image description here

于 2013-10-23T13:22:13.873 に答える