Rosetta 4.1 SDK
- Article Type: General
- Product: Rosetta
Problem Symptoms:
An error when using API generateStructMap from 4.1 SDK
Cause:
The problem only occurs when the second parameter is set to "null" where the code mistakenly tries to retrieve the default value from the DB, for example:
generateStructMap(null,null, "Table of Contents")
Resolution:
populate the second parameter with value, for example:
generateStructMap(null,"?Preservation Master"?, "Table of Contents")