I would prefer to be a notification rather being a message box
From App Service. yes I can create one , but I was thinking if it would be part of the framework that would be nice.
Thank You Point noted. : :)
Thank you so much. But as I am not sure how to write it for ExtJS so probably have to wait for someone to help me out
This is why I respect you and this forum. I already knew what Languages is capable of doing but it completely missed out from my mind. Thanks for showing the right direction. I don't want to get fancy and implement something which is already available in Abp.
Few Questions :
How do I pass the credentials along with Tenant info using Odata feed from excel
AbpWebApiAuthorize works for me
My data looks like the below :
{ "@odata.context":"http://localhost:6240/odata/$metadata#COA","value":[ { "Id":1,"xxxxx":"ttttt","Description":"xxxxxx","rrrrr":"xxxxxxx","DisplaySequence":0,"IsApproved":true,"IsPrivate":false,"TenantId":4,"OrganizationUnitId":0,"IsActive":true,"IsDeleted":false,"DeleterUserId":null,"DeletionTime":null,"LastModificationTime":null,"LastModifierUserId":null,"CreationTime":"2016-03-04T09:35:40.653-08:00","CreatorUserId":9 } ] }
But when I open in excel I get the below error:
"We can't use the data from this feed. Make sure the external data feed server is available and your connection information is correct"
Thank You very much. Appreciate it.
Worked perfect. Thank You so much.
Thank You for the clarification. I would rather refrain from using .WithConventionalVerbs() if it's a not a guaranteed work around.
[attachment=0:3uk9bi1c]Swagger UI.png[/attachment:3uk9bi1c]
For now please ignore the issue related to wiring up the comments. I think I am able to do it. Will update this thread with my findings.