I'm having trouble using a sequence as the default value for the primary key column of an editable grid. The sequence only appears be be incrementing once, for the first row. Each following row has the same value as the first.
Is it possible to do what I'm doing? Do I need to use a jScript instead?
Here is the code for the default value:
SelectSql(new MetastormDefault(),"SELECT schemaname.tablename.NEXTVAL FROM DUAL").Text