Hi all,
I currently working on a custom Re-Import parser for the I10.2 gateway.
During inspection of
- the xsl samples that come with the installation
- the intermediate IIF files that are produce during import and
- all documentation i could find
I got a little confused about the ID handling.
There are 3 different "IDs" in the iif File schema
...
<mks:Children>
<mks:Item mksid="143127" id="3" prototype="CONTENT">
<mks:Field name="IssueId"/>
...
Name | Assumed meaning |
id | the temporary ID of the item node that is generated during the parsing process. ( more or less a enumerator ) |
mksid | obviously the integrity internal ID used for mapping with the server's values |
IssueID | maybe the same as the mksid ??? |
Can anybody help me clarifying this?
I'd like to know which one of these ID I can/must fill in my parser script with what values to get a working re-import.