Question
· Mar 30, 2017

Programmatically read productdescription from other namespaces

Hi!

Does anyone know if it is possible to programmatically (COS) read the productdescription from other namespaces?

Discussion (5)0
Log in or sign up to continue

With productdescription i mean what you se in the productionclass for each namespace (if there is a productionclass) between the tags <Description></Description>. You can set value from manager portal on product settings.

What i want to do, is in a production in the process (with cos) get that description from any other namespace. Wihout to do any global mappings . Then i want to access the content in that productionclass and read out the value from<Description>Value</Description>.

I will take a look at $SYSTEM.SYS.NameSpace() as suggested

-Michael