Notification window call when viewing read-only documents
info
Notification appears when viewing read-only Mip documents
If a read-only document is opened, display a popup after viewing to inform that this document is read-only (e.g., This document is read-only. Please edit the document by saving it under a different name.)
:::
1. Overview
- In the case of KT employees, they adhere to a work style of editing and saving under a different name, even if a read-only document is open. It is intended to make them aware that a read-only document cannot be edited, and to guide them to edit the document only after saving it under a different name, while also controlling the editing of read-only documents.
- Related Azure
2. Related Modules
| File Name | path | version | Description | Download Path |
|---|---|---|---|---|
| SCPD_DS365.dll | C:\Windows\Softcamp\SDK\scsa | 6.1.0.25 | SHIELD DRM Module | \sctfsbuild.softcamp.co.kr\AzureBuild\2025\DS6.0_VS2019(ZTCA_AIP) |
| SCPD_DS36564.dll | C:\Windows\Softcamp\SDK\scsa | 6.1.0.25 | SHIELD DRM Module | \sctfsbuild.softcamp.co.kr\AzureBuild\2025\DS6.0_VS2019(ZTCA_AIP) |
| SCMSOEHE_MSOEHE.dll | C:\Windows\Softcamp\SDS\SCGMEX | 6.0.0.11 | office com event module | |
| SCMSOEHE_MSOEHE64.dll | C:\Windows\Softcamp\SDS\SCGMEX\x64 | 6.0.0.11 | office com event module | |
| SCMSOEHP_MSOEHP.dll | C:\Windows\Softcamp\SDS\SCGMEX | 6.0.0.8 | office com event module | |
| SCMSOEHP_MSOEHP64.dll | C:\Windows\Softcamp\SDS\SCGMEX\x64 | 6.0.0.8 | office com event module | |
| SCMSOEHW_MSOEHW.dll | C:\Windows\Softcamp\SDS\SCGMEX | 6.0.0.7 | office com event module | |
| SCMSOEHW_MSOEHW64.dll | C:\Windows\Softcamp\SDS\SCGMEX\x64 | 6.0.0.7 | office com event module | |
| SCMSOEHE_MSO16EHE.dll | C:\Windows\Softcamp\SDS\SCGMEX | 6.0.0.7 | office com event module | |
| SCMSOEHE_MSO16EHE64.dll | C:\Windows\Softcamp\SDS\SCGMEX\x64 | 6.0.0.7 | office com event module | |
| SCMSOEHP_MSO16EHP.dll | C:\Windows\Softcamp\SDS\SCGMEX | 6.0.0.4 | office com event module | |
| SCMSOEHP_MSO16EHP64.dll | C:\Windows\Softcamp\SDS\SCGMEX\x64 | 6.0.0.4 | office com event module | |
| SCMSOEHW_MSO16EHW.dll | C:\Windows\Softcamp\SDS\SCGMEX | 6.0.0.4 | office com event module | |
| SCMSOEHW_MSO16EHW64.dll | C:\Windows\Softcamp\SDS\SCGMEX\x64 | 6.0.0.4 | office com event module | |
| DSResKor.ini | C:\Windows\Softcamp\SDS | 6.0.0.25 | \sctfsbuild.softcamp.co.kr\AzureBuild\2025\DS_vs2019 | |
| DSResJpn.ini | C:\Windows\Softcamp\SDS | 6.0.0.25 | \sctfsbuild.softcamp.co.kr\AzureBuild\2025\DS_vs2019 | |
| DSResEng.ini | C:\Windows\Softcamp\SDS | 6.0.0.25 | \sctfsbuild.softcamp.co.kr\AzureBuild\2025\DS_vs2019 | |
| DSResDeu.ini | C:\Windows\Softcamp\SDS | 6.0.0.25 | \sctfsbuild.softcamp.co.kr\AzureBuild\2025\DS_vs2019 | |
| DSResChn.ini | C:\Windows\Softcamp\SDS | 6.0.0.25 | \sctfsbuild.softcamp.co.kr\AzureBuild\2025\DS_vs2019 | |
| DSResRus.ini | C:\Windows\Softcamp\SDS | 6.0.0.25 | \sctfsbuild.softcamp.co.kr\AzureBuild\2025\DS_vs2019 |
- cf) DSResXXX.ini is a multilingual resource file for message boxes for notifications.
3. Description
- When opening a Mip document, an alert message appears as shown below if it opens as a read-only document.
4. Policy
- The Mip Init policy must have the option value (NotifyReadOnlyDoc key) added as shown below to function. DS_MIP_INIT policy link
{
"s365_url": "https://devlogin.softcamp.co.kr/",
...(생략)...
"custom": {
...
"NotifyReadOnlyDoc": "use"
},
...(생략)...
}
5. Limitations
- For documents opened through onedrive, sharepoint, and teams, the file path is generated as a URL, so it is not possible to determine whether it is a Mip document through the Mip SDK, and therefore no notification window appears.Therefore, a feature that operates only on local files.
- This feature works when opening an attached document that is downloaded locally, but it is not supported when opening directly from cloud links such as SharePoint (for the same reason as above).
6. Notification Messages and Resources
- Resource file location: SDK\Res\DS\ResUIKOR.rc
[SHIELDRM]
...
NOTIFICATION_OPEN_READONLY_MIP_DOC = "이 문서는 읽기 전용 문서입니다. 다른 이름으로 저장을 통해 문서를 편집하세요."