Question

IFS Cloud report customization

  • 9 August 2023
  • 1 reply
  • 94 views

Badge +15

I have customized a IFSCloud 23R1 standard report and when finalizing the development normally the report model, schema, rdf and the layout (optional) need to be committed to the solution repository.

Schema is generated based on the model but the rdf has manual changes with my customized business logic.

If I commit the report model file to the repo , it might regenerate the rdf again during a sanity build.

a marble code as below will also not work I guess.

codegenproperties {
   GenerateRdf  "no";
}

 

I can commit only the rdf and schema and finalize my work but report model file should be in version controlled to align with future core update changes.

I want to know whether the report model will be included for the build for code generation in a sanity build (but we still commit the schema  file into the repo although it generate based on model).

In that case any way  to force framework to skip generating rdf  from the report model?

@ChanakaAmarasekara ,your input would be really helpful

Thank you


1 reply

Userlevel 4
Badge +9

@Manoj Ruwanhewa  did you ever get a reply on this? also interested how that works if you manually adapt the rdf file with custom code.

Reply