다음을 통해 공유


use-org-setting

조직 설정을 사용하십시오. 특히:

  • 호출을 다음으로 Xrm.Page.context.getIsAutoSaveEnabled() 바꿔야 합니다. Xrm.Utility.getGlobalContext().organizationSettings.isAutoSaveEnabled

  • 호출을 다음으로 Xrm.Page.context.getOrgLcid() 바꿔야 합니다. Xrm.Utility.getGlobalContext().organizationSettings.languageId

  • 호출을 다음으로 Xrm.Page.context.getOrgUniqueName() 바꿔야 합니다. Xrm.Utility.getGlobalContext().organizationSettings.uniqueName

Recommendation

자세한 내용은 클라이언트 API 사용 중단으로 이동합니다.