Hi to all,any1 of you has any kind of info about how to edit the $SiteMapList field.
This field - contained into the form “Location” is used by Notes to store Basic Replication Settings values such has limit replica to xxKB etc.
Thnx In advance
BR Marco
Subject: $SiteMapList Field - How to modify it?
You can use API calls to modify the data in the item. This does not necessarily mean that you can modify the current replication settings. They might be cached in memory.If you want to try it, you will have to hack the data structure in the item, because it is not documented. There is sample code here that modifies a different item. Perhaps you can use it as a starting point.