Browse By Tags

  • Using a method to update a team, doesn't seem to iterate beyond the first

    Hi Community. I am setting up a method to assign a user to multiple teams based on a form. The issue I am having is that it seems to only apply the user to the first team I select (using a multi-value list). Essentially, I am defining on the form…
  • Not able to view the all columns in the grid view of the Relationship tab of files, when we upload the files to the item.

    I Have created Custom ItemType like Ref Doc and added the existing File Relationship to it. I am able to upload the files but not to view the filename column in the grid view of the Relationship tab.. How can I see the Filename column in the grid ? …
  • What is the best way to validate whether an item has a parent?

    I'm trying to send an email on promotion to "Released" of Parts when a couple of criteria are met, the parts being of a certain custom classification we've added, and them not being used in another BOM anywhere (i.e. they're top-level Parts being released…
  • update a part's extended property through the iom

    hello, i have been able to update the extended property of a part through aml but i'm looking fo a sample code to understand how to do it with iom(innovator object model) thanks, Lucas
  • Renaming File via Document Relationship - A journey

    Hi Community, Need some help here. I have a method to rename a file related to a document. The idea is that upon check-in the filename will update to the Doc Number + Name + Rev + Generation It works for the most part but there are 4 errors depending…
  • Color coding text value in an onChangeCell client event?

    I know that I can use a Server onAfterGet method to set the css property to change the color of cell text or cell background color in a relationship grid. But I would like to immediately highlight a data entry error that fails validation by highlighting…
  • Override “Where Used” as “Structure Browser” method

    Is it possible to override “Where Used” method in the same way you can override the “Structure Browser” method?
  • How to create dynamic dropdown list in relationship grid property

    Hi Team, How to create dynamic dropdown list in relationship grid property ? Note: I have parent form with Student details, in relationship grid I have property of subjects. After inserting new row, In the relationship grid the subject property OnEditStart…