Hello Everyone,
I'm working on dynamics 365 portal. I want to open new or different web pages for different Entity records in dynamics 365. Like an entity list is associate with a single "Detail Page"(where entity records details displayed) When I opened a single record then it's detail showed in "Detail Page" and then I applied some HTML, CSS,JS on it. So Its effects on all records Detail page. I want to open different web pages for different records. For example "Image_01" showed in "Record_01" and "Image_02" in "Record_02" and so on or HTML,CSS,JS will be different for different records.
How is it possible to apply different HTML,CSS,JS for different records in dynamics 365 portal.