Fabric Answers Event: how to see all custom attributes? - crashlytics

In my app when user reports a spelling error in the table row I send an event with a name mistake with custom attribute id that contains id of the row.
In my case it's possible to have more than 400 different values but in Fabric I see only top 100.
Is there a way to see all of them?

In Fabric, we show the top 10 and there isn't a way to see the full 400. If you link your app to Firebase you can access up to 25 attributes. Check out https://docs.fabric.io/apple/answers/ios-export-firebase.html for more details.

Related

custom FirebaseAdmin.Messaging.Message

I am going to send a notification through the admin panel and I searched to get the following code.
The problem here is that the data I pass has several fields, the notification has only 3 fields here. Do you have a way to add notification values?

Chart in Dynamics 365 Portal page is not filtering based on current logged in user

I am running Dynamics 365 Customer Self-Service Portal (v8.3.3.153) for CRM Online, and I'm having trouble getting a chart to display the correct data based on the currently logged-in user. I set up a pie chart for cases and added that to the Support Home page which also has an entity list control to display cases based on different view selections. So for example, if I am viewing open cases in the entity list, that is filtered by my currently logged in user so I have 5 cases, but the chart shows all open cases for all contacts (300+) when using the same view for the chart as for the entity list. In my support home page I added Liquid code like this:
{% chart id:"F1F23F44-4C37-E811-811F-E0071B6AA291" viewid:"9F9AA5DC-A537-E511-947E-00155D038C01" %}
I tried the suggested view filter configuration based on the article here, but that just resulted in my seeing no data in the chart, it seems that the portal page didn't automatically switch out the contact guid.
Is there any way to configure a chart to reflect the same filtering based on contact and/or parent account as can be done with the entity lists?
I am also integrating charts on the Portal and noticed this behavior, but as I want to display this only to the Admin was not an issue.
It also happened to me to have filters not applied same way on the CRM and Portal. for example using a Lookup field value, seems more like a bug to me.
Give it a try to use the View on a Entitylist and see what kind of results you get there, otherwise I'll suggest you to raise a Ticket to Microsoft.

Fabric Answers Event: how to view all values of a category attribute, not just the top 10

Using Fabric Answers events, is it possible to see all values of a category attribute instead of just the top 10?
See here for how Fabric shows category attribute values. I am not seeing where I can view all values rather than just the top 10.
It's not currently possible to view values outside of the top 10. It's an enhancement that team's been thinking about and I'll make sure to pass along your feedback!
Update
You can now link your Fabric app to Firebase and view up to 25 attributes and get access to Big Query. Check out https://docs.fabric.io/apple/answers/ios-export-firebase.html for more details.

How do I update Jira custom field values via REST api

I need to update "matter" field (single select list). What is the best way to do that?
I have a values in bulk (more than 100) to be added to the custom field. Is there any way i can do this by using an API. I have also checked the link
But nothing is mentioned here as well.
Just add the customfield to the issue json like
{ "fields": {"customfield_XXXX": "value"} }
where XXXX is the customfield number. You can get it by looking at the custom field screen on Jira and look at the link shown in the browser bar by hovering you mouse on the custom field action links.
Moreover you said that is a single select list so the value will be only ONE.
If you intend to CREATE or EDIT a customfield on the fly with 100 choices it is a completely different problem.
Check this unresolved suggestion on the Atlassian website for advice. The issue contains also a workaround with a custom plugin available.

Why is my connect with facebook on my site not working?

When I click on the login button on http://www.coupean.com/user/login
I get an error.
What am i doing wrong to setup in Facebook App?
Do I need to touch anything on Open Graph?
When I want to submit the "like' action it always gives me this message:
No Aggregations created for this Action Type. Please create a completed Aggregation populated with sample data before submitting for review.
so i set up the aggregation...
but I do not know what this actually means and if i am doing them right.
![enter image description here][4]
How can we make the login work? Could you please provide a detailed explanation?
I cannot post up images here so:
please go to
http://www.coupean.com/images/s1.png
http://www.coupean.com/images/s2.png
and s3.png and s4.png under the same root url
https://www.facebook.com/dialog/permissions.request?api_key=APP_ID&app_id=APP_ID&...
You obviously need to insert your app's app ID and API key...
Additionally you now need to reset your app secret since you just made it public in one of your screenshots.