Quantcast
Channel: PTC Community: Message List - Windchill
Viewing all 8876 articles
Browse latest View live

How do I perform a search for Service Effectivity?

$
0
0

Is there a way to search and return all parts that have that effectivity?


Re: Need to select a Reliable Windchill version

$
0
0

Hi Binesh,

 

Seems this is what we are looking for, I will do some research on WBM first.  The final target version would be determined by our R&D committee, most likely it will also be a staging approach, e.g. Migrate and Merge to Windchill 10.2 M030 and before Sep 2018, migrate to the latest Windchill 11.

 

Thank you for your guide.

 

Jerry

Make checkbox visible on "Configure Actions for Roles" for existing library/product

$
0
0

Hi everyone,

 

I want to enable the "Add to Workspace" action for guest users in a library. On the team view if I open up the "Configure Actions for Roles" the checkbox is not visible for the Guest role.

I found the roleaccessprefs.xml file in codebase, where I can make the "Add to Workspace" action available and enabled for guest role. However this will make the new libraries created have the checkbox available and enabled, but the already existing libraries will not be updated. How could I update the existing ones?

 

Thx in advance,

Tamás

Having issues with removing the Tabs for the information page in windchill 10.2

$
0
0

I have been working on custom UI screens, and the requirement from my global engineering community is to reduce the number of TABS in the InfoPage for each object type.

 

So far I have been able to remove the following:-

 

-"Traceability TAB" by changing the user preferences "show traceability tab" to "NO"

 

For the other tabs I used CS56580 as a guide:-

 

-For "Documents", I have removed the "Structure, Content, Related Objects, Changes, History, Traceability and Relationship Explorer TABs, by adding the "docInfoPageTabSet" code copied from the DocumentsManagement-actionmodel.xml into the Custom-actionmodels.xml file and removing the afore mentioned tabs.

 

-For "Parts", I have removed the "Structure, Content, Related Objects, Changes, History, Where used and Relationship Explorer TABs, by adding the "partInfoPageTabSet" code copied from the PartClient-actionmodel.xml into the Custom-actionmodels.xml file and removing the afore mentioned tabs.

 

I cannot find how to do the same for Creo parts, assemblies, models and drawings, where is the code for these? or if these use a different method of customisation?

Global PLM Architecture reference

$
0
0

There is prospect we are working on for a global PLM project. There is a big group and multiple different companies acquired in years distributed to different locations. I would like to know if there is any customer references in which the master location has around more than 500 heavy users and another site where the latency is more than 250ms has also around 500 heavy users working with a replica? The prospect is willing to understand if this has been used before?

Windchill Organization Best Practices

$
0
0

There is prospect we are working on for a global PLM project. There is a big group and multiple different companies acquired in years distributed to different locations. The aim of the global PLM deployment is the ability to share data between the different companies under the same group. However, this companies has their own ways of working and most of the times the data has to be safe and only accessible within one organization.
in order to provide that, given the fact that windchill setup suggest single organization to be implemented, what is the best practice moving forward?

do you recommend to create one organization and each product should belong to one company or do you think the different organizations should be created. if we go with the multiple organization architecture, what are the pros and cons.

can we still share change management between multiple organizations users, share data etc?

Re: Make checkbox visible on "Configure Actions for Roles" for existing library/product

$
0
0

The guest role do not have an action "add to workspace" in a context.

Re: Add a user to a workflow's PBO's team

$
0
0

I also got it done (if I understood the requirement) with:

 

((ContainerTeam)contTeam).addPrincipal(role, user);


Re: Custom Attribute on Document "References Documents" link

$
0
0

Hi Hari,

 

Did you get a solution for this requirement ?

 

Thanks&Regards,

Shibin

Re: Add a user to a workflow's PBO's team

$
0
0

Steve - I think your team definition is a little off - try something like this

 

wt.team.Team team = wt.team.TeamHelper.service.getTeam((wt.team.TeamManaged)primaryBusinessObject);

Re: Windchill workspace issue

$
0
0

I have my system set so any save will also perform an upload. Cheap insurance to get everything to server storage.

Re: Completed Workflow Task will not clear from WC inbox

$
0
0

Kathleen,

Did you ever get this figured out?

 

I know in my workflows, sometimes I do some validation after the task is completed, and then loop back to the same task again if the validation is not met.  (But in my case, I push an extra error message into the task instructions in red text.)

 

Do you have a screenshot of the workflow template that this task resides in?  Is it possible that it is looping back itself after the task is completed?

Re: Sending EPMDoc from ProjectLink to PDMLink

$
0
0

Hi Chris,

 

I had a similar issue when going from 9.1 to 10.2.   After extensive troubleshooting, I found that some of our Projectlink contexts were causing this renumbering when sent to PDM, and others were not.  This helped me narrow it down to an OIR problem, and I was able to correct it. 

 

If this is still an issue for you, I'd like to recommend that you post the OIRs used for one of the object types that is affected (as long as this does not violate any security requirements on your end).  I'd be happy to take a look.

 

Cheers,

Rob

Re: I need to give access to type and attribute manager to non org admin users

How to get LifecycleTemplate state

$
0
0

Hi,

how I can get the all lifecycle state name from lifecycletemplatemaster and lifecycletemplate right now I am running this query but it did not work for me, it just give me one lifecycle state name

 

select LifeCycleTemplateMaster.name, PhaseTemplate.name from lifecycletemplate, PhaseTemplate, LifeCycleTemplateMaster

where LifeCycleTemplateMaster.ida2a2 = lifecycletemplate.ida3masterreference and PhaseTemplate.ida2a2 = lifecycletemplate.ida3b9

and LifeCycleTemplateMaster.name = 'Action Item';


Is there any way to merge all my past PTC User accounts (accross companies) to my latest PTC User account?

$
0
0

I currently have 4 accounts created on PTC User and my former accounts (linked to former email IDs/ former companies) have many points.

Is there a possibility to merge all accounts into a single one (the latest) and accumulate all previous points?

How to skip a task in a running process?

$
0
0

Hello all,

 

I have a small problem with a promotion workflow.

 

The process is running, but in a task, due to typo mistake a variable has been mistyped.

Is it any way to skip this task, and proceed to the next one?

 

 

Thank you in advanced.

Regards

John

Does anyone have examples of Related Object report templates to be used fro related object search in WC 11?

$
0
0

Does anyone have examples of Related Object report templates to be used fro related object search in WC 11?

Re: Add a user to a workflow's PBO's team

$
0
0

I also got it done (if I understood the requirement) with:

 

((ContainerTeam)contTeam).addPrincipal(role, user);

Case Branch in OIR

$
0
0

Hello Everyone

 

I want to create a product number based on attribute selection.

On selecting the attributes the product number has to be created automatically choosing the number given for the particular attribute.

For example:

Customer No.       Product Family     Running No.

      XXX                         YY                    ZZZ

 

If the product attribute selection be like 032(Customer no.)12(Product family) 322(running no.)

The auto generated number should be like 03212322

 

I'm able to create the numbering schema for customer name using case branch. But I have no clue in combining both the customer no. as well as product family (XXXYYZZZ)

Can anyone help in this?

Any help is greatly appreciated.

Viewing all 8876 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>