Object Cloning Error
Posted: Mon Jul 29, 2019 3:22 pm
When trying to clone an object I keep getting:
I was getting similar complaints when trying to clone forms but adding browse height and row counts which it was complaining about fixed that.
I assume this is being caused by trying to put an empty string into a bigint but how do I get it to stop?
Thank you for your help/suggestions.
Code: Select all
General error: 1366 Incorrect integer value: '' for column 'sob_input_count' at row 1
I assume this is being caused by trying to put an empty string into a bigint but how do I get it to stop?
Thank you for your help/suggestions.