hi
it is not a simple project it's reports and a lot of logic so i will try to explain step by step
1- i have an (AccountViewModel) & (AccountLookups) in my cs code
Account object values is NULL and it is logic because this is first time run the page
-----------------------------------------------------------------------------------------------------------------
2- in this image you will find two examples
-- first one (red rectangle) is the normal select and the result is Good as you can see in third image
this is the result for (red rectangle) as i mentioned
-- second (yellow rectangle) is what i want to do (auto select) but i got the error (forEach) that i asked for so i want to get API Result to work on it so i want to get lookups values but still can not read it as you see if i used <option selected value="@Model.Account.AccountId">@Model.Account.AccountName</option>
i will get no errors but it won't work because Account Object values is Null as i said and i want lookups which come from API Result
so what should i do ?????????
on my index there is a new object from Account so result still null for first time so error (forEach is not defined) appear i want to work on the API Result not OnGetAsync Result i have an API (data-autocomplete-api-url="/api/mainAccounting/JournalVoucherLine/GetAccountLookup")
hi sir according to this doc https://docs.abp.io/en/abp/8.2/UI/AspNetCore/AutoComplete-Select i follow the steps to make one value selection (i attached images) but i got this error and what is (@SelectedAuthor) from where you get this value ??
thanks for efforts and keep going :)
hi sir it's not a problem but where can i find the link of the new Features and issues that you solved to the new release ??
hi sir,
i want to create new feature and i tried to use ( SelectionStringValueType ) to make it dropdown
but it doesn't work i followed the step within this documentation https://docs.abp.io/en/abp/8.1/Features
i faced a problem in console
here is my code:
is abp provide a way to do this logic: if i have some of pages for example (JournalVoucher / FiscalYear / lines / Money / Accounting) and if i want to insert new record within JournalVoucher so i must first to insert records within rest of pages as JournalVoucher depends on them and all these pages into on createModel (thanks to <abp-tap> ) so my logic is to set for user number01 a permission for JournalVoucher and if he open createModel to insert new record is there a way to give him a permission for rest of pages (FiscalYear / lines / Money / Accounting) automatically
Thank you ,I appreciate your quick response.
hi sir,
according to this documentation https://docs.abp.io/en/abp/latest/Authorization
part of ( IPermissionManager ) i tried to use it but i cant reach the method {SetForUserAsync}
is there an update documentation to use it ???
here is some image of my code
I want to handle permission of SalesOrderAppService which handle the transaction screen, and if user allow only SalesOrder.Create in permission how i enable second service "SalesOrderLookupAppService" automatically from code.