Hello,
I have installed the bulk edit app for our project server environment. I am getting an error in the following scenario:
* Client field is a lookup.
* Add this field to the bulk edit projects screen.
* Filter the listing by a client name that contains the charater “&”. For example, pick to show all projects where client name is “X & Y”.
* The following error message is displayed:
Error getting project count, error was: parsererror details: Error: Invalid XML: {“error”:{“code”:””,”message”:{“lang”:”en-US”,”value”:”Unterminated string literal at position 50 in ‘ProjectOwnerName ne null and ClientName eq ‘X ‘.”}}}.
It seems to truncate at the “&” character. In all other cases, filtering works as expected.
Thanks :)