Process method

What's the difference between Designer.process(true) and Designer.process(false) and when would use one over the other?

Thanks

Hi,


Well, I think you are talking about isPreserved boolean parameter of the process method. If you put it as “true”, the unused smart markers will still be present in the output file. If you put it “false”, now if there is any marker which is not used as per your datasource/dataset, query or variables (e.g you do not provide any source data for the marker(s)), they would be automatically removed in the output file.

Thanks,