This conversation has been locked due to inactivity. Please create a new post.
This conversation has been locked due to inactivity. Please create a new post.
We are using Fusion to create new portfolios. When they're created, they are not shared with any users/teams. Is it possible to also share the new portfolio using Fusion?
Solved! Go to Solution.
Views
Replies
Total Likes
This is a screenshot of our Fusion scenario that does this as part of a chain of command that fire when a new Company is synced from Salesforce.
Last step is a Custom API call module configured as below.
Views
Replies
Total Likes
Hi,
I don't know, if there is also a 'direct' method in Fusion, but you could use a custom API call:
var url = API_URL + 'port/' + portfolioID + '/share?method=put&accessorID=' + accessorID + '&accessorObjCode=USER&coreAction=VIEW';
In this case the provided accessor is a USER and would get VIEW access to the provided portfolio ID.
Regards
Lars
This is a screenshot of our Fusion scenario that does this as part of a chain of command that fire when a new Company is synced from Salesforce.
Last step is a Custom API call module configured as below.
Views
Replies
Total Likes
Thank you, this worked for our scenario!!
Views
Replies
Total Likes