NewFeatures:
-
New Tolerance control: This feature allows you to search for money and number fields with a tolerance defined in percent. Learn more here. (PO)
-
Right-to-Left basic support: If Dynamics 365 is displayed for Right-to-Left, the PowerSearch UI will be as well. SubGrids in the result preview are not supported for Right-to-Left and will be hidden. (PO)
- New settings key “psccustomsettings”: This settings key can be used to change the style of the search field labels within PowerSearch. It is not available via the web configuration and needs to be added manually. To make the search field labels bold, add the following:
Name: psccustomsettings
Keyvalue:
{
"searchfield": {
"label": {
"css": {
"font-weight": "bold"
}
}
}
}
BugFixes:
–