Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Issue Updating a Vector (The issue is it's not updating and I think it should)

  1. #1
    campbelt101 is offline Member
    Join Date
    Dec 2010
    Posts
    72

    Default Issue Updating a Vector (The issue is it's not updating and I think it should)

    Howdy folks. maybe I've done something wrong here and I'm just not catching it. As near as I can tell from the documentation, it's rigth, but it's not working.

    Here's my xml submission:
    Code:
    <AspDotNetStorefrontImport Version="9.0">
      <Entity Action="Update" EntityType="Vector" ID="586">
        <Name>Fixed tbc 3</Name>
        <XPath>/Bearing Type/Fixed tbc 3</XPath>
        <Description><![CDATA[]]></Description>
        <Display>
          <XmlPackage>entity.vibe.trib.xml.config</XmlPackage>
          <ColWidth>4</ColWidth>
          <PageSize>20</PageSize>
          <SkinID>0</SkinID>
          <TemplateName></TemplateName>
        </Display>
        <Published>true</Published>
        <DisplayOrder>1</DisplayOrder>
      </Entity>
    </AspDotNetStorefrontImport>
    And here's the response I get:
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <AspDotNetStorefrontImportResult Version="9.0" DateTime="4/8/2011 3:53:30 PM">
      <Item NodeType="Entity" Name="Fixed tbc 3" GUID="" ID="0" ActionTaken="Update" Status="ERROR" Message="A Valid ID or GUID must be specified for an Update operation" />
    </AspDotNetStorefrontImportResult>
    I know the ID is valid, so the Valid ID or GUID part is confusing me.

    Ideas???

  2. #2
    campbelt101 is offline Member
    Join Date
    Dec 2010
    Posts
    72

    Default

    Well... I figured it out.