Create Set Attribute Task command

I am looking create a Set Attribute Task that shows Mailbox Type Description as the value of edsvaResourceType plus " Mailbox". I have created a property validation rule for the console that does that. Trying to replicate it in a web form.

  • 'Set Attribute Tasks' are a hard coded command. They appear on the web interface (WI) and when selected will set the hardcoded value on the configured attribute. There is no allowing the user an option to control, alter or edit the value that is to be set on the attribute. So, if you are looking to always set the value 'Mailbox Type Description Mailbox' in the attribute edsvaResourceType when selecting this command in the WI, then this is the way to go. Anything else may need to be handled on a normal web Form where the attribute edsvaResourceType has been added. This will then give you greater control via Property Validation rules.