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: 

Hide Item after creation?

4 REPLIES 4
SOLVED
Reply
Message 1 of 5
MTimmis_ADSK
575 Views, 4 Replies

Hide Item after creation?

Hi,

 

Another question, which I have been unable to find any reference to on the forum.

 

I have one user setup with limited acces to a single workspace, who needs to be able to create an Item, Save it, then never view, edit or go back to it.

 

What I would like to do is have the Item hide from them once they have saved. But all Items to be visible to other users within PLM 360.

 

Basically I am creating a customer feedback form, customers all log in with the same generic login, as mentioned above to create an Item for themseleves. But, I want the Item to hide on creation, so that the generic user can't go trauling through everyone elses feedback Items. But other Admin users can log in and see all of the Item records entered by customers using this generic user login.

 

Is this function possible?

 

Thanks in advance.

Manufacturing Consultant @ Excitech UK
4 REPLIES 4
Message 2 of 5
jpiggee
in reply to: MTimmis_ADSK

Michael,

 

Yes this is possible to do with a little work.

 

They basic Idea, Have one user make it, but only have another user read it:

            This would be solved by the permission “View Records Owned by Others”

                        Would need two roles, one for the generic account one for everyone else

 

Now that works but we have an owner that can’t see his own document:

            This would be solved by a behavior script “on creation”

                        This script would consist of changing the owner of the record.

 

What would this script look like:

var currentUser = Security.loadUser (userID);
item.master.additionalOwners.push (currentUser);

item.master.owner=Security.loadUser('Timmis, Micheal’); 

 

However I do suggest requesting a one-step permission setting in the IdeaStation 🙂

Joseph Piggee
Fusion 360 Administrator
TPI Composites
jpiggee@tpicomposites.com
Message 3 of 5
MTimmis_ADSK
in reply to: jpiggee

Hi Joe, thanks for the quick reply.

I tried to achieve this behaviour with Roles/Permissions. But for the Creator to add an Item, they have to have Add and View rights to access the Workspace and create a new Item.

However this also allows them to see every other Item created by the same generic user.

Ideally I want them to be able to Add, but not View the Items!
Manufacturing Consultant @ Excitech UK
Message 4 of 5
jpiggee
in reply to: MTimmis_ADSK

The method I outlined above will do just that.

Joseph Piggee
Fusion 360 Administrator
TPI Composites
jpiggee@tpicomposites.com
Message 5 of 5
MTimmis_ADSK
in reply to: jpiggee

Thanks again Joe, I will try your method and see if it gives what I am after.
Manufacturing Consultant @ Excitech UK

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

Post to forums  

Autodesk Design & Make Report