Wild card search is not working for Regarding Entity for New Note button on home screen of Dynamics 365 app - crm

I am using updated Dynamics 365 app in my mobile (IOS).
Once you log in, home page appear with Today view by default. There is a new button introduced in bottom is New Note.
Once you click on the New Note button, it asks for Select Regarding Entity.
My issue is that this searching capability is not working with wild character (*) like star but it works with specified character.
Is this bug/ feature or there is any settings that I am not aware?

Related

Prism detecting if page is modal programmatically and go back

I am implementing a feature using "connectivity" from essentials that when the app goes "offline" no wifi etc.. it navigates to a specific page.
It works in most cases however if I set the phone on "Airplane Mode" when I am on a modal page it does not navigate to my page.
In Prism is there a way to detect if the current page "IsModal" and either goback or kill it so that I can navigate to my specific Page?
THanks
You'd have to write some crazy lookup logic to figure it out. Unfortunately the helper for that doesn't currently exist. However the latest Prism 7.2 preview has some enhancements that specifically attempt to eliminate the need to figure out whether you require Modal Navigation and automatically use the proper type of Navigation. I would encourage you to try the preview. If you come up with a scenario where GoBack isn't working correctly please open an issue.

How to add back navigation functionality to standard SAPUI5 application 'ar_srvc_news'?

I have configured a news tile in Fiori Launchpad and linked the ar_srvc_news (found in the SPBUTIL role in lpd_cust) UI5 application to it. Is there a way to enable back navigation functionality in it similar to the one that exists in SAP Fiori Trial website (highlighted in below image)?
The tile configured in our system opens the News application without any header. I checked the BSP application AR_SRVC_NEWS in SE80 and the view that displays these news items is NewsTileDrillDown.view.js. The navigation button that allows back navigation has not been enabled in it. I assume we set the showNavButton for sap.m.Page to be true to enable this functionality. Feel free to correct me if this is not correct.
Also, a blank window opens up upon clicking on any of the news items. The application is displaying sap.suite.ui.commons.FeedItemHeader for displaying the news items. How to disable this navigation? I observed that in SAP Fiori Trial website, only the last news item is clickable and opens a new window. We are following the same RSS feed hierarchy as the website's but this does not help.

Google Font not Rendering properly on Webview in Javafx When Loading Google Form

I want to load a Google form in my application so that user can submit bug report. I am using WebView to load that page. It's loading, but text are not showing. Instead of showing text, it is showing box. But on browser it is showing perfectly. Here is the screenshot of that page.
Google form page screenshot
Here is my code snippet:
final WebView webView = new WebView();
webView.getEngine().load(googleFormURL);
mainLayout.setCenter(webView);
But if I sign in there, it show properly, no font problem. How can I fix it?
Possible workaround: Instead of using the new Google Forms use the old Google Forms.
Note: The old Google Forms theme feature allow to customize several settings like the font to be used for several elements.
From https://support.google.com/docs/answer/6281888?hl=en
Opt out of the new Forms
If you need to, you can go back to the Forms. In the bottom left
corner, click Exit .
You can only opt out of the new Forms on a computer.

How to stop app name from appearing in Open Graph story attachment

I've created a custom action and a custom service and I have configured the 4 caption lines in the edit attachment screen. The problem I have is that og:title always appears by default (which is OK for me) but also my app name appears on the 2nd line - which is really undesirable. This wasn't happening a week ago and I can't work out why it's suddenly doing it now or how to prevent it.
I submitted a bug to Facebook and the response was that it's by design but it wasn't always doing it so it must be controllable. Has anybody else come across this?
The behavior of this is strange but it turned out that once my app was submitted for review and approved the app name no longer appears in the attachment. However, in the mobile FB app view it still shows the app name and doesn't show the lines as defined in the attachment. I guess this is just a difference between the UI design of web and mobile.

Flex - invisible text until mouse pointer moves outside textInput

We have an application running flex sdk 4.5 and have recently encountered an issue with textInput fields which we have not been able to reproduce on our end for the better part of a month now.
Here are the symptoms:
Users opens an input form which contains several input fields (combo boxes, calendars, text inputs, etc)
User clicks inside a text field
Users types (obviously!)
** Nothing appears in the text input - we have validators on some of these fields and they do kick in properly (ie. user sees red box around textInput disappearing)
User moves cursor outside of text input field and text appears
Give or take, this is the test case we've been provided. We have been unable to reproduce this and I'm reaching out to see if anybody has heard of issues like this in the past.
They are running our flex application in the following environment:
Windows XP SP3
IE 7.0.5730.13 (locale = en-gb)
Flash Player 10.3.181.14
Upgrading either of these components is not an option. Installing the flash player debugger is not an option either.
Now we've setup a pc exactly the same way as they have on their end and still haven't reproduced. So we're really stuck at this point :)
Any suggestion is greatly appreciated. I'll provide any additional info needed.
-Marc
Feb. 2nd 2012 - Update
As I noted in my comment reply to shaun, it seems our customer was more or less precise in their description of the issue. We ran a webex session with them this morning and actually saw the issues first hand.
Here's what happens:
- User loads our application via its url
- User is able to input data and pretty much do any function for a 'random' time period
- All of a sudden, the issues start (there are more symptoms than just the one I originally mentioned):
1. Users type in text input fields and they won't see the text appear until they move the cursor out of / into any other component (could be entering an hbox, exiting a text input field, etc)
2. Combo boxes behave more or less the same. They can drop them down, but then the mouse wheel no longer refreshes the list. It actually scrolls in the background, but until the user moves the mouse, the list does not refresh
3. We also communicate between the server and client via an amf channel. The events make it to the client, but again, they won't see the screen refresh until they move their cursor.
So basically, the application still seems to work, but the screen is no longer refreshing. Could it be something to do with an invalidate / update of the display list that doesn't kick in? We'd like to get them to install the debugger version of FP, but that doesn't seem to be an option.
Another thing to keep in mind: they have a VERY bad internet connection. They average around 1-1.5mbps (megabits) which is enough for our app, but I just thought I'd let you know.
We learned that they also use a Citrix presentation layer to deploy IE 7 to the end users. We've received confirmation from the end user that even if they launch IE on their workstation (not through citrix), they get the issue also.
Another note is that we've seen no errors in our web server, jboss or application logs...
So that's the update I've got... anyone have more thoughts on this? We've more or less discarded the fonts being an issue at this point since the issue affects more than just 'fonts'. Is everything on the screen not updating anymore.

Resources