BUG 10397 Función PMFTaskCase devuelve index y no el guid SOLVED

- La función PMFTaskCase devuelve el delegate index de la tarea y no el Guid.
- Adjustment function PMFTaskCase for Web Services.
This commit is contained in:
Hector Cortez
2013-01-17 14:39:34 -04:00
parent be58a6faf0
commit eb65717def
5 changed files with 31 additions and 24 deletions

View File

@@ -353,6 +353,7 @@
<xs:sequence >
<xs:element name="guid" type="xs:string"/>
<xs:element name="name" type="xs:string"/>
<xs:element name="delegate" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>