Conny,

I set the nextFieldId to 777110000, for a specific form, restart ARServer,
but when I add a new field to that form, it comes in with a number such as
536870912.  Shouldnt new fields now come in incrementing from 777110000?



Kali,
 
with the following sql statement you can set nextfieldid to a safe
number.
 
UPDATE arschema SET nextfieldid = (SELECT MAX(fieldid) FROM field WHERE
field.schemaid =arschema.schemaid) + 1 where name = '<Name of your
form>'
 
After that you must restart your arserver.
 
Kind Regards Conny

-- 
View this message in context: 
http://old.nabble.com/New-fields-added-becomes-Core-fields-tp25234917p32813409.html
Sent from the ARS (Action Request System) mailing list archive at Nabble.com.

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"

Reply via email to