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: 

Project Management Scripting

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
MrSJM88
466 Views, 2 Replies

Project Management Scripting

Hi All,

 

Is there a way I can add link items to the project management tab pivoting off a selection in another workspace?

 

I Have three workspaces: "Workshop", "Suggestion Board", "Part Specific".

 

In the suggestion board I have a picklist where you can select the workshop that suggestion is related to. What I would like to happen is when you select that workshop in the suggestion workspace it would also add that suggestion to the project management tab in the "Workshop" workspace via a script.

 

Is this possible to do with a script?

 

Thanks,

 

Stephen

2 REPLIES 2
Message 2 of 3
nguyentru
in reply to: MrSJM88

Hi Stephen,

 

Currently our system will allow you to connect to the Project Management Tab in another workspace.

Workspace A = Project Management Tab; Workspace B = has a linking picklist to Workspace A

 

if(iem.PROJECT_LINK !== null)

{

     item.PROJECT_LINK.project.addTask(item, new Date(), new Date(), 10)

}

 

Project Link.PNGProject Link II.PNG

Trung Nguyen | PLM Product Management | Autodesk, Inc.
Message 3 of 3
MrSJM88
in reply to: nguyentru

Worked like a charm!

I appreciate your help.

 

Thanks,

 

Stephen

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

Post to forums  

Autodesk Design & Make Report