Hi :
I create a new schema and updated database . and I meet the follow problems:
(1) When I write a record by the inner form, the Client console tell me the follow error happend.
But my attribute is quite simple and I did not define a key atttribute.
Would you like to tech me how to resovle it?
---------------------------
Adobe Campaign - Client console
---------------------------
Key values missing (document of type 'bfwechat:wechatFan', from path 'wechatFan').
XSV-350023 Unable to save document of type 'bfwechat:wechatFan'.
---------------------------
My Schema:
<srcSchema _created="2017-05-04 08:44:00.751Z" _createdBy-id="0" _cs="wechatFan (bfwechat)"
_lastModified="2017-05-04 08:46:07.951Z" _modifiedBy-id="0" created="2017-05-04 08:52:18.480Z"
createdBy-id="0" entitySchema="xtk:srcSchema" img="xtk:schema.png" label="wechatFan"
labelSingular="wechatFan" lastModified="2017-05-04 08:53:04.767Z" mappingType="sql"
md5="2D8E02C52BC03D69672C9883225747DC" modifiedBy-id="0" name="wechatFan"
namespace="bfwechat" xtkschema="xtk:srcSchema">
<element label="wechatFans" labelSingular="wechatFan" name="wechatFan">
<attribute label="Open Id" name="openId" type="string"/>
</element>
<createdBy _cs="lizhigang (zhigang.li@bluefocus.com)"/>
<modifiedBy _cs="lizhigang (zhigang.li@bluefocus.com)"/>
</srcSchema>
(2) When I delete a schema and update database structure, I can't find the schema name to drop it.
How can I do that?
Best regards.