Hi there!
I have an integration with external system in my CRM Online.
I need to create settings page for this and store this settings in CRM. It need to be simple, for example showing by click on the setting button html with fields. And Save settings button. But in the solution i can add only simple entity for this which have a view list and ability to add new records. But I need only one record with settings and I don't need list view.
Any ideas how to show by button click singletone form with fields?
May be exists way to call custom javascript from button in settings section? It can help me.