• Set Create Related As Default Option

    Hi Community, I have set create related as default in the relationship tab but it doesnt work sometimes and changes to pick related.Only if I save the form then only it changes to create related but not all the time.Have anyone worked on this or something…
  • "Root element is missing." XML Error when trying to add Requirement through .NET API

    I am trying to add a Requirement through the .NET API. Here is my code: //creating new connection HttpServerConnection conn = IomFactory.CreateHttpServerConnection(serverUrl, dbName, username, password); Innovator inn = IomFactory.CreateInnovator…