Hello,
I am deploying extended attributes of a file to an oracle database, the table has a ID as primary key (Number) that is been generated by a sequence already created in database. passing the value from the extended attributes is no problem but no row is created because no ID is been called. Is there a way to generate that ID number (call it) from the data deployment configuration file?
value-from-field="TeamSite/Metadata/TITLE" allows-null="yes" />
value-from-field="TeamSite/Metadata/Content" allows-null="yes" />
value-from-field="TeamSite/Metadata/CONTENTURL" allows-null="yes" />
value-from-field="TeamSite/Metadata/EXPIRATIONDATE" allows-null="yes" />
value-from-field="---CALL SEQUENCE NEXTVALUE---" allows-null="no" />