Good morning,
1- The doc is not completed, I know it’s hard and boring to do. But where can I find how to use the « Custom Display Types » for phone numbers and postal code (“418 808-4839” and “G6J 0P3”)?
2- I have added a field _Combo to a many-to-many relationship table and to its form. But when I try to change and save the value, I get this error.
Error : ErrDatabaseError
Message : Could not map formfield 'ReunionsKey' to table 'MembresReunions'. Got 0 formfields instead of 1
System Error :
Trace : integrityManager.go:634 five.co/data/dbintegrity.(*IntegrityManager).verifyRecord << integrityManager.go:293 five.co/data/dbintegrity.(*IntegrityManager).processVerifyRecord << integrityManager.go:240 five.co/data/dbintegrity.(*IntegrityManager).processCommand << integrityManager.go:255 five.co/data/dbintegrity.(*IntegrityManager).Start.func1 << asm_amd64.s:1599 runtime.goexit <<
Query: mutation ProcessTransactions($selectionKey100: String!, $actionKey100: String!, $parentSelectionKey100: String, $keys100: [String]!, $versionKey100: String!, $fieldUpgradeData100: String, $fieldNames100: [String], $values100: [String]) { update100:dbapiFormDataSave( selectionKey: $selectionKey100, actionKey: $actionKey100, parentSelectionKey: $parentSelectionKey100, keys: $keys100, versionKey: $versionKey100, fieldUpgradeData: $fieldUpgradeData100, fieldNames: $fieldNames100, values: $values100) { entityUpdate{ keys versionKey versionsExist permissions values { name value type } } } }
Variables: {"selectionKey100":"0d0321ca-d46d-4657-b960-5462a53539e4","actionKey100":"0002f0d5-a005-4b19-95c6-ab983aef1bcc","parentSelectionKey100":"","keys100":["78bbb4ff-44d0-4ebb-b22c-e1e6b97c08bd"],"versionKey100":"ac8c0a8c-dbc8-11ee-8756-46716299da7a","fieldNames100":["MembresReunions.MembresReunionsKey","ReunionKey","MembreKey","Participation","ReunionsKey"],"values100":["78bbb4ff-44d0-4ebb-b22c-e1e6b97c08bd","3cc555b4-e7be-4282-9435-7b5b28815056","cd415751-d0e3-4577-82a6-29334ca2ffcb","1","3cc555b4-e7be-4282-9435-7b5b28815056"],"fieldUpgradeData100":""}
3- How do I add another field data to the top description of a form? i.e. for a user table, when I select one in the list, only its first name is written on the top of its details.
4- When I add a record in a list and I forgot to put value for a field that is needed, I get an error (it is fine). If I delete the record and try to save again, the error still popup. I need to cancel (button X) to go further, losing everything else I did.
5- The third section of displayed form list in runtime (the most to the right) does not display the total row count on Mac OS. The window is most of the time too big in height.
Thank you and nice interface!