When I try to modify the Project Manager, I’m encountering the below error message.
So, found a alternative way and used to Modify the Project Manager manually from the Change Project Manager window.
Now, I want to create a migration job to modify the PM.
But unable to call the Project_API.Modify__ method, as it shoes the error “Current user doesnot have access to update project manager”.
Can anyone help me out of this.
Thanks/ Thean Mozhi
Page 1 / 1
Hi @Thean
can you try the following please:
Create a migraiton job (procedure MIGRATE_SOURCE_DATA).
The view name in the method list tab ist PROJECT.
Do a RMB on the first row and choose “Method List Attribute”.
At the end add a new field which is called CHANGE_MANAGER and tick on “On New” and “On Modify”.
After that go back to the source mapping tab and this field CHANGE_MANAGER shoud appear:
Map this field with the default value ‘TRUE’.
You have of course to map your MANAGER field with the new PM. The other fields are not needed to map in your case besides of the project_id and possibly the company_id.
/Jens
Hi @Jens
Thank you for the input.
Could it be performed through the Procedure - “Excel Migration”
Thanks/ Thean
Hi @Thean
Yes, this should also work. But you also have to add this field CHANGE_MANAGER to the attribute method list and after that you have to map this new field.
/Jens
Hi @Jens
Still I’m unable to perform this.
Kindly let me know if I’m missing anything
/Thean
Hi @Thean
the field is called CHANGE_MANAGER, not NEW_MANAGER.
/Jens
Hi @Jens
It’s working now. Thank You.
/Thean
Hi @Thean
Brilliant, well done.
Happy Migration.
/Jens
Hi @Jens ,
I have created a Excel Migration for Invoice planning screen.
I have given the default value for Invoice sequence-
Every time when I load the data to excel the field gets too wider, is there any way to adjust the column width in excel and also to remove the timestamp?