R
Roger
customfieldrename seems to work well for renaming the "Friendly name" for
OutlineCodes, but throws an 1101 error when trying to do the same thing for
the customfields.
Works (original name = "myvar"):
application.customfieldrename
fieldid:=pjCustomProjectEnterpriseOutlineCode1, Newname:= "test"
Doesn't work (original name = "Super"):
application.customfieldrename fieldid:=pjCustomProjectEnterpriseText1,
Newname:= "test"
Any Clues?
OutlineCodes, but throws an 1101 error when trying to do the same thing for
the customfields.
Works (original name = "myvar"):
application.customfieldrename
fieldid:=pjCustomProjectEnterpriseOutlineCode1, Newname:= "test"
Doesn't work (original name = "Super"):
application.customfieldrename fieldid:=pjCustomProjectEnterpriseText1,
Newname:= "test"
Any Clues?