Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Value from a sequence
xsriniva
I have a requirement where i have to populate a hidden field with a value from an oracle database sequence.
How do i do that. Is it possible using inline
Find more posts tagged with
Comments
sef
Yes it is. The only issue here is some numbers will be wasted since the inline call is done every time you open dcr for editing.
xsriniva
Is it possible to call the inline command from a replicant so that i get a new sequence for each replicant instance
Migrateduser
I don't think there is any FormAPI trigger that is activated when a replicant is added, but maybe you could hack something like using setTimeout to check if the number of instances changes and use callServer or whatever to populate a new value.