You are on page 1of 3

Iterate for

Tag Collection
each tag

Log SPF Error

Is Pub
Is PUB Exists in from
Domain MTR Master Create Tag
tool

Check status
for
operating/res
erved

Set “operating”
status

Finish
Objects are published and consolidate in the CDW domain.

Following need to be considered while executing the login:

1. Is PUB Domain:
• Validate that Tag should be in CDW domain using its
• GetClassDefination using obj.ClassDefinationUID
• CDWComponent.CDWTagObJClass(Componentization)
• CDW.CDWComponent (SPFDomainCompSchema)

2. Exists in MTR:
• Check for the classification of the Tag by navigating it from the current classification of the top node
in the classification tree to make sure it is the MTR
• Use “OnectaghaveMasterDomains” (domain, classification) to find the master class

3. Check Status:
• Validate with the property on the object.
• What is the property name of the status?
4. Create Tag if it is not available :
• How are we providing the details like class, required properties etc to the newly created tag obj?
• Do we need to use correlation mapping here to create the obj?

5. Is Published from Master Tool:


• Name should complies with spf ENS
• Anything need else need to be validated at this stage?

6. Add trace logs in all the required places


• Tracing.Error/Info/Verbose/Warning

You might also like