I am creating a new database using C API. I want its About document to be opened when launched in Notes client (needless to say, I don’t want to configure it manually).
First, I created database icon note, and added CHFLAG_ALWAYS_SHOW_POLICY (‘p’) to its $Flags.
In Designer it still shows “Restore as last viewed by user”. When opened in Notes client, it doesn’t open the about doc.
Removed from workspace, closed Designer, opened, added back - same result.
Second, I tried DXL import with:
iDesignImportOption=DXLIMPORTOPTION_REPLACE_ELSE_CREATE
iDocumentsImportOption=DXLIMPORTOPTION_REPLACE_ELSE_CREATE
iReplaceDbProperties=TRUE
Added (using exported DXL from manually configured database as a reference):
…
…
Jp
…
with the same result.