RE: Changing Project Controller Status to "Inactive" using Transaction Import
Hello Justin,
You can use Transaction Import to update the status flag of Project Maintenance screen.You need to prepare data file with comma separated format(csv) and generate the control file of Project Maintenance screen using the Control macro Generator screen from Administrator Module.
The data file should start with "Level0,Update"
You can import the data using the Transaction Import screen.
You can also use below Query to update the flag of Project maintenance Screen
Update PJProj Set Status_pa ='I' where Project in ('Project Id which need to change as Inactive')
Hope this help.
Thanks,
Perumalsamy R