Base solution for your next web application

Activities of "vineforce"

Hello Support,

We are facing an issue that the application is considering the UTC time zone for each activity, but we want to use the EST timezone. User can access the application is any time zone, but we want that application will use the EST timezone. Could you please help us how we can achieve this?

Thanks

How can we use the IClockProvider Interface/Clock class. As On the create event we are using the below code.

var history = input.MapTo<TrIncentiveActivityHistory>(); await _incentiveActivityHistoryRepository.InsertAsync(history);

The above code is saving the system's datetime for CreationTime. But I would like to change this in a specific time zone.

Thanks

Thanks for your reply, I have a confusion how can we implement this.

Clock.cs is placed under namespace Abp.Timing and this name space is placed under Abp.dll. In the project Abp.dll is already added then how can we change this.

Thanks

Hi,

Is there any way to alter the schema of organization unit in database? I have to add new columns to abpOrganizationUnit table to store few more data relating each OrganizationUnit. I have found that asp.zero assembly has abp.Organization which contains class for Organization Unit.

Please suggest a way to alter that Organization Unit schema.

Hello Support,

As I want to convert our application for Multi-tenant features with different databases. I want to confirm one thing that if we will do any change in any table or any database change, do we need to migrate each and every database separately as all of them are connected with single application.

your help is appreciated.

Thanks

HI, i have a problem with storing Username having length more than 32 characters. i have overrided the username column in table through migration but it still not allowing to store a value more that 32 char.

1.remove the indexing first for which it raised the error 2 apply changes of your column 3.create indexes which was deleted in 1 step.

Hello Support,

I have deployed the Server project on Azure and also updated the API URL in client project under src/assets/appconfig.Json file. Now I want to deploy the client project on Azure also using the same WPI Url. If I am running the client application on local browser under localhost:4200 after starting the npm start then it is running correctly, but I amn't able to deploy the application on Azure server. Even I followed the below article, not able to find out the solution. I might be doing some mistakes in the URLs. Could you please help me to resolve this issue. As I want to deploy both as different projects.

#2285@10c752de-7894-4f60-b1bb-c7d1279f2c00

Note: I am using VS 2015 Update 3

Thanks Harsh

Thanks for Reply,

It's almost working, but having one issue. Ít is not connecting database API. I have updated appconfig.json and also put the web.config file from the angular folder on Azure. Please guide me, may I miss something.

Thanks

please check the issue <a class="postlink" href="https://www.screencast.com/t/XHdrxlAGEe">https://www.screencast.com/t/XHdrxlAGEe</a>

Showing 1 to 10 of 13 entries