You may want to use the Cireson Portal to create Business Service objects.
If you have enabled the feature "CMDB Portal Create New Dynamic Data" in the Cireson Portal, create a new Business Servve CI and then save it, you will get the following errors:
ERROR [ 67]: Invalid Object Value for Property ServiceID
ERROR [ 59]: Config/Edit
Microsoft.EnterpriseManagement.Common.ObjectNotFoundException: An object of class EnterpriseManagementObject with ID 00000000-0000-0000-0000-000000000000 was not found.
This is becuase the Business Service class has a key called ServiceID which is not set by defaut. The console form will generate one for you (format is a Guid) but the Portal form will not.
The attached Portal customisation will handle this for you. Load it with the scriptLoader.
Happy Business Servicing.