cancel
Showing results for 
Search instead for 
Did you mean: 

Invalid Field Name

Former Member
0 Kudos

Hi,

I added two columns to a UserTable and want to update a row.

But when I do so it throws an exception "Invalid Field Name". But it is same as the name of UserTable filed. When I put existing column name it works fine.

My new column table is "bz_Overwrite",numeric(4) and going to set it to 1.

Please somebody tell me what was went wrong.

Buddhika.

Accepted Solutions (1)

Accepted Solutions (1)

Nussi
Active Contributor
0 Kudos

Hi,

1.) be sure you have the U_ in the field when you try to access

2.) check if you made a typing mistake with the letters -> case sensitive

U_Test <> U_test

lg David

Answers (0)