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

Resources with same appearance profile

Hello,

Is there any Synchro Script to filter out the tasks with a specific appearance profile?

Parents
  • Hi Akshay, 

    Appearance profiles are Assignment properties, that are established between a Resource is assigned to a Task. As a Task may have multiple assigned Resources each with different profiles, when you run a script you may get multiple results. 

    With that said, you can filter out the required Profile form the results of the following script - 
    TASK ASSIGN_UF("Appearance Profiles", STRING, CONCAT_COMMA(ASSIGNMENT.STRING_PROPERTY("Appearance Profile")))

     

Reply
  • Hi Akshay, 

    Appearance profiles are Assignment properties, that are established between a Resource is assigned to a Task. As a Task may have multiple assigned Resources each with different profiles, when you run a script you may get multiple results. 

    With that said, you can filter out the required Profile form the results of the following script - 
    TASK ASSIGN_UF("Appearance Profiles", STRING, CONCAT_COMMA(ASSIGNMENT.STRING_PROPERTY("Appearance Profile")))

     

Children
No Data