Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Rob Smith 34 posts 165 karma points
    Jan 16, 2013 @ 15:27
    Rob Smith
    0

    Updating records added using the standard editor

    If records are added to Umbraoc using the standard "Content > Create" method. Is there any way of getting CMSImport to recognise them when updating?

    At the moment it is creating a duplicate of the node - I presume as it wasn't imported in the first place?

  • Richard Soeteman 4054 posts 12927 karma points MVP 2x
    Jan 16, 2013 @ 16:53
    Richard Soeteman
    100

    Hi Rob,

    Yes CMSimport only updates records that were imported because then a relation between the record from the datasource and the imported document is made.You can fill the CMSImportRelation table yourself to have the relation(format is [DataAadpter[PrimaryKey][primarykey value]) and map that againts the document id, or use event code to determine if it should be an update. But I'm open for suggestions how to improve this for a future release,

    Richard

  • Rob Smith 34 posts 165 karma points
    Jan 16, 2013 @ 18:05
    Rob Smith
    0

    Hi Richard,

    Thanks for your quick reply - I'll see if I can write some custom code to run on a new node creation and try to add it to the CMSImport relation table!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies