Project number on PO

Hi, Is it possible to edit (change to new one) project number on existing PO? Axapta 3.0 Best regards EndiR

Hi EndiR, the ProjId field in the PurchTable is set to ‘Allow edit = no’ - so without changing this property on the field, you cannot change the Project Id on and existing Purchase Order. Regards, H. Jaeger

Thanks a lot Henrik! Regards EndiR

Hi there! More then likely, besides changing the property, you’ll have to create a custom lookup for the ProjID.

An advise, remember to validate whether the PO had any partial transaction previously because it will cause some inconsistency data for the orginal project. Then, make sure to update the ProjId field in the InventTrans table if the projId changed in the PO.