Fusion Manage Forum
Welcome to Autodesk’s Fusion Manage (formerly Fusion 360 Manage) Forum. Share your knowledge, ask questions, and explore popular Fusion Manage topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Additional Owner/Owner Workflow Notifications

4 REPLIES 4
SOLVED
Reply
Message 1 of 5
dkeeley
582 Views, 4 Replies

Additional Owner/Owner Workflow Notifications

Hi,

 

I have a worklfow that uses tranitions with the option to notify the owner selected. The first transition on the workflow also includes a script to change the owner and additional owner. Should the new owner and additional owner then recieve automatic workflow notifications when transitions occur (if the transition option to notify the owner has been selected)?

 

David

4 REPLIES 4
Message 2 of 5
jared.sund
in reply to: dkeeley

Hello David, 

 

Owner in this context refers to those that are permitted to a transition through transition permissions and conditions, and not the record owner.  So, you can use the automated notifications by using the condition to evaluate the record's owner and additional owners.  Let me know if you'd like to talk through this, and I can arrange a quick conference call for us.

 

 

Jared Sund
Sr. Product Line Manager, Product Lifecycle Management
Autodesk, Inc.
Message 3 of 5
dkeeley
in reply to: jared.sund

Hi Jared,

 

Thanks I think I understand now.

 

So the way round this is for me to make sure bothe the owner and additional owner have access to the workflow transition. What line do i need to add to the condition script to give access to the workflow transition for the additional owner?

 

David.

Message 4 of 5
dkeeley
in reply to: dkeeley

Its OK. I got it.

 

//default return value
var userCanApprove = false;

var add_owners = item.master.additionalOwners;

if (item.descriptor.ownerID === userID || add_owners[0].id === userID) {
userCanApprove = true;
}

returnValue(userCanApprove);

Message 5 of 5
jared.sund
in reply to: dkeeley

Looks good to me!

Jared Sund
Sr. Product Line Manager, Product Lifecycle Management
Autodesk, Inc.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report