Hello everyone,
I'm having some problems using XML input files to create instances of my custom B.O.
Here is the code for my B.O.:
businessobject SkillBO { [Label ("Skill ID")][AlternativeKey]element ID:ID; [Label ("Contact ID")] element contactID:BusinessPartnerInternalID; [Label ("Primary Skill")]element mainSkill:MAINSKILLSBCOCode; [Label ("Secundary Skill")]element subSkill:SUBSKILLSBCOCode; [Label ("Skill Level")] element level:SkillLevelCode; element nextAvaibleID:IntegerValue; association ToBusinessPartner to BusinessPartner; }
As you can see the "mainSkill" and "subSkill" elements are of a codelist datatype. This codelist is generated by a Business Configuration Object.
I also created Business Configuration Sets to provide values for these elements.
I don't know what values to put in my Excel-file for these elements. I've tried the code, the actual value, etc. ...
But every time I try to upload it (after converting the Excel to XML of course) nothing happens.
For some reason I can't attach the XML, XLS or XSD...
If you need more information, feel free to ask.
Thanks & Regards,
Glenn