why we neeed to define autopk=true in data schema in ACC
HI ALL
why we need to define autopk=true in data schema in ACC
WHAT WILL HAppEN IF WE DONT define AUTOPK=true in data schema
if we seT BELOW CODE IT WILL DECLARE PRIAMRY KEY
THEN AUTOPK=true in data schema will it also declare primary key?just confused with the difference in these two
key name="PrimaryKey" internal="true"> <keyfield xpath="@name"/> </key>