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: 

Syntax supported for scripting

3 REPLIES 3
SOLVED
Reply
Message 1 of 4
ptrujillo
451 Views, 3 Replies

Syntax supported for scripting

I am new to PLM360 and would like to build my scripts in libraries and classes etc..

I would like to know if there is a published syntax (java) supported in PLM360?

 

Thank you,

3 REPLIES 3
Message 2 of 4
broepke
in reply to: ptrujillo

Take a look at the help file.  There is a full set of examples and information about functions and objects, etc...  as a good starting point the language is based on JavaScript.

 

http://help.autodesk.com/view/PLM/ENU/?guid=GUID-1EFE1FAC-1CFF-4F2E-987F-9801DF590E57

 

Also - a great way to get going is to run a script through the advanced debugger we just released.  If you've done any coding you should feel right at home with this.

 

http://help.autodesk.com/view/PLM/ENU/?guid=GUID-764824AA-A429-4995-ACC0-64EEFB033507



Brian Roepke
Director, Analytics & Insights
Message 3 of 4
broepke
in reply to: ptrujillo

One more thing - Scripting is for server side control of items and workflows.  Typical use case is to execute logic when workflows are performed in the form of conditions, validations and actions.

 

If you want pure API access to the data in a CRUD fasion you can use the REST API.  With REST you can use just about any Programming Language:  

 

See Here: http://help.autodesk.com/view/PLM/ENU/?guid=GUID-3825A309-3130-4F2D-82F1-68D189D03B02



Brian Roepke
Director, Analytics & Insights
Message 4 of 4
ptrujillo
in reply to: broepke

This is exactly what I was looking for. A debugger is nice. Thank you

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

Post to forums  

Autodesk Design & Make Report