D365 UCI - MCU Time Line
Vinicius Basile
Senior Solution Architect @ Fellowmind | Dynamics 365 | Power Platform
That's a sample of how can we implement the time line control for a custom entity.
For this sample I've used theMarvel Cinematic Universe (MCU) :)
The Implementation
I've created a simple custom entity called Movie and I've defined the attributes to compose the timeline control:
- Name: Single Line of Text
- Premiere: Data & Time
- Studio: Single Line of Text
- Director: Single Line of Text
- Img Reference: Web Site
- Trailer Reference: Web Site
Then I've changed the exhibition way of the entity.
The Result
Considerations
- The Labels don't accept Multiple Lines Text.
- The Sorts don't accept Date fields, only Date & Time.
- The Group doesn't accept Option Sets, then I've created a Single Line of Text field and apply another control of auto complete on the form.Auoto
- The URL require a address to redirect the user on the click, the record url doesn't avaliable.
- Require a Image URL.
Enjoy :)