How can I assign a new User Field ‘Test_Field’ to all the Resources that an existing User Field cont


You can use the following script -
RESOURCE(EXIST UF(NAME <> "Exist_Field")) ASSIGN_UF("Test_Field", STRING, "Value" )