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?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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.
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.
Hello @nfo Thank you for the suggestion. This worked for us.
Views
Replies
Total Likes