Hi,
I want to add a table for maintaining Master Data - Example Currencies.
[Currencies] Id (PK) Code Symbol IsoCode NoOfDecimals
[CurrenciesText] Id(PK) CurrencyId(FK) LanguageId(FK) - from standard table DisplayName
If something like below can be achived using standard Languages(Under Administation) screen with the table as a source, that would be great.
[Currencies] Id (PK) Code Symbol IsoCode NoOfDecimals DisplayName LanguageId
Please advice?
This would make it really enterprise level.
Alternatively, I will have to use enums.
Best Regards, Vikas
2 Answer(s)
-
0
Hi @aggarwal,
Is it something like this https://github.com/aspnetzero/aspnet-zero-core/issues/632 ?
-
0
Thanks. It does look like this issue.
I come from SAP background and this is a key Enterprise feature.
It would be good to have the table as a source.
I will do some workaround for now.
Regards, Vikas