Hello,
I think your abp cli version is 4.4.4 and abp suite version is 4.3.0 Update your ABP suite version with the command
firstly uninstall by using commanddotnet tool uninstall -g volo.abp.Suite
and then installabp suite install --v 4.4.4
after that get log in to abp and then run commandabp suite
thanks
I have updated version and now i am getting this error Please see if you can help here
Hello,
please do check whether ABP cli version and ABP suite version are same or not?
thanks
how to check ABP cli and ABP suite version ?
Getting this error when we are invoking this API. invoice/api/InvoiceManagement/AR/FX/invoice/getInvoicesListByStatusId
Any update on this? Please treat this urgent requirement, We are a licensed subscriber for ABP.IO, Please see if we can have a quick connect.
Can you share any boilerplate code to explain ID(guide)?
We were trying to avoid any changes (not adding a new column and no intermediate table) in transactional data tables such as "Customers" and, "Invoices" because these data tables sit in separate microservices and databases, and where BusinessUnits data sit in Tenant_Admin Database.
In inorder to filter these BusinessUnits mapped users, We have to add a new column "BusinessUnits Code" under all data such as "Customers" and, "Invoices" and then we can take the login user BusinessUnits code and filter it accordingly.
Is there any other way around to avoid creating new new column "BusinessUnits Code" in all transactional data tables?
please see if we connect and discus this in detail, Please share your email id.
Can you please help me out, get any idea to add OUcode filter logic in the Repository for data (Customers) segregation based on mapped User(s).
Requirement - We need to filter data based of user's OUcode