Activities of "Anjali_Musmade"

Hello Sraman,

You can add your page/module into feature just like we add module in ABP project like Identity module or file management module by using https://docs.abp.io/en/commercial/latest/modules/file-management

It will add your new page/module in package.json

Regards, Anjali

Hello thuc.nghiem@techplus.vn,

As you are using RequiredAttribute for LoanOfficer, If you have not passing value for LoanOfficer from UI then it will through error/Exception.

If you want to implement custom validation you can refer this https://docs.abp.io/en/abp/latest/Object-Extensions#custom-validation

Regards, Anjali

Answer

Hello selcukdurann@gmail.com

Could you Please refer this https://docs.abp.io/en/commercial/latest/abp-suite/editing-templates

Please do let me know if it helps you

Thank you, Anjali

Hello iteabr2020,

I have checked as I can see in network there is no preflight request more than 12ms. Can you please explore more in detail?

regards,

Hello fernando.guilherme You can try logout and log in via CLI.

or create a new pro project and copy the AbpLicenseCode to your project.

Hello Can you please refer this links https://support.abp.io/QA/Questions/3739 https://support.abp.io/QA/Questions/1205

Answer

Hello portx-dev,

In one of our similar deployed application we are using Min Thread = 1000 and its working fine.

Regards,

Answer

Hello niall,

For invoking Handle method I followed below steps Please try with this code

We have added this code previously

$('#ToDo1sTable').on('click', '.my-custom-button', function () {
        var rowData = dataTable.row($(this).closest('tr')).data();
        var toDo1Id = rowData.id;  
         console.log('Custom button clicked for ToDo1 with ID:', toDo1Id);

now Below that add this code

                  $.ajax({
                    type: "POST",  // Or "GET" depending on your scenario
                    url: "/ToDo1s?handler=Handle",  // Add URL of your handler method
                    success: function (data) {
                            console.log(data);
                                            },
                    error: function (error) {
                        console.error(error);
                        }
                });
           });

It will invoke your Handle method.

Please do let me know if it helps you

Thank you, Anjali

Hello Sraman,

To change the existing email templates for forgot password you need to log in as Admin and then go to Text Template and Edit contents of Password Reset Email.

Please do let me know if found helpful

Thank you, Anjali

Hi,

Please check here https://support.abp.io/QA/Questions/245/ABP-LIC-0008---License-check-failed-for-'XXXXX'

please do let me know if this helps you,

Thank you, Anjali

Showing 971 to 980 of 1310 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 16, 2025, 11:47