Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

Model-Driven Form update ID Property

Avatar

Former Community Member

Hi,

In my model, i have a table with a field called "uniqueID". UniqueId is a "ID property" who is not auto-generated.

Capture d’écran 2011-06-14 à 11.10.32.png

I have created a form, a driven from,

Capture d’écran 2011-06-14 à 11.08.06.png

When i tried ti update the row, everything working if i didn't try to update uniqueID field.

Capture d’écran 2011-06-14 à 11.09.40.png


What i am doing wrong ?

Does anyone know what causes this issue?  It's driving me nuts.

Thanks -

Bolo

www.lordalexworks.com

4 Replies

Avatar

Former Community Member

Why are you changing the primary key and why is it not auto-increment? Just wondering.

Avatar

Former Community Member

Why are you changing the primary key and why is it not auto-increment? Just wondering.

It's a request from our client.

Avatar

Level 2

Does your database allow you to update a primary key? Try doing it in a query tool. If you DBMS does not allow it, you will not be able to do it with an MDF.

Regards,

KenS