Browse By Tags

  • Disable a Relationship Tab

    I added a relationship to Part Item Type and I tried to disable the relationship tab in certain condition( the condition is not added to the code yet) . Relationship name ="a_Cost Data", label =" Cost Data", I am not sure which one I should use for GetTsbId…
  • How to Set RelationShip field value result as onFormPopulated ?

    I have a itemtype call 'Part' , Part has a field call 'part price' (type is decimal) Part has a relationship call Part_detail Part_detail has a field call 'RP price' (type is int). I need "part price" to have thousand separator, but it is only…
  • Why OAuthServer/wwwroot/js/app.js for styling?

    Seems silly to me to use a JS file, a file named "app.js" at that, for styling a page. Also, it steps on any custom styling as it renders outcome AFTER CSS has been loaded. This file does two things, only: Set background image from what looks like…
  • msxml-document try/catch should be a navigator object check

    These two lines using a try/catch should be an if instead: ./Innovator/Client/BrowserCode/common/javascript/XmlDocumentCommon.js:26: try { xhttp.responseType = 'msxml-document'; } catch (err) { } // Helping IE11 ./Innovator/Client/BrowserCode/common/javascript…
  • How to fetch file object of vaulted File with JS so we can later read the file content?

    Hi community, does anybody a way to read the file content of existing Files in the Vault (mainly xml data) with Javascript? For example we have an CAD item with an xml file in the property native_file. With an button click I want to read the filecontent…
  • Additional Data column under CommandBarItem

    Hi Community, I'm creating a custom method for a button which needs json object to be passed in as a parameter to a Click Method. Could you show me where to look for how to use this "Additional Data" column ? Thanks, Truc
  • How to set the value of dropdown form field to null, when the field is disabled

    Hi, I have multiple dropdown fields in a form. For example i have 3 dropdown fields called 'list1', 'listA' and 'listB'. Thanks to @Christopher gillis for his blog , i can able to disable 'listB' dropdown field when the value of 'list1' is 'listA' …
  • How do I set default values with JavaScript?

    Hi Community, I want to set a default value on a text field with JavaScript. The form has already been created and I don't want to use a ItemType for my project. Can someone help me out? Regards, David