Adding default dashboards to a group via REST
Hi Fishies,
Using the REST api to create a group in a client org and add default dashboards. In https://developers.yellowfinbi.com/dev/api-docs/current/#operation/bulkAddUserGroupDefaultDashboards it states that the dashboards are added in the order that they are specified. Running the calls through postman (to rule out anything else we do), that doesn't appear to happen. There were no existing default dashboards, the group was created via API call moments before the add default dashboard call was sent
Body array:
[ {"resourceUUID":"e7409ff2-f846-44e1-a603-b78ec51b20b9"}, //Sales Performance {"resourceUUID":"1f797513-3fbb-4502-8e9a-b5827bef22d8"}, //Series Selection {"resourceUUID":"321e5a85-a349-4cfb-b8f4-c9141059a66a"}, //Drill {"resourceUUID":"f20c11a1-4aa3-4a2c-925a-209ba032558f"}, //Campaign Analysis {"resourceUUID":"f19e63f5-7175-4c57-897d-ed865aba8972"} //Analysis ]Order sent:
Sales Performance
Series Selection
Drill
Campaign Analysis
Analysis
Order Implemented:
Drill
Series Selection
Campain Analysis
Sales Performance
Analysis
It's pretty annoying & I can't think of an easy to implement work around other than add each dashboard one at a time &..well it's obvious why we wouldn't want to do that I think :)
Can you confirm behaviour & log as a bug for me please.
Many thanks.
Hi Lex,
Hope you're well.
I'll check this out and get back to you with an answer shortly.
Kind regards,
Chris
Hi Lex,
Hope you're well.
I'll check this out and get back to you with an answer shortly.
Kind regards,
Chris
Hi Lex,
I was able to replicate and confirm this behaviour. It's consistent whether using Dash UUIDs or just Dash IDs and seems to be in the order of number of characters, with longest first.
I'll get a defect logged.
Kind regards,
Chris
Hi Lex,
I was able to replicate and confirm this behaviour. It's consistent whether using Dash UUIDs or just Dash IDs and seems to be in the order of number of characters, with longest first.
I'll get a defect logged.
Kind regards,
Chris
Hi Lex,
I hope you're well.
I can confirm that this defect has been fixed in 9.10!
Please see our announcement of the release of this version, which contains links to download the update.
With the resolution of this bug, this concludes the ticket and I'll mark it as complete.
If you have any questions, don't hesitate to ask.
Kind regards,
Chris
Hi Lex,
I hope you're well.
I can confirm that this defect has been fixed in 9.10!
Please see our announcement of the release of this version, which contains links to download the update.
With the resolution of this bug, this concludes the ticket and I'll mark it as complete.
If you have any questions, don't hesitate to ask.
Kind regards,
Chris
Replies have been locked on this page!