Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.
SOLVED

Setting Layout Template & Resource Pool via Fusion

Avatar

Level 3

Hello,

 

We are trying to create new users using Fusion and setting up their layout templates and resource pool. However, when we try to fetch the custom API module in Fusion, it only allows to read the system generated layout templates and resource pools (default ones) and not user specific or group specific ones.

 

Is there a way this can be achieved?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 3
Level 3

I'm gessing your Layout Templates are assigned to group, teams or job roles? If so setting home team, home group or Job role should assign the proper layout template to your user. If you're managing layout template at user level, set the uiTemplateID property for this user. You can get uiTemplates ID with /attask/api/v19.0/UITMPL/search?

 

For ressource pools, pass some ressource pools objects in your user resourcePools collection.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 3
Level 3

I'm gessing your Layout Templates are assigned to group, teams or job roles? If so setting home team, home group or Job role should assign the proper layout template to your user. If you're managing layout template at user level, set the uiTemplateID property for this user. You can get uiTemplates ID with /attask/api/v19.0/UITMPL/search?

 

For ressource pools, pass some ressource pools objects in your user resourcePools collection.

Avatar

Level 3

Hello @nfo Thank you for the suggestion. This worked for us.