Hi,I need some urgent help!!I have the following code in the NewProfileDlgOnChange section of my NRS Script. Sub NewProfileDlg_OnChange(NewProfDialog, id)if id = 8 thenstrCustomSecurity = NewProfDialog.GetAttributeById(imProfileClass)If strCustomSecurity = "BCP" OR strCustomSecurity = "UP" then'SET DOCUMENT SECURITY TO PRIVATENewProfDialog.SetAttributeValueByID imProfileDefaultSecurity, "88", FalseEnd ifIt works perfectly. BUT when I run the following code in the NewProfileDlg_OninitDialog section : NewProfDialog.SetAttributeValueByID imProfileDefaultSecurity, "88", False.. it does not work. Is it possible to set the Default Security in the OninitDialog section??ThanksEddie.