Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
I’m trying to update documents in my Tamino database using the locations toolbar of my browser!Using the statement below I can add new documents.How do I UPDATE???The ino:id must be added but HOW???Please respond!!!http://localhost/tamino/ziekenhuis/patienten?_process=<PATIENT REGNUM=‘4’>Janssennummer 127.678.65
Hi,you just have to add the ino:id (I used here ino:id 999) as an attribute:http://localhost/tamino/ziekenhuis/patienten?_process=<PATIENT ino:id=999 REGNUM=‘4’>Janssennummer 127.678.65Regards,Uli
Thanx,That’s what I was looking for!Ruudje