Select to view content in your preferred language

Database sequence firing inconsistently in Portal

117
0
08-16-2024 06:47 AM
tbearb
by
Regular Contributor

Does anyone have a clue as to why a database sequence fires 100% of the time when creating a feature in Field Maps but is somewhat hit or miss or delayed when creating it in from Map Viewer in Portal (version 10.9.1) ? 

We are using this as an attribute rule where "M_FID" is used as the sequence name in the database with an insert Trigger:

var id = NextSequenceValue("M_FID")
return "M-" + id

I wasn't sure if there was any reason for this or if anyone else has experienced this.

Thanks!

0 Kudos
0 Replies