This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Assigning Appearance Profiles to a UserField

Hi, 

I'm trying to assign the Appearance Profile Name to a Userfield or Property that can be referenced later. However I keep getting a not supported error despite a plethora of changes to get around it. 

Any suggestions? 

Thanks! 

  • Hi Ismael,

    Since the Appearance profile is an Assignment property, we typically store that as a Resource User Field. Please try this - 

    RESOURCE ASSIGN_UF ("Appearance Profile_TaskName" , STRING, CONCAT_COMMA(ASSIGNMENT.TASK.NAME,)
    RESOURCE ASSIGN_UF ("Appearance Profile_Name" , STRING, CONCAT_COMMA(ASSIGNMENT.STRING_PROPERTY("Appearance Profile") )

    Best regards,

    Indrawan