Adding Custom Bookmarks with a csv file like LAWSONLD.portal

Sort:
You are not authorized to post a reply.
Author
Messages
bprouty
Basic Member
Posts: 12
Basic Member
    I need to load bookmarks on several systems and want to make sure they are entered in the same order and with exactly the same values.  Can I create a customized file like $LAWDIR/logan/work/LAWSONLD/LAWSONLD.content.csv  I would put in the field LawsonName and AddAsChildTo a very unique name that Lawson would not use.  Then run LO920 to load the bookmarks. Has anyone tried this?  Thanks,
    Greg Moeller
    Veteran Member
    Posts: 1498
    Veteran Member
      Yes. We do that all the time here. (well not so much anymore, once we got everything all correct)..
      The problem is not with the name(s) that you assign, but with the bookmark number that gets assigned by the system.
      If I were you, I'd dump/query the LOGAN.LOBKMARK table. Truncate it. Reset the LAST_BK_MARK in LOGAN.LOBKCONFIG
      Add to your Excel/CSV file from your query, then reload them all. That way you can have every TEST/DEV/PROD system be configured (as far as bookmarks go) equally.
      bprouty
      Basic Member
      Posts: 12
      Basic Member
        Thank you!!!!
        You are not authorized to post a reply.