Hi there,
I am having a problem. I use details view to see my records in Portal but it does not recognize the javascript applied, entering the record itself does recognize them. Will it have a solution?
Here is not working
Here is the javascript and when I open the record without details it works correctly
Any advice is welcome,
Diego.
Hi @Dbotta,
That JS appears to be on the Web Page (I only read English, so could be wrong!), and won't apply to the Entity Form because this is an iFrame (and thus has it's own source). Try moving the JS to the Web Form (should have a Custom JavaScript section, but no Custom CSS) and trying it again.
Side-note, I like the color scheme/look of your environment. 🙂
Hi @Dbotta , Just in case if you are trying to add the JS in the web page which has entity form on it. Here are the steps
1. Log in to Portal Management > Web pages
2. Under Localized content > Select the web page > and click Edit from the Ribbon
3. Under Advanced section >Custom JavaScript> You can add your code there like below.
Hope it helps.
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.