Hi,
If I create a new record in the ‘Cost/Revenue Elements’ Window, (TEST15)
That record will appear in the ‘Cost Element Code Part Demand’ window as well.
‘Exclude from Budget Control’ checkbox is empty when creating this record in the ‘Cost Element Code Part Demand’ window.
If I check the database, ‘Exclude from Budget Control’ column will be NULL.
I want this column to be ‘FALSE’. so, an event needs to be written to set "Exclude from budget control" value to FALSE if its saved as NULL in Cost Element Code Part Demand tab when a new record is added to this table.
I created an event for the PROJ_C_COST_EL_CODE_P_DEM_TAB
and created an Action in the and called the Modify_ method to do this.
set a Condition to perform this action when the ‘NEW:C_EXCLUDE_FROM_B_C’ IS NULL.
but it seems like this does not do any changes to the database.
does anyone know where the issue or any other way to do this.
Thanks and Regards.
Ramitha.