Autocomplete being shown from autocomplete command only works once
When a command is added to an autocomplete which itself shows an autocomplete list for the same field, this works as expected the first time but fails the second time at some point in the main Microsoft minified javascript.
The attached script demonstrates this problem. It attaches to t...
Autocomplete command tooltip always shows "Create new "
When attaching a custom command to an autocomplete list, the tooltip shown when hovering the mouse over the command is always "Create new ". This is confusing to the user in two ways:
1. It is showing the logical name of the attribute rather than the display name
2. Th...
Autocomplete command tooltip always shows "Create new "
When attaching a custom command to an autocomplete list, the tooltip shown when hovering the mouse over the command is always "Create new ". This is confusing to the user in two ways:
1. It is showing the logical name of the attribute rather than the display name
2. Th...
Adding leads to marketing list with Advanced Find fails when using auditing
We have auditing enabled on the lead entity. When using Advanced Find to add leads to a marketing list we see the initial "Processing..." message. This then disappears and is replaced by an error message window, but there is no error message in it, only a spinning circle. This never disappears...
Fix recommendation notifications on Two Options controls
Attempting to add a RECOMMENDATION level notification to a Two Options type control appears to work, and places the blue "i" symbol next to the field. However, clicking on the icon simply toggles the field value as if the field had been clicked normally.
Clicking the icon should displa...
App for Outlook: Track regarding a record with ampersand in the name
Using the App for Outlook, track an email and set it regarding a record (account, opportunity, whatever) that has an ampersand (&) in the name. Tracking the item fails and shows a "retry" button, which fails again.
This seems to be due to the ampersand being included unencoded in th...
Auto-prefixing of URLs should trigger OnChange event
If you enter a domain name into a URL-type field, it is automatically prefixed with https://. If you have an OnChange event handler for that field, it is called with the originally entered value and not called again with the prefixed value. The event handler should either: 1. be called once wit...