I am trying to add a field with type "array of interger", but every time I try to create such field its giving error:
"Error An error occurred during request"
With the console error log:
"Failed to load resource: the server responded with a status of 500 (Internal Server Error)"
with stack trace as :
send qb.generic-92c8111bc4006f10fb3d0bcf2d9b3497.js:3
re.extend.ajax qb.generic-92c8111bc4006f10fb3d0bcf2d9b3497.js:3
t.fn.ajaxSubmit qb.generic-92c8111bc4006f10fb3d0bcf2d9b3497.js:11
e qb.generic-92c8111bc4006f10fb3d0bcf2d9b3497.js:11
re.event.dispatch qb.generic-92c8111bc4006f10fb3d0bcf2d9b3497.js:2
m.handle qb.generic-92c8111bc4006f10fb3d0bcf2d9b3497.js:2
re.event.trigger qb.generic-92c8111bc4006f10fb3d0bcf2d9b3497.js:2
(anonymous function) qb.generic-92c8111bc4006f10fb3d0bcf2d9b3497.js:2
re.extend.each qb.generic-92c8111bc4006f10fb3d0bcf2d9b3497.js:1
re.fn.re.each qb.generic-92c8111bc4006f10fb3d0bcf2d9b3497.js:1
re.fn.extend.trigger qb.generic-92c8111bc4006f10fb3d0bcf2d9b3497.js:2
re.fn.(anonymous function) qb.generic-92c8111bc4006f10fb3d0bcf2d9b3497.js:3
(anonymous function) qb.module.custom-1ebdde54a2ffba92919f740965d03db6.js:1
re.event.dispatch qb.generic-92c8111bc4006f10fb3d0bcf2d9b3497.js:2
m.handle qb.generic-92c8111bc4006f10fb3d0bcf2d9b3497.js:2
nrWrapper custom:11
I need to know what's wrong is going on at this end. Fields other than type "Array" are getting added normally. But I need to add an array for my application within the custom object.