Question

Report Modelling GenerateRdf setting

  • 30 October 2023
  • 1 reply
  • 31 views

Userlevel 3
Badge +10

IFS development studio seems to not allow setting below. When you save the .report file with below settings the development studio automatically removes it. RDF file then gets recreated and overwrites manual code. How to fix this problem?

codegenproperties { GenerateRdf "no"; }


1 reply

Userlevel 5
Badge +13

@bhavesh 

This is not an issue, it’s the default behavior. You do not need to set    GenerateRdf "no"; as it’s the default behavior, if the    GenerateRdf  property is not set in the model, by default it takes as    GenerateRdf "no"; if it is set to “yes” only the generated rdf file in workspace will get overwritten. 

 

Either GenerateRdf "no" or the property not exist in the model it’s the same behaviour and the generated report will not get overridden in workspace and the rdf file will get generated in a temporary location in build folder. 

 

 

Reply