Hi Kristofer, You can use SYNCHRO Scripts to automatically assign Appearance Profiles, based on additional logic. Assuming these codes are coming in as Task User Fields , you can use a script similar to this - TASK(UFV("Code") == "BA" OR UFV("Code") == "GJ").ASSIGNMENT SET_PROPERTY ( PROPERTY("Appearance Profile"), ALL_USE_PROFILE( NAME == "Concrete" ))
↧