Hi,
We created a custom date field on the opportunity.
This field uses has the setting "User Local" and the format is set to "Date Only".
We created a view on queue items to display all opportunities in queues, and have included this custom date in the view.
We also created a view on the opportunities itself including this view.
We noticed that on dashboard the view on queues shows date and tiem whereas the view on opportunity works fine.
When executing from Advanced Find, both views shows date only.
The dashboard issue doesn't show when plugin is disabled.
It seems that referring to the output is what causes the date to turn into date and time.
Even when only having a condition in the plugin, it went wrong.
Anyone similar issue or any idea what I can do to solve it?
This is what I have in the plugin
if (context.MessageName == "RetrieveMultiple" && context.OutputParameters.Contains("BusinessEntityCollection")){
}
Kind regards