CF-values limited to projects
Link customfieldvalues to projects. Rydoo offers the possibility to link certain custom field values to specific projects. So when your employees select a certain project they can only see a limited list of WBS’s or Tasks. This file is characterized by the tag.
Download example
(max. file size 10.000 nodes)
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfCustomfields xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Customfield>
<Name>WBS</Name>
<Value>Mailing</Value>
<Code>01</Code>
<Active>1</Active>
<ProjectId>Proj1</ProjectId>
</Customfield>
<Customfield>
<Name>WBS</Name>
<Value>Coldcalling</Value>
<Code>02</Code>
<Active>1</Active>
<ProjectId>Proj2</ProjectId>
</Customfield>
</ArrayOfCustomfields>