Skip to main content

Hey !

 

Since fews days, system doesn’t allow me to add any new field on the CT Contract DAC.

During validation, compilation is running an error : ‘Column name invalid’.

I tried to use a shorter name ,try to unpublished all and to republished but same result.

 

I can add  any field on other DAC (Baccoutn, etc) except this one. 

 

 

Have you ever face the same error ? 

 

Thank for any help ! :)

 

Cecile

Check your Database Script - and make sure the new field you added there has the same name as the declaration in the DAC extension

This error typically means that Acumatica cannot find the actual field in the Database table.

 


I am not sure, but maybe add this line to you DAC extension:

 

public static bool IsActive() => true;


do you have original English error message? 

 


Reply