cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
EN
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Iyur
Booster

Open Teamwork with API

Is there any way to open Teamwork project with API?

I've managed to do the similar task with local pln files using the APIDo_โ€‹OpenID. It's interesting, as the IO::Location could contain both pln and teamwork paths, but I guess in the case of teamwork file it's local? However, when I'm extracting project info, I also have some encoded URI to the teamwork. Also, there is a APIFType_WGProjFile (Teamwork file type) in API_โ€‹FTypeID.

 

Screenshot 2023-05-24 151934.png

 

And is there any command to forcefully create a PLN backup on the server side?

6 Replies 6
Noemi Balogh
Community Admin
Community Admin

PLN backup is created by Archicad and not BIMcloud. Therefore you can't force it to create one, it will always require user input (or a hidden Archicad with an automation of the process, which sounds very cumbersome for me).

Noรฉmi Balogh

Senior Community Expert, Admin

Iyur
Booster

Sure, I understand.

I was talking about some kind of enforcement of launching PLN backup creation. For example, we have an option to run or to cancel such process while sending the changes within teamwork projects, so I was wondering is there any api method to control it:

 

2176c108-525b-4172-8515-d3fff478b7b3.jpg

julienK
Advocate

You can try using Notification Manager and  ACAPI_TeamworkControl_SendChanges 

Use the notification manager to run a timer and project open  then periodicaly send the changes.

 

 

 

Iyur
Booster

Good idea.

But how I can force user to confirm backup creation instead of pressing Cancel?

julienK
Advocate

you control the code of the ok,cancel button, you can  make it so that it still saves even if you press cancel.

Or  you get a  window that says its mandatory.  If employee still not comply tell him he can't have pastries from the rest area anymore.

Iyur
Booster

Thanks, I will try this.

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!