Hi there,
When attempting to register a new F&O authentication I get an error when clicking Save:
Steps to reproduce:
1. Open Settings | Integration | Endpoint management
2. Click Add Authentication
3. Under Type choose OAuth 2.0 for Dynamics CRM and Finance and Operations
4. Fill in fake data for all other fields
5. Click Save
This is when the error occurs.
The problem is caused by the fact that the URL field has an id of URL whereas the validation code assumes it's called Crm_url. That then causes the client side script to break.
For anyone running into this right now: I could hack my way around it by using the developer tools to temporarily change the id to Crm_url.
Reproduced on 9.14.
Imar