Hi,
I have created a custom run as account in a new management pack, it appears under the run as accounts in scsm but when i try to edit the account and select a windows account then reopen the run as account window nothing seems to have been saved.
I have followed the below in creating the custom run as account in the management pack:
1. Created SecureReference
<SecureReferences>
<SecureReference ID="MyRunAsAccount" Accessibility="Public" Context="System!System.Entity"/>
</SecureReferences>
2. Added Category to make it visible
<Category ID="MyK2RunAsAccountVisibleToUser" Target="MyRunAsAccount" Value="System!VisibleToUser"/>
3. in the display strings i added
<DisplayString ElementID="MyRunAsAccount">
<Name>My Run As Account</Name>
</DisplayString>
Thanks,