To create a tile displaying the User Spotlight of a user:
- set the Tile Type to "Webpart"
- enter "AEUserSpotlight" (the web part class name) into the tile's "Content" setting
- append web part parameters as needed
Displaying a different user on each page visit: Tile Type:Webpart Content:AEUserSpotlight
template={Title} {Department} {email} {WorkPhone}
Displaying a different user every day: Tile Type:Webpart Content:AEUserSpotlight
period=day
template={Title} {Department} {email} {WorkPhone}
Displaying the current user Tile Type:Webpart Content:AEUserSpotlight
user=current
template={Title} {Department} {email} {WorkPhone} |
|
Please enter a comment below if you want to give feedback or have suggestions for improvements: