コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

ACS Schema - Key issue

Avatar

Level 4

I created an Integer field and then assigned it as custom identification key. I haven't assigned Automatic primary key.

I also want Create, Duplicate and Delete permissions for this resource data. When i started "Prepare publication" process, I am getting the below mentioned error.

Please provide a fix for this

Error: "At least one key field in 'Client Id (clientId)' must have a default value to authorise creating data."

I am trying to achieve the below schema definition in Campaign standard.(Note: There is no default value assigned here) Is this possible?

Schema in Campaign Classic:

    <attribute label="Client Id" name="clientId" sqlname="CLIENT_ID" type="int64"/>

    <key internal="true" name="PK">

      <keyfield xpath="@clientId"/>

    </key>

1 受け入れられたソリューション

Avatar

正解者
Level 4

Since this is an integer column. Can you just default to zero? Usually, all numeric columns defaulted to zero.

元の投稿で解決策を見る

2 返信

Avatar

Level 4

It is mandatory in ACS to give default value for all "PK" fields

Avatar

正解者
Level 4

Since this is an integer column. Can you just default to zero? Usually, all numeric columns defaulted to zero.