I have found whether I use UserFriendlyException from the server side or abp.message.warn from the client side the DOM does not honor my elementref.focus() method and moves to the next input field. If I use a typical alert() message the focus request is honored. Any ideas how to get the cursor back to the same element that the error was generated? Does ABP have any function or utilities to help with this type of situation? I am open to any suggestions.
Thx
How do I about getting the JSON code value from the exception in the Angular TS component?
Where might I locate an example?
I am using the latest version of ANZ and trying to locate documentation for alerting users, everything I found is for MVC. I need to validate a serial number entered is not a duplicate before dialog submission. What is the recommended process for alerting requiring a web api call? A sample would be great as I am still very new to the framework.
Thx
I think I know what happend during this generation.
Did I miss something regarding the latest RAD tool updates regarding the standard added fields:
`CreationTime = table.Column<DateTime>(nullable: false),
CreatorUserId = table.Column<long>(nullable: true),
LastModificationTime = table.Column<DateTime>(nullable: true),
LastModifierUserId = table.Column<long>(nullable: true),
IsDeleted = table.Column<bool>(nullable: false),
DeleterUserId = table.Column<long>(nullable: true),
DeletionTime = table.Column<DateTime>(nullable: true)`
Up until this release these fields were always added to my Migrations Create Table entry however the latest release is not adding these to the create table. Did I miss something in the latest RAD updates?
Thanks.
Thanks @maliming - this is what I was looking to verify for the connection requirements. I have been able to make connections with SoapUI without issue.
I understand, they are using C# and will be consuming our inventory counts, which is already used in the system. I wish to give them the ability to consume the same method from the web service however I do not have documentation to give them on how to create the auth token and perform the call.
This is all new to us as well with ANZ.
Hi,
I thought I saw a document regarding information and details about how an external client could call the ANZ web services however I am having trouble locating it again. Does anyone have a direct link or recommendation on how they perform authorization then consume only the services they have authorization for? All of our services have permissions.
Thanks.
@alexanderpilhar - THANK YOU, THANK YOU! I see where I didn't have one of my class attributes set correctly and now its all working. I love your format. I have not seen the localization attributes prefixed like you have them. Is this to help group your items and I am assuming you modified all of your file. Is this beneficial to your organization?